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 TypeMethodDescriptionvoid
setContactMechanismPurposeName
(String contactMechanismPurposeName) void
setContactMechanismType
(ContactMechanismTypeTransfer contactMechanismType) void
setDescription
(String description) void
setEventSubscriber
(Boolean eventSubscriber) void
setIsDefault
(Boolean isDefault) 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
-
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
-