Class CommunicationSourceTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.communication.common.transfer.CommunicationSourceTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCommunicationSourceTransfer
(String communicationSourceName, CommunicationSourceTypeTransfer communicationSourceType, Integer sortOrder, String description, CommunicationEmailSourceTransfer communicationEmailSource) Creates a new instance of CommunicationSourceTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoid
setCommunicationEmailSource
(CommunicationEmailSourceTransfer communicationEmailSource) void
setCommunicationSourceName
(String communicationSourceName) void
setCommunicationSourceType
(CommunicationSourceTypeTransfer communicationSourceType) void
setDescription
(String description) 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
-
CommunicationSourceTransfer
public CommunicationSourceTransfer(String communicationSourceName, CommunicationSourceTypeTransfer communicationSourceType, Integer sortOrder, String description, CommunicationEmailSourceTransfer communicationEmailSource) Creates a new instance of CommunicationSourceTransfer
-
-
Method Details
-
getCommunicationSourceName
-
setCommunicationSourceName
-
getCommunicationSourceType
-
setCommunicationSourceType
-
getSortOrder
-
setSortOrder
-
getDescription
-
setDescription
-
getCommunicationEmailSource
-
setCommunicationEmailSource
-