Class PartyContactMechanismPurposeTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.contact.common.transfer.PartyContactMechanismPurposeTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPartyContactMechanismPurposeTransfer(PartyContactMechanismTransfer partyContactMechanism, ContactMechanismPurposeTransfer contactMechanismPurpose, Boolean isDefault, Integer sortOrder) Creates a new instance of PartyContactMechanismPurposeTransferPartyContactMechanismPurposeTransfer(Boolean isDefault, Integer sortOrder) Creates a new instance of PartyContactMechanismPurposeTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoidsetContactMechanismPurpose(ContactMechanismPurposeTransfer contactMechanismPurpose) 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
-
PartyContactMechanismPurposeTransfer
Creates a new instance of PartyContactMechanismPurposeTransfer -
PartyContactMechanismPurposeTransfer
public PartyContactMechanismPurposeTransfer(PartyContactMechanismTransfer partyContactMechanism, ContactMechanismPurposeTransfer contactMechanismPurpose, Boolean isDefault, Integer sortOrder) Creates a new instance of PartyContactMechanismPurposeTransfer
-
-
Method Details
-
getPartyContactMechanism
-
setPartyContactMechanism
-
getContactMechanismPurpose
-
setContactMechanismPurpose
-
getIsDefault
-
setIsDefault
-
getSortOrder
-
setSortOrder
-