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 TypeMethodDescriptionbooleangetChain()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) booleanbooleanbooleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidvoidsetChainInstance(ChainInstance entity) voidvoidsetChainInstanceName(String chainInstanceName) voidsetChainInstancePK(ChainInstancePK chainInstancePK) voidsetChainPK(ChainPK chainPK) voidsetFromTime(Long fromTime) voidsetThruTime(Long thruTime) voidtoString()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:
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
-
getChainInstanceDetailValue
-
setChainInstanceDetailValue
public void setChainInstanceDetailValue(ChainInstanceDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin 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
-