Class ChainInstanceStatusTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.chain.common.transfer.ChainInstanceStatusTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionChainInstanceStatusTransfer(ChainInstanceTransfer chainInstance, ChainActionSetTransfer nextChainActionSet, Long unformattedNextChainActionSetTime, String nextChainActionSetTime, Integer queuedLetterSequence) Creates a new instance of ChainInstanceStatusTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the chainInstance.Returns the nextChainActionSet.Returns the nextChainActionSetTime.Returns the queuedLetterSequence.Returns the unformattedNextChainActionSetTime.voidsetChainInstance(ChainInstanceTransfer chainInstance) Sets the chainInstance.voidsetNextChainActionSet(ChainActionSetTransfer nextChainActionSet) Sets the nextChainActionSet.voidsetNextChainActionSetTime(String nextChainActionSetTime) Sets the nextChainActionSetTime.voidsetQueuedLetterSequence(Integer queuedLetterSequence) Sets the queuedLetterSequence.voidsetUnformattedNextChainActionSetTime(Long unformattedNextChainActionSetTime) Sets the unformattedNextChainActionSetTime.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
-
ChainInstanceStatusTransfer
public ChainInstanceStatusTransfer(ChainInstanceTransfer chainInstance, ChainActionSetTransfer nextChainActionSet, Long unformattedNextChainActionSetTime, String nextChainActionSetTime, Integer queuedLetterSequence) Creates a new instance of ChainInstanceStatusTransfer
-
-
Method Details
-
getChainInstance
Returns the chainInstance.- Returns:
- the chainInstance
-
setChainInstance
Sets the chainInstance.- Parameters:
chainInstance- the chainInstance to set
-
getNextChainActionSet
Returns the nextChainActionSet.- Returns:
- the nextChainActionSet
-
setNextChainActionSet
Sets the nextChainActionSet.- Parameters:
nextChainActionSet- the nextChainActionSet to set
-
getUnformattedNextChainActionSetTime
Returns the unformattedNextChainActionSetTime.- Returns:
- the unformattedNextChainActionSetTime
-
setUnformattedNextChainActionSetTime
Sets the unformattedNextChainActionSetTime.- Parameters:
unformattedNextChainActionSetTime- the unformattedNextChainActionSetTime to set
-
getNextChainActionSetTime
Returns the nextChainActionSetTime.- Returns:
- the nextChainActionSetTime
-
setNextChainActionSetTime
Sets the nextChainActionSetTime.- Parameters:
nextChainActionSetTime- the nextChainActionSetTime to set
-
getQueuedLetterSequence
Returns the queuedLetterSequence.- Returns:
- the queuedLetterSequence
-
setQueuedLetterSequence
Sets the queuedLetterSequence.- Parameters:
queuedLetterSequence- the queuedLetterSequence to set
-