Class ChainDescriptionTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.chain.common.transfer.ChainDescriptionTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionChainDescriptionTransfer
(LanguageTransfer language, ChainTransfer chain, String description) Creates a new instance of ChainDescriptionTransfer -
Method Summary
Modifier and TypeMethodDescriptiongetChain()
void
setChain
(ChainTransfer chain) void
setDescription
(String description) void
setLanguage
(LanguageTransfer language) 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
-
ChainDescriptionTransfer
Creates a new instance of ChainDescriptionTransfer
-
-
Method Details
-
getLanguage
-
setLanguage
-
getChain
-
setChain
-
getDescription
-
setDescription
-