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 TypeMethodDescriptionvoidsetCommunicationEmailSource(CommunicationEmailSourceTransfer communicationEmailSource) voidsetCommunicationSourceName(String communicationSourceName) voidsetCommunicationSourceType(CommunicationSourceTypeTransfer communicationSourceType) voidsetDescription(String description) 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
-
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
-