Class ChainInstanceDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.chain.server.entity.ChainInstanceDetail
- 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 ChainInstanceDetailChainInstanceDetail
(ChainInstanceDetailValue value, EntityPermission entityPermission) Creates a new instance of ChainInstanceDetail -
Method Summary
Modifier and TypeMethodDescriptionboolean
getChain()
getChain
(EntityPermission entityPermission) getChain
(Session session, EntityPermission entityPermission) getChainForUpdate
(Session session) getChainInstance
(EntityPermission entityPermission) getChainInstance
(Session session) getChainInstance
(Session session, EntityPermission entityPermission) getChainInstanceForUpdate
(Session session) boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
void
setChainInstance
(ChainInstance entity) void
void
setChainInstanceName
(String chainInstanceName) void
setChainInstancePK
(ChainInstancePK chainInstancePK) void
setChainPK
(ChainPK chainPK) void
setFromTime
(Long fromTime) void
setThruTime
(Long thruTime) void
toString()
Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
ChainInstanceDetail
Creates a new instance of ChainInstanceDetail- Throws:
PersistenceException
-
ChainInstanceDetail
Creates a new instance of ChainInstanceDetail
-
-
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
-
getChainInstanceDetailValue
-
setChainInstanceDetailValue
public void setChainInstanceDetailValue(ChainInstanceDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getChainInstancePK
-
getChainInstance
-
getChainInstance
-
getChainInstance
-
getChainInstance
-
getChainInstanceForUpdate
-
getChainInstanceForUpdate
-
setChainInstancePK
public void setChainInstancePK(ChainInstancePK chainInstancePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setChainInstance
-
getChainInstancePKHasBeenModified
-
getChainInstanceName
-
setChainInstanceName
public void setChainInstanceName(String chainInstanceName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getChainInstanceNameHasBeenModified
-
getChainPK
-
getChain
-
getChain
-
getChain
-
getChain
-
getChainForUpdate
-
getChainForUpdate
-
setChainPK
public void setChainPK(ChainPK chainPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setChain
-
getChainPKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-