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 TypeMethodDescriptionboolean
getChainEntityRoleType
(EntityPermission entityPermission) getChainEntityRoleType
(Session session) getChainEntityRoleType
(Session session, EntityPermission entityPermission) getChainEntityRoleTypeForUpdate
(Session session) boolean
getChainInstance
(EntityPermission entityPermission) getChainInstance
(Session session) getChainInstance
(Session session, EntityPermission entityPermission) getChainInstanceForUpdate
(Session session) boolean
getEntityInstance
(EntityPermission entityPermission) getEntityInstance
(Session session) getEntityInstance
(Session session, EntityPermission entityPermission) getEntityInstanceForUpdate
(Session session) boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
void
setChainEntityRoleTypePK
(ChainEntityRoleTypePK chainEntityRoleTypePK) void
setChainInstance
(ChainInstance entity) void
void
setChainInstancePK
(ChainInstancePK chainInstancePK) void
setEntityInstance
(EntityInstance entity) void
setEntityInstancePK
(EntityInstancePK entityInstancePK) 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
-
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:
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
-
getChainInstanceEntityRoleValue
-
setChainInstanceEntityRoleValue
public void setChainInstanceEntityRoleValue(ChainInstanceEntityRoleValue 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
-
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
-