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) booleangetChainInstance(EntityPermission entityPermission) booleangetEntityInstance(EntityPermission entityPermission) booleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetChainEntityRoleTypePK(ChainEntityRoleTypePK chainEntityRoleTypePK) voidsetChainInstance(ChainInstance entity) voidvoidsetChainInstancePK(ChainInstancePK chainInstancePK) voidsetEntityInstance(EntityInstance entity) voidsetEntityInstancePK(EntityInstancePK entityInstancePK) voidsetFromTime(Long fromTime) voidsetThruTime(Long thruTime) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
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
-
getChainInstanceEntityRoleValue
-
setChainInstanceEntityRoleValue
public void setChainInstanceEntityRoleValue(ChainInstanceEntityRoleValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getChainInstancePK
-
getChainInstance
-
getChainInstance
-
getChainInstanceForUpdate
-
setChainInstancePK
public void setChainInstancePK(ChainInstancePK chainInstancePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setChainInstance
-
getChainInstancePKHasBeenModified
-
getChainEntityRoleTypePK
-
getChainEntityRoleType
-
getChainEntityRoleType
-
getChainEntityRoleTypeForUpdate
-
setChainEntityRoleTypePK
public void setChainEntityRoleTypePK(ChainEntityRoleTypePK chainEntityRoleTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setChainEntityRoleType
-
getChainEntityRoleTypePKHasBeenModified
-
getEntityInstancePK
-
getEntityInstance
-
getEntityInstance
-
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
-