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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetChainActionPK(ChainActionPK chainActionPK) voidsetDelayTime(Long delayTime) voidsetFromTime(Long fromTime) voidsetNextChainActionSetPK(ChainActionSetPK nextChainActionSetPK) voidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<ChainActionChainActionSetPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ChainActionChainActionSetPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ChainActionChainActionSetPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-