Class PartyTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.party.common.transfer.PartyTransfer
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CarrierTransfer,CompanyTransfer,CustomerTransfer,DepartmentTransfer,DivisionTransfer,EmployeeTransfer,VendorTransfer,WarehouseTransfer
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPartyTransfer(String partyName, PartyTypeTransfer partyType, LanguageTransfer preferredLanguage, CurrencyTransfer preferredCurrency, TimeZoneTransfer preferredTimeZone, DateTimeFormatTransfer preferredDateTimeFormat, PersonTransfer person, PartyGroupTransfer partyGroup, ProfileTransfer profile) Creates a new instance of PartyTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the billingAccounts.Returns the cancellationPolicy.Returns the communicationEvents.Returns the communicationEventsCount.Returns the description.Returns the employments.Returns the invoicesFrom.Returns the invoicesFromCount.Returns the invoicesTo.Returns the invoicesToCount.Returns the leaves.Returns the partyAliases.Returns the partyApplicationEditorUses.Returns the partyCancellationPolicies.Returns the partyCarrierAccounts.Returns the partyCarriers.Returns the partyContactLists.Returns the partyContactMechanisms.Returns the partyCreditLimits.Returns the partyDocuments.Returns the partyEntityTypes.Returns the partyFreeOnBoard.Returns the partyGroup.Returns the partyName.Returns the partyPaymentMethods.Returns the partyPrinterGroupUses.Returns the partyRelationships.Returns the partyResponsibilities.Returns the partyReturnPolicies.Returns the partyScaleUses.Returns the partySkills.Returns the partyTerm.Returns the partyTrainingClasses.Returns the partyType.Returns the person.Returns the preferredCurrency.Returns the preferredDateTimeFormat.Returns the preferredLanguage.Returns the preferredTimeZone.Returns the profile.Returns the recoveryAnswer.Returns the returnPolicy.Returns the subscriptions.Returns the userLogin.voidsetBillingAccounts(ListWrapper<BillingAccountTransfer> billingAccounts) Sets the billingAccounts.voidsetCancellationPolicy(CancellationPolicyTransfer cancellationPolicy) Sets the cancellationPolicy.voidsetCommunicationEvents(ListWrapper<CommunicationEventTransfer> communicationEvents) Sets the communicationEvents.voidsetCommunicationEventsCount(Long communicationEventsCount) Sets the communicationEventsCount.voidsetDescription(String description) Sets the description.voidsetEmployments(ListWrapper<EmploymentTransfer> employments) Sets the employments.voidsetInvoicesFrom(ListWrapper<InvoiceTransfer> invoicesFrom) Sets the invoicesFrom.voidsetInvoicesFromCount(Long invoicesFromCount) Sets the invoicesFromCount.voidsetInvoicesTo(ListWrapper<InvoiceTransfer> invoicesTo) Sets the invoicesTo.voidsetInvoicesToCount(Long invoicesToCount) Sets the invoicesToCount.voidsetLeaves(ListWrapper<LeaveTransfer> leaves) Sets the leaves.voidsetPartyAliases(ListWrapper<PartyAliasTransfer> partyAliases) Sets the partyAliases.voidsetPartyApplicationEditorUses(ListWrapper<PartyApplicationEditorUseTransfer> partyApplicationEditorUses) Sets the partyApplicationEditorUses.voidsetPartyCancellationPolicies(ListWrapper<PartyCancellationPolicyTransfer> partyCancellationPolicies) Sets the partyCancellationPolicies.voidsetPartyCarrierAccounts(ListWrapper<PartyCarrierAccountTransfer> partyCarrierAccounts) Sets the partyCarrierAccounts.voidsetPartyCarriers(ListWrapper<PartyCarrierTransfer> partyCarriers) Sets the partyCarriers.voidsetPartyContactLists(ListWrapper<PartyContactListTransfer> partyContactLists) Sets the partyContactLists.voidsetPartyContactMechanisms(ListWrapper<PartyContactMechanismTransfer> partyContactMechanisms) Sets the partyContactMechanisms.voidsetPartyCreditLimits(ListWrapper<PartyCreditLimitTransfer> partyCreditLimits) Sets the partyCreditLimits.voidsetPartyDocuments(ListWrapper<PartyDocumentTransfer> partyDocuments) Sets the partyDocuments.voidsetPartyEntityTypes(ListWrapper<PartyEntityTypeTransfer> partyEntityTypes) Sets the partyEntityTypes.voidsetPartyFreeOnBoard(PartyFreeOnBoardTransfer partyFreeOnBoard) Sets the partyFreeOnBoard.voidsetPartyGroup(PartyGroupTransfer partyGroup) Sets the partyGroup.voidsetPartyName(String partyName) Sets the partyName.voidsetPartyPaymentMethods(ListWrapper<PartyPaymentMethodTransfer> partyPaymentMethods) Sets the partyPaymentMethods.voidsetPartyPrinterGroupUses(ListWrapper<PartyPrinterGroupUseTransfer> partyPrinterGroupUses) Sets the partyPrinterGroupUses.voidsetPartyRelationships(ListWrapper<PartyRelationshipTransfer> partyRelationships) Sets the partyRelationships.voidsetPartyResponsibilities(ListWrapper<PartyResponsibilityTransfer> partyResponsibilities) Sets the partyResponsibilities.voidsetPartyReturnPolicies(ListWrapper<PartyReturnPolicyTransfer> partyReturnPolicies) Sets the partyReturnPolicies.voidsetPartyScaleUses(ListWrapper<PartyScaleUseTransfer> partyScaleUses) Sets the partyScaleUses.voidsetPartySkills(ListWrapper<PartySkillTransfer> partySkills) Sets the partySkills.voidsetPartyTerm(PartyTermTransfer partyTerm) Sets the partyTerm.voidsetPartyTrainingClasses(ListWrapper<PartyTrainingClassTransfer> partyTrainingClasses) Sets the partyTrainingClasses.voidsetPartyType(PartyTypeTransfer partyType) Sets the partyType.voidsetPerson(PersonTransfer person) Sets the person.voidsetPreferredCurrency(CurrencyTransfer preferredCurrency) Sets the preferredCurrency.voidsetPreferredDateTimeFormat(DateTimeFormatTransfer preferredDateTimeFormat) Sets the preferredDateTimeFormat.voidsetPreferredLanguage(LanguageTransfer preferredLanguage) Sets the preferredLanguage.voidsetPreferredTimeZone(TimeZoneTransfer preferredTimeZone) Sets the preferredTimeZone.voidsetProfile(ProfileTransfer profile) Sets the profile.voidsetRecoveryAnswer(RecoveryAnswerTransfer recoveryAnswer) Sets the recoveryAnswer.voidsetReturnPolicy(ReturnPolicyTransfer returnPolicy) Sets the returnPolicy.voidsetSubscriptions(ListWrapper<SubscriptionTransfer> subscriptions) Sets the subscriptions.voidsetUserLogin(UserLoginTransfer userLogin) Sets the userLogin.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
-
PartyTransfer
public PartyTransfer(String partyName, PartyTypeTransfer partyType, LanguageTransfer preferredLanguage, CurrencyTransfer preferredCurrency, TimeZoneTransfer preferredTimeZone, DateTimeFormatTransfer preferredDateTimeFormat, PersonTransfer person, PartyGroupTransfer partyGroup, ProfileTransfer profile) Creates a new instance of PartyTransfer
-
-
Method Details
-
getPartyName
Returns the partyName.- Returns:
- the partyName
-
setPartyName
Sets the partyName.- Parameters:
partyName- the partyName to set
-
getPartyType
Returns the partyType.- Returns:
- the partyType
-
setPartyType
Sets the partyType.- Parameters:
partyType- the partyType to set
-
getPreferredLanguage
Returns the preferredLanguage.- Returns:
- the preferredLanguage
-
setPreferredLanguage
Sets the preferredLanguage.- Parameters:
preferredLanguage- the preferredLanguage to set
-
getPreferredCurrency
Returns the preferredCurrency.- Returns:
- the preferredCurrency
-
setPreferredCurrency
Sets the preferredCurrency.- Parameters:
preferredCurrency- the preferredCurrency to set
-
getPreferredTimeZone
Returns the preferredTimeZone.- Returns:
- the preferredTimeZone
-
setPreferredTimeZone
Sets the preferredTimeZone.- Parameters:
preferredTimeZone- the preferredTimeZone to set
-
getPreferredDateTimeFormat
Returns the preferredDateTimeFormat.- Returns:
- the preferredDateTimeFormat
-
setPreferredDateTimeFormat
Sets the preferredDateTimeFormat.- Parameters:
preferredDateTimeFormat- the preferredDateTimeFormat to set
-
getPerson
Returns the person.- Returns:
- the person
-
setPerson
Sets the person.- Parameters:
person- the person to set
-
getPartyGroup
Returns the partyGroup.- Returns:
- the partyGroup
-
setPartyGroup
Sets the partyGroup.- Parameters:
partyGroup- the partyGroup to set
-
getProfile
Returns the profile.- Returns:
- the profile
-
setProfile
Sets the profile.- Parameters:
profile- the profile to set
-
getUserLogin
Returns the userLogin.- Returns:
- the userLogin
-
setUserLogin
Sets the userLogin.- Parameters:
userLogin- the userLogin to set
-
getRecoveryAnswer
Returns the recoveryAnswer.- Returns:
- the recoveryAnswer
-
setRecoveryAnswer
Sets the recoveryAnswer.- Parameters:
recoveryAnswer- the recoveryAnswer to set
-
getDescription
Returns the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description- the description to set
-
getPartyAliases
Returns the partyAliases.- Returns:
- the partyAliases
-
setPartyAliases
Sets the partyAliases.- Parameters:
partyAliases- the partyAliases to set
-
getPartyRelationships
Returns the partyRelationships.- Returns:
- the partyRelationships
-
setPartyRelationships
Sets the partyRelationships.- Parameters:
partyRelationships- the partyRelationships to set
-
getPartyContactMechanisms
Returns the partyContactMechanisms.- Returns:
- the partyContactMechanisms
-
setPartyContactMechanisms
public void setPartyContactMechanisms(ListWrapper<PartyContactMechanismTransfer> partyContactMechanisms) Sets the partyContactMechanisms.- Parameters:
partyContactMechanisms- the partyContactMechanisms to set
-
getPartyContactLists
Returns the partyContactLists.- Returns:
- the partyContactLists
-
setPartyContactLists
Sets the partyContactLists.- Parameters:
partyContactLists- the partyContactLists to set
-
getBillingAccounts
Returns the billingAccounts.- Returns:
- the billingAccounts
-
setBillingAccounts
Sets the billingAccounts.- Parameters:
billingAccounts- the billingAccounts to set
-
getInvoicesFromCount
Returns the invoicesFromCount.- Returns:
- the invoicesFromCount
-
setInvoicesFromCount
Sets the invoicesFromCount.- Parameters:
invoicesFromCount- the invoicesFromCount to set
-
getInvoicesFrom
Returns the invoicesFrom.- Returns:
- the invoicesFrom
-
setInvoicesFrom
Sets the invoicesFrom.- Parameters:
invoicesFrom- the invoicesFrom to set
-
getInvoicesToCount
Returns the invoicesToCount.- Returns:
- the invoicesToCount
-
setInvoicesToCount
Sets the invoicesToCount.- Parameters:
invoicesToCount- the invoicesToCount to set
-
getInvoicesTo
Returns the invoicesTo.- Returns:
- the invoicesTo
-
setInvoicesTo
Sets the invoicesTo.- Parameters:
invoicesTo- the invoicesTo to set
-
getPartyCreditLimits
Returns the partyCreditLimits.- Returns:
- the partyCreditLimits
-
setPartyCreditLimits
Sets the partyCreditLimits.- Parameters:
partyCreditLimits- the partyCreditLimits to set
-
getPartyTerm
Returns the partyTerm.- Returns:
- the partyTerm
-
setPartyTerm
Sets the partyTerm.- Parameters:
partyTerm- the partyTerm to set
-
getPartyFreeOnBoard
Returns the partyFreeOnBoard.- Returns:
- the partyFreeOnBoard
-
setPartyFreeOnBoard
Sets the partyFreeOnBoard.- Parameters:
partyFreeOnBoard- the partyFreeOnBoard to set
-
getPartyPaymentMethods
Returns the partyPaymentMethods.- Returns:
- the partyPaymentMethods
-
setPartyPaymentMethods
Sets the partyPaymentMethods.- Parameters:
partyPaymentMethods- the partyPaymentMethods to set
-
getCancellationPolicy
Returns the cancellationPolicy.- Returns:
- the cancellationPolicy
-
setCancellationPolicy
Sets the cancellationPolicy.- Parameters:
cancellationPolicy- the cancellationPolicy to set
-
getReturnPolicy
Returns the returnPolicy.- Returns:
- the returnPolicy
-
setReturnPolicy
Sets the returnPolicy.- Parameters:
returnPolicy- the returnPolicy to set
-
getPartyCancellationPolicies
Returns the partyCancellationPolicies.- Returns:
- the partyCancellationPolicies
-
setPartyCancellationPolicies
public void setPartyCancellationPolicies(ListWrapper<PartyCancellationPolicyTransfer> partyCancellationPolicies) Sets the partyCancellationPolicies.- Parameters:
partyCancellationPolicies- the partyCancellationPolicies to set
-
getPartyReturnPolicies
Returns the partyReturnPolicies.- Returns:
- the partyReturnPolicies
-
setPartyReturnPolicies
Sets the partyReturnPolicies.- Parameters:
partyReturnPolicies- the partyReturnPolicies to set
-
getSubscriptions
Returns the subscriptions.- Returns:
- the subscriptions
-
setSubscriptions
Sets the subscriptions.- Parameters:
subscriptions- the subscriptions to set
-
getCommunicationEventsCount
Returns the communicationEventsCount.- Returns:
- the communicationEventsCount
-
setCommunicationEventsCount
Sets the communicationEventsCount.- Parameters:
communicationEventsCount- the communicationEventsCount to set
-
getCommunicationEvents
Returns the communicationEvents.- Returns:
- the communicationEvents
-
setCommunicationEvents
Sets the communicationEvents.- Parameters:
communicationEvents- the communicationEvents to set
-
getPartyDocuments
Returns the partyDocuments.- Returns:
- the partyDocuments
-
setPartyDocuments
Sets the partyDocuments.- Parameters:
partyDocuments- the partyDocuments to set
-
getPartyPrinterGroupUses
Returns the partyPrinterGroupUses.- Returns:
- the partyPrinterGroupUses
-
setPartyPrinterGroupUses
public void setPartyPrinterGroupUses(ListWrapper<PartyPrinterGroupUseTransfer> partyPrinterGroupUses) Sets the partyPrinterGroupUses.- Parameters:
partyPrinterGroupUses- the partyPrinterGroupUses to set
-
getPartyScaleUses
Returns the partyScaleUses.- Returns:
- the partyScaleUses
-
setPartyScaleUses
Sets the partyScaleUses.- Parameters:
partyScaleUses- the partyScaleUses to set
-
getPartyEntityTypes
Returns the partyEntityTypes.- Returns:
- the partyEntityTypes
-
setPartyEntityTypes
Sets the partyEntityTypes.- Parameters:
partyEntityTypes- the partyEntityTypes to set
-
getPartyApplicationEditorUses
Returns the partyApplicationEditorUses.- Returns:
- the partyApplicationEditorUses
-
setPartyApplicationEditorUses
public void setPartyApplicationEditorUses(ListWrapper<PartyApplicationEditorUseTransfer> partyApplicationEditorUses) Sets the partyApplicationEditorUses.- Parameters:
partyApplicationEditorUses- the partyApplicationEditorUses to set
-
getPartyCarriers
Returns the partyCarriers.- Returns:
- the partyCarriers
-
setPartyCarriers
Sets the partyCarriers.- Parameters:
partyCarriers- the partyCarriers to set
-
getPartyCarrierAccounts
Returns the partyCarrierAccounts.- Returns:
- the partyCarrierAccounts
-
setPartyCarrierAccounts
Sets the partyCarrierAccounts.- Parameters:
partyCarrierAccounts- the partyCarrierAccounts to set
-
getEmployments
Returns the employments.- Returns:
- the employments
-
setEmployments
Sets the employments.- Parameters:
employments- the employments to set
-
getLeaves
Returns the leaves.- Returns:
- the leaves
-
setLeaves
Sets the leaves.- Parameters:
leaves- the leaves to set
-
getPartyResponsibilities
Returns the partyResponsibilities.- Returns:
- the partyResponsibilities
-
setPartyResponsibilities
public void setPartyResponsibilities(ListWrapper<PartyResponsibilityTransfer> partyResponsibilities) Sets the partyResponsibilities.- Parameters:
partyResponsibilities- the partyResponsibilities to set
-
getPartyTrainingClasses
Returns the partyTrainingClasses.- Returns:
- the partyTrainingClasses
-
setPartyTrainingClasses
Sets the partyTrainingClasses.- Parameters:
partyTrainingClasses- the partyTrainingClasses to set
-
getPartySkills
Returns the partySkills.- Returns:
- the partySkills
-
setPartySkills
Sets the partySkills.- Parameters:
partySkills- the partySkills to set
-