Class PartyContactMechanismTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.contact.common.transfer.PartyContactMechanismTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPartyContactMechanismTransfer(PartyTransfer party, ContactMechanismTransfer contactMechanism, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of PartyContactMechanismTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the contactMechanism.Returns the description.Returns the isDefault.getParty()Returns the party.Returns the partyContactMechanismPurposes.Returns the partyContactMechanismRelationships.Returns the sortOrder.voidsetContactMechanism(ContactMechanismTransfer contactMechanism) Sets the contactMechanism.voidsetDescription(String description) Sets the description.voidsetIsDefault(Boolean isDefault) Sets the isDefault.voidsetParty(PartyTransfer party) Sets the party.voidsetPartyContactMechanismPurposes(ListWrapper<PartyContactMechanismPurposeTransfer> partyContactMechanismPurposes) Sets the partyContactMechanismPurposes.voidsetPartyContactMechanismRelationships(ListWrapper<PartyContactMechanismRelationshipTransfer> partyContactMechanismRelationships) Sets the partyContactMechanismRelationships.voidsetSortOrder(Integer sortOrder) Sets the sortOrder.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
-
PartyContactMechanismTransfer
public PartyContactMechanismTransfer(PartyTransfer party, ContactMechanismTransfer contactMechanism, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of PartyContactMechanismTransfer
-
-
Method Details
-
getParty
Returns the party.- Returns:
- the party
-
setParty
Sets the party.- Parameters:
party- the party to set
-
getContactMechanism
Returns the contactMechanism.- Returns:
- the contactMechanism
-
setContactMechanism
Sets the contactMechanism.- Parameters:
contactMechanism- the contactMechanism 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
-
getDescription
Returns the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description- the description to set
-
getPartyContactMechanismPurposes
Returns the partyContactMechanismPurposes.- Returns:
- the partyContactMechanismPurposes
-
setPartyContactMechanismPurposes
public void setPartyContactMechanismPurposes(ListWrapper<PartyContactMechanismPurposeTransfer> partyContactMechanismPurposes) Sets the partyContactMechanismPurposes.- Parameters:
partyContactMechanismPurposes- the partyContactMechanismPurposes to set
-
getPartyContactMechanismRelationships
public ListWrapper<PartyContactMechanismRelationshipTransfer> getPartyContactMechanismRelationships()Returns the partyContactMechanismRelationships.- Returns:
- the partyContactMechanismRelationships
-
setPartyContactMechanismRelationships
public void setPartyContactMechanismRelationships(ListWrapper<PartyContactMechanismRelationshipTransfer> partyContactMechanismRelationships) Sets the partyContactMechanismRelationships.- Parameters:
partyContactMechanismRelationships- the partyContactMechanismRelationships to set
-