Class CommunicationEventPurposeTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.communication.common.transfer.CommunicationEventPurposeTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCommunicationEventPurposeTransfer
(String communicationEventPurposeName, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of CommunicationEventPurposeTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoid
setCommunicationEventPurposeName
(String communicationEventPurposeName) void
setDescription
(String description) 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
-
CommunicationEventPurposeTransfer
public CommunicationEventPurposeTransfer(String communicationEventPurposeName, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of CommunicationEventPurposeTransfer
-
-
Method Details
-
getCommunicationEventPurposeName
-
setCommunicationEventPurposeName
-
getIsDefault
-
setIsDefault
-
getSortOrder
-
setSortOrder
-
getDescription
-
setDescription
-