Class ChainActionTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.chain.common.transfer.ChainActionTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionChainActionTransfer
(ChainActionSetTransfer chainActionSet, String chainActionName, ChainActionTypeTransfer chainActionType, Integer sortOrder, String description) Creates a new instance of ChainActionTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoid
setChainActionChainActionSet
(ChainActionChainActionSetTransfer chainActionChainActionSet) void
setChainActionLetter
(ChainActionLetterTransfer chainActionLetter) void
setChainActionName
(String chainActionName) void
setChainActionSet
(ChainActionSetTransfer chainActionSet) void
setChainActionSurvey
(ChainActionSurveyTransfer chainActionSurvey) void
setChainActionType
(ChainActionTypeTransfer chainActionType) 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
-
ChainActionTransfer
public ChainActionTransfer(ChainActionSetTransfer chainActionSet, String chainActionName, ChainActionTypeTransfer chainActionType, Integer sortOrder, String description) Creates a new instance of ChainActionTransfer
-
-
Method Details
-
getChainActionSet
-
setChainActionSet
-
getChainActionName
-
setChainActionName
-
getChainActionType
-
setChainActionType
-
getSortOrder
-
setSortOrder
-
getDescription
-
setDescription
-
getChainActionLetter
-
setChainActionLetter
-
getChainActionSurvey
-
setChainActionSurvey
-
getChainActionChainActionSet
-
setChainActionChainActionSet
public void setChainActionChainActionSet(ChainActionChainActionSetTransfer chainActionChainActionSet)
-