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 TypeMethodDescriptionvoid
setAssociate
(AssociateTransfer associate) void
setAssociatePartyContactMechanismName
(String associatePartyContactMechanismName) void
setIsDefault
(Boolean isDefault) void
setPartyContactMechanism
(PartyContactMechanismTransfer partyContactMechanism) void
setSortOrder
(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
-