Class ChainActionChainActionSetTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.chain.common.transfer.ChainActionChainActionSetTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionChainActionChainActionSetTransfer
(ChainActionTransfer chainAction, ChainActionSetTransfer nextChainActionSet, Long unformattedDelayTime, String delayTime) Creates a new instance of ChainActionChainActionSetTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoid
setChainAction
(ChainActionTransfer chainAction) void
setDelayTime
(String delayTime) void
setNextChainActionSet
(ChainActionSetTransfer nextChainActionSet) void
setUnformattedDelayTime
(Long unformattedDelayTime) 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
-
ChainActionChainActionSetTransfer
public ChainActionChainActionSetTransfer(ChainActionTransfer chainAction, ChainActionSetTransfer nextChainActionSet, Long unformattedDelayTime, String delayTime) Creates a new instance of ChainActionChainActionSetTransfer
-
-
Method Details
-
getChainAction
-
setChainAction
-
getNextChainActionSet
-
setNextChainActionSet
-
getUnformattedDelayTime
-
setUnformattedDelayTime
-
getDelayTime
-
setDelayTime
-