Class ChainInstanceEntityRole
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.chain.server.entity.ChainInstanceEntityRole
- 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 ChainInstanceEntityRoleChainInstanceEntityRole(ChainInstanceEntityRoleValue value, EntityPermission entityPermission) Creates a new instance of ChainInstanceEntityRole -
Method Summary
Modifier and TypeMethodDescriptionbooleangetChainEntityRoleType(EntityPermission entityPermission) getChainEntityRoleType(Session session) getChainEntityRoleType(Session session, EntityPermission entityPermission) getChainEntityRoleTypeForUpdate(Session session) booleangetChainInstance(EntityPermission entityPermission) getChainInstance(Session session) getChainInstance(Session session, EntityPermission entityPermission) getChainInstanceForUpdate(Session session) booleangetEntityInstance(EntityPermission entityPermission) getEntityInstance(Session session) getEntityInstance(Session session, EntityPermission entityPermission) getEntityInstanceForUpdate(Session session) booleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidvoidsetChainEntityRoleTypePK(ChainEntityRoleTypePK chainEntityRoleTypePK) voidsetChainInstance(ChainInstance entity) voidvoidsetChainInstancePK(ChainInstancePK chainInstancePK) voidsetEntityInstance(EntityInstance entity) voidsetEntityInstancePK(EntityInstancePK entityInstancePK) voidsetFromTime(Long fromTime) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
ChainInstanceEntityRole
Creates a new instance of ChainInstanceEntityRole- Throws:
PersistenceException
-
ChainInstanceEntityRole
public ChainInstanceEntityRole(ChainInstanceEntityRoleValue value, EntityPermission entityPermission) Creates a new instance of ChainInstanceEntityRole
-
-
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
-
getChainInstanceEntityRoleValue
-
setChainInstanceEntityRoleValue
public void setChainInstanceEntityRoleValue(ChainInstanceEntityRoleValue 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
-
getChainEntityRoleTypePK
-
getChainEntityRoleType
public ChainEntityRoleType getChainEntityRoleType(Session session, EntityPermission entityPermission) -
getChainEntityRoleType
-
getChainEntityRoleType
-
getChainEntityRoleType
-
getChainEntityRoleTypeForUpdate
-
getChainEntityRoleTypeForUpdate
-
setChainEntityRoleTypePK
public void setChainEntityRoleTypePK(ChainEntityRoleTypePK chainEntityRoleTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setChainEntityRoleType
-
getChainEntityRoleTypePKHasBeenModified
-
getEntityInstancePK
-
getEntityInstance
-
getEntityInstance
-
getEntityInstance
-
getEntityInstance
-
getEntityInstanceForUpdate
-
getEntityInstanceForUpdate
-
setEntityInstancePK
public void setEntityInstancePK(EntityInstancePK entityInstancePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setEntityInstance
-
getEntityInstancePKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-