Class ChainActionSetTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.chain.common.transfer.ChainActionSetTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionChainActionSetTransfer
(ChainTransfer chain, String chainActionSetName, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of ChainActionSetTransfer -
Method Summary
Modifier and TypeMethodDescriptiongetChain()
void
setChain
(ChainTransfer chain) void
setChainActionSetName
(String chainActionSetName) void
setDescription
(String description) void
setIsDefault
(Boolean isDefault) 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
-
ChainActionSetTransfer
public ChainActionSetTransfer(ChainTransfer chain, String chainActionSetName, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of ChainActionSetTransfer
-
-
Method Details
-
getChain
-
setChain
-
getChainActionSetName
-
setChainActionSetName
-
getIsDefault
-
setIsDefault
-
getSortOrder
-
setSortOrder
-
getDescription
-
setDescription
-