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 TypeMethodDescriptionboolean
getChainAction
(EntityPermission entityPermission) getChainAction
(Session session) getChainAction
(Session session, EntityPermission entityPermission) getChainActionForUpdate
(Session session) boolean
boolean
boolean
getNextChainActionSet
(EntityPermission entityPermission) getNextChainActionSet
(Session session) getNextChainActionSet
(Session session, EntityPermission entityPermission) getNextChainActionSetForUpdate
(Session session) boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
setChainAction
(ChainAction entity) void
void
setChainActionPK
(ChainActionPK chainActionPK) void
setDelayTime
(Long delayTime) void
setFromTime
(Long fromTime) void
setNextChainActionSet
(ChainActionSet entity) void
setNextChainActionSetPK
(ChainActionSetPK nextChainActionSetPK) void
setThruTime
(Long thruTime) void
toString()
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:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getChainActionChainActionSetValue
-
setChainActionChainActionSetValue
public void setChainActionChainActionSetValue(ChainActionChainActionSetValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-