Class AssociatePartyContactMechanismTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.associate.common.transfer.AssociatePartyContactMechanismTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAssociatePartyContactMechanismTransfer(AssociateTransfer associate, String associatePartyContactMechanismName, PartyContactMechanismTransfer partyContactMechanism, Boolean isDefault, Integer sortOrder) Creates a new instance of AssociatePartyContactMechanismTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAssociate(AssociateTransfer associate) voidsetAssociatePartyContactMechanismName(String associatePartyContactMechanismName) voidsetIsDefault(Boolean isDefault) voidsetPartyContactMechanism(PartyContactMechanismTransfer partyContactMechanism) voidsetSortOrder(Integer 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
-
AssociatePartyContactMechanismTransfer
public AssociatePartyContactMechanismTransfer(AssociateTransfer associate, String associatePartyContactMechanismName, PartyContactMechanismTransfer partyContactMechanism, Boolean isDefault, Integer sortOrder) Creates a new instance of AssociatePartyContactMechanismTransfer
-
-
Method Details
-
getAssociate
-
setAssociate
-
getAssociatePartyContactMechanismName
-
setAssociatePartyContactMechanismName
-
getPartyContactMechanism
-
setPartyContactMechanism
-
getIsDefault
-
setIsDefault
-
getSortOrder
-
setSortOrder
-