Class ChainActionDescriptionTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.chain.common.transfer.ChainActionDescriptionTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionChainActionDescriptionTransfer
(LanguageTransfer language, ChainActionTransfer chainAction, String description) Creates a new instance of ChainActionDescriptionTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoid
setChainAction
(ChainActionTransfer chainAction) 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
-
ChainActionDescriptionTransfer
public ChainActionDescriptionTransfer(LanguageTransfer language, ChainActionTransfer chainAction, String description) Creates a new instance of ChainActionDescriptionTransfer
-
-
Method Details
-
getLanguage
-
setLanguage
-
getChainAction
-
setChainAction
-
getDescription
-
setDescription
-