Class ChainActionChainActionSetValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ChainActionChainActionSetPK>
com.echothree.model.data.chain.server.value.ChainActionChainActionSetValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ChainActionChainActionSetValue
extends BaseValue<ChainActionChainActionSetPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionChainActionChainActionSetValue
(ChainActionChainActionSetPK chainActionChainActionSetPK, ChainActionPK chainActionPK, ChainActionSetPK nextChainActionSetPK, Long delayTime, Long fromTime, Long thruTime) Creates a new instance of ChainActionChainActionSetValueChainActionChainActionSetValue
(ChainActionPK chainActionPK, ChainActionSetPK nextChainActionSetPK, Long delayTime, Long fromTime, Long thruTime) Creates a new instance of ChainActionChainActionSetValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setChainActionPK
(ChainActionPK chainActionPK) void
setDelayTime
(Long delayTime) void
setFromTime
(Long fromTime) void
setNextChainActionSetPK
(ChainActionSetPK nextChainActionSetPK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ChainActionChainActionSetValue
public ChainActionChainActionSetValue(ChainActionChainActionSetPK chainActionChainActionSetPK, ChainActionPK chainActionPK, ChainActionSetPK nextChainActionSetPK, Long delayTime, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ChainActionChainActionSetValue- Throws:
PersistenceNotNullException
-
ChainActionChainActionSetValue
public ChainActionChainActionSetValue(ChainActionPK chainActionPK, ChainActionSetPK nextChainActionSetPK, Long delayTime, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ChainActionChainActionSetValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ChainActionChainActionSetPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ChainActionChainActionSetPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ChainActionChainActionSetPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ChainActionChainActionSetPK>
-
getChainActionPK
-
setChainActionPK
- Throws:
PersistenceNotNullException
-
getChainActionPKHasBeenModified
-
getNextChainActionSetPK
-
setNextChainActionSetPK
public void setNextChainActionSetPK(ChainActionSetPK nextChainActionSetPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getNextChainActionSetPKHasBeenModified
-
getDelayTime
-
setDelayTime
- Throws:
PersistenceNotNullException
-
getDelayTimeHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-