Class LetterTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.letter.common.transfer.LetterTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLetterTransfer
(ChainTypeTransfer chainType, String letterName, LetterSourceTransfer letterSource, ContactListTransfer contactList, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of LetterTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoid
setChainType
(ChainTypeTransfer chainType) void
setContactList
(ContactListTransfer contactList) void
setDescription
(String description) void
setIsDefault
(Boolean isDefault) void
setLetterName
(String letterName) void
setLetterSource
(LetterSourceTransfer letterSource) 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
-
LetterTransfer
public LetterTransfer(ChainTypeTransfer chainType, String letterName, LetterSourceTransfer letterSource, ContactListTransfer contactList, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of LetterTransfer
-
-
Method Details
-
getChainType
-
setChainType
-
getLetterName
-
setLetterName
-
getLetterSource
-
setLetterSource
-
getContactList
-
setContactList
-
getIsDefault
-
setIsDefault
-
getSortOrder
-
setSortOrder
-
getDescription
-
setDescription
-