Class ContactMechanismPurposeTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.contact.common.transfer.ContactMechanismPurposeTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContactMechanismPurposeTransfer(String contactMechanismPurposeName, ContactMechanismTypeTransfer contactMechanismType, Boolean eventSubscriber, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of ContactMechanismPurposeTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoidsetContactMechanismPurposeName(String contactMechanismPurposeName) voidsetContactMechanismType(ContactMechanismTypeTransfer contactMechanismType) voidsetDescription(String description) voidsetEventSubscriber(Boolean eventSubscriber) voidsetIsDefault(Boolean isDefault) 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
-
ContactMechanismPurposeTransfer
public ContactMechanismPurposeTransfer(String contactMechanismPurposeName, ContactMechanismTypeTransfer contactMechanismType, Boolean eventSubscriber, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of ContactMechanismPurposeTransfer
-
-
Method Details
-
getContactMechanismPurposeName
-
setContactMechanismPurposeName
-
getContactMechanismType
-
setContactMechanismType
-
getEventSubscriber
-
setEventSubscriber
-
getIsDefault
-
setIsDefault
-
getSortOrder
-
setSortOrder
-
getDescription
-
setDescription
-