Class ContactListContactMechanismPurposeTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.contactlist.common.transfer.ContactListContactMechanismPurposeTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContactListContactMechanismPurposeTransfer
(ContactListTransfer contactList, ContactMechanismPurposeTransfer contactMechanismPurpose, Boolean isDefault, Integer sortOrder) Creates a new instance of ContactListContactMechanismPurposeTransfer -
Method Summary
Modifier and TypeMethodDescriptionfinal ContactListTransfer
Returns the contactList.Returns the contactMechanismPurpose.final Boolean
Returns the isDefault.final Integer
Returns 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
-
ContactListContactMechanismPurposeTransfer
public ContactListContactMechanismPurposeTransfer(ContactListTransfer contactList, ContactMechanismPurposeTransfer contactMechanismPurpose, Boolean isDefault, Integer sortOrder) Creates a new instance of ContactListContactMechanismPurposeTransfer
-
-
Method Details
-
getContactList
Returns the contactList.- Returns:
- the contactList
-
getContactMechanismPurpose
Returns the contactMechanismPurpose.- Returns:
- the contactMechanismPurpose
-
getIsDefault
Returns the isDefault.- Returns:
- the isDefault
-
getSortOrder
Returns the sortOrder.- Returns:
- the sortOrder
-