Class ChainActionChainActionSet
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.chain.server.entity.ChainActionChainActionSet
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of ChainActionChainActionSetChainActionChainActionSet(ChainActionChainActionSetValue value, EntityPermission entityPermission) Creates a new instance of ChainActionChainActionSet -
Method Summary
Modifier and TypeMethodDescriptionbooleangetChainAction(EntityPermission entityPermission) getChainAction(Session session) getChainAction(Session session, EntityPermission entityPermission) getChainActionForUpdate(Session session) booleanbooleanbooleangetNextChainActionSet(EntityPermission entityPermission) getNextChainActionSet(Session session) getNextChainActionSet(Session session, EntityPermission entityPermission) getNextChainActionSetForUpdate(Session session) booleanbooleanbooleaninthashCode()voidremove()voidvoidsetChainAction(ChainAction entity) voidvoidsetChainActionPK(ChainActionPK chainActionPK) voidsetDelayTime(Long delayTime) voidsetFromTime(Long fromTime) voidsetNextChainActionSet(ChainActionSet entity) voidsetNextChainActionSetPK(ChainActionSetPK nextChainActionSetPK) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
ChainActionChainActionSet
Creates a new instance of ChainActionChainActionSet- Throws:
PersistenceException
-
ChainActionChainActionSet
public ChainActionChainActionSet(ChainActionChainActionSetValue value, EntityPermission entityPermission) Creates a new instance of ChainActionChainActionSet
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getChainActionChainActionSetValue
-
setChainActionChainActionSetValue
public void setChainActionChainActionSetValue(ChainActionChainActionSetValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getChainActionPK
-
getChainAction
-
getChainAction
-
getChainAction
-
getChainAction
-
getChainActionForUpdate
-
getChainActionForUpdate
-
setChainActionPK
public void setChainActionPK(ChainActionPK chainActionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setChainAction
-
getChainActionPKHasBeenModified
-
getNextChainActionSetPK
-
getNextChainActionSet
-
getNextChainActionSet
-
getNextChainActionSet
-
getNextChainActionSet
-
getNextChainActionSetForUpdate
-
getNextChainActionSetForUpdate
-
setNextChainActionSetPK
public void setNextChainActionSetPK(ChainActionSetPK nextChainActionSetPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setNextChainActionSet
-
getNextChainActionSetPKHasBeenModified
-
getDelayTime
-
setDelayTime
public void setDelayTime(Long delayTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getDelayTimeHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-