Class PartyContactListTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.contactlist.common.transfer.PartyContactListTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPartyContactListTransfer(PartyTransfer party, ContactListTransfer contactList, ContactListContactMechanismPurposeTransfer preferredContactListContactMechanismPurpose) Creates a new instance of PartyContactListTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the contactList.getParty()Returns the party.Returns the partyContactListStatus.Returns the preferredContactListContactMechanismPurpose.voidsetContactList(ContactListTransfer contactList) Sets the contactList.voidsetParty(PartyTransfer party) Sets the party.voidsetPartyContactListStatus(WorkflowEntityStatusTransfer partyContactListStatus) Sets the partyContactListStatus.voidsetPreferredContactListContactMechanismPurpose(ContactListContactMechanismPurposeTransfer preferredContactListContactMechanismPurpose) Sets the preferredContactListContactMechanismPurpose.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
-
PartyContactListTransfer
public PartyContactListTransfer(PartyTransfer party, ContactListTransfer contactList, ContactListContactMechanismPurposeTransfer preferredContactListContactMechanismPurpose) Creates a new instance of PartyContactListTransfer
-
-
Method Details
-
getParty
Returns the party.- Returns:
- the party
-
setParty
Sets the party.- Parameters:
party- the party to set
-
getContactList
Returns the contactList.- Returns:
- the contactList
-
setContactList
Sets the contactList.- Parameters:
contactList- the contactList to set
-
getPreferredContactListContactMechanismPurpose
Returns the preferredContactListContactMechanismPurpose.- Returns:
- the preferredContactListContactMechanismPurpose
-
setPreferredContactListContactMechanismPurpose
public void setPreferredContactListContactMechanismPurpose(ContactListContactMechanismPurposeTransfer preferredContactListContactMechanismPurpose) Sets the preferredContactListContactMechanismPurpose.- Parameters:
preferredContactListContactMechanismPurpose- the preferredContactListContactMechanismPurpose to set
-
getPartyContactListStatus
Returns the partyContactListStatus.- Returns:
- the partyContactListStatus
-
setPartyContactListStatus
Sets the partyContactListStatus.- Parameters:
partyContactListStatus- the partyContactListStatus to set
-