Class CarrierTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.party.common.transfer.PartyTransfer
com.echothree.model.control.carrier.common.transfer.CarrierTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCarrierTransfer
(String partyName, PartyTypeTransfer partyType, LanguageTransfer preferredLanguage, CurrencyTransfer preferredCurrency, TimeZoneTransfer preferredTimeZone, DateTimeFormatTransfer preferredDateTimeFormat, PersonTransfer person, PartyGroupTransfer partyGroup, String carrierName, CarrierTypeTransfer carrierType, SelectorTransfer geoCodeSelector, SelectorTransfer itemSelector, String accountValidationPattern, Boolean isDefault, Integer sortOrder) Creates a new instance of CarrierTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the accountValidationPattern.Returns the carrierName.Returns the carrierType.Returns the geoCodeSelector.Returns the isDefault.Returns the itemSelector.Returns the sortOrder.void
setAccountValidationPattern
(String accountValidationPattern) Sets the accountValidationPattern.void
setCarrierName
(String carrierName) Sets the carrierName.void
setCarrierType
(CarrierTypeTransfer carrierType) Sets the carrierType.void
setGeoCodeSelector
(SelectorTransfer geoCodeSelector) Sets the geoCodeSelector.void
setIsDefault
(Boolean isDefault) Sets the isDefault.void
setItemSelector
(SelectorTransfer itemSelector) Sets the itemSelector.void
setSortOrder
(Integer sortOrder) Sets the sortOrder.Methods inherited from class com.echothree.model.control.party.common.transfer.PartyTransfer
getBillingAccounts, getCancellationPolicy, getCommunicationEvents, getCommunicationEventsCount, getDescription, getEmployments, getInvoicesFrom, getInvoicesFromCount, getInvoicesTo, getInvoicesToCount, getLeaves, getPartyAliases, getPartyApplicationEditorUses, getPartyCancellationPolicies, getPartyCarrierAccounts, getPartyCarriers, getPartyContactLists, getPartyContactMechanisms, getPartyCreditLimits, getPartyDocuments, getPartyEntityTypes, getPartyFreeOnBoard, getPartyGroup, getPartyName, getPartyPaymentMethods, getPartyPrinterGroupUses, getPartyRelationships, getPartyResponsibilities, getPartyReturnPolicies, getPartyScaleUses, getPartySkills, getPartyTerm, getPartyTrainingClasses, getPartyType, getPerson, getPreferredCurrency, getPreferredDateTimeFormat, getPreferredLanguage, getPreferredTimeZone, getProfile, getRecoveryAnswer, getReturnPolicy, getSubscriptions, getUserLogin, setBillingAccounts, setCancellationPolicy, setCommunicationEvents, setCommunicationEventsCount, setDescription, setEmployments, setInvoicesFrom, setInvoicesFromCount, setInvoicesTo, setInvoicesToCount, setLeaves, setPartyAliases, setPartyApplicationEditorUses, setPartyCancellationPolicies, setPartyCarrierAccounts, setPartyCarriers, setPartyContactLists, setPartyContactMechanisms, setPartyCreditLimits, setPartyDocuments, setPartyEntityTypes, setPartyFreeOnBoard, setPartyGroup, setPartyName, setPartyPaymentMethods, setPartyPrinterGroupUses, setPartyRelationships, setPartyResponsibilities, setPartyReturnPolicies, setPartyScaleUses, setPartySkills, setPartyTerm, setPartyTrainingClasses, setPartyType, setPerson, setPreferredCurrency, setPreferredDateTimeFormat, setPreferredLanguage, setPreferredTimeZone, setProfile, setRecoveryAnswer, setReturnPolicy, setSubscriptions, setUserLogin
Methods inherited from class com.echothree.util.common.transfer.BaseTransfer
addComments, addOwnedWorkEffort, addRatings, getComments, getEntityAliasTypes, getEntityAttributeGroups, getEntityInstance, getOwnedWorkEfforts, getRatings, getTagScopes, setComments, setEntityAliasTypes, setEntityAttributeGroups, setEntityInstance, setOwnedWorkEfforts, setRatings, setTagScopes
-
Constructor Details
-
CarrierTransfer
public CarrierTransfer(String partyName, PartyTypeTransfer partyType, LanguageTransfer preferredLanguage, CurrencyTransfer preferredCurrency, TimeZoneTransfer preferredTimeZone, DateTimeFormatTransfer preferredDateTimeFormat, PersonTransfer person, PartyGroupTransfer partyGroup, String carrierName, CarrierTypeTransfer carrierType, SelectorTransfer geoCodeSelector, SelectorTransfer itemSelector, String accountValidationPattern, Boolean isDefault, Integer sortOrder) Creates a new instance of CarrierTransfer
-
-
Method Details
-
getCarrierName
Returns the carrierName.- Returns:
- the carrierName
-
setCarrierName
Sets the carrierName.- Parameters:
carrierName
- the carrierName to set
-
getCarrierType
Returns the carrierType.- Returns:
- the carrierType
-
setCarrierType
Sets the carrierType.- Parameters:
carrierType
- the carrierType to set
-
getGeoCodeSelector
Returns the geoCodeSelector.- Returns:
- the geoCodeSelector
-
setGeoCodeSelector
Sets the geoCodeSelector.- Parameters:
geoCodeSelector
- the geoCodeSelector to set
-
getItemSelector
Returns the itemSelector.- Returns:
- the itemSelector
-
setItemSelector
Sets the itemSelector.- Parameters:
itemSelector
- the itemSelector to set
-
getAccountValidationPattern
Returns the accountValidationPattern.- Returns:
- the accountValidationPattern
-
setAccountValidationPattern
Sets the accountValidationPattern.- Parameters:
accountValidationPattern
- the accountValidationPattern to set
-
getIsDefault
Returns the isDefault.- Returns:
- the isDefault
-
setIsDefault
Sets the isDefault.- Parameters:
isDefault
- the isDefault to set
-
getSortOrder
Returns the sortOrder.- Returns:
- the sortOrder
-
setSortOrder
Sets the sortOrder.- Parameters:
sortOrder
- the sortOrder to set
-