Class TransactionEntityRole
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.accounting.server.entity.TransactionEntityRole
- 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 TransactionEntityRoleTransactionEntityRole(TransactionEntityRoleValue value, EntityPermission entityPermission) Creates a new instance of TransactionEntityRole -
Method Summary
Modifier and TypeMethodDescriptionbooleangetEntityInstance(EntityPermission entityPermission) getEntityInstance(Session session) getEntityInstance(Session session, EntityPermission entityPermission) getEntityInstanceForUpdate(Session session) booleanbooleanbooleangetTransaction(EntityPermission entityPermission) getTransaction(Session session) getTransaction(Session session, EntityPermission entityPermission) getTransactionEntityRoleType(EntityPermission entityPermission) getTransactionEntityRoleType(Session session) getTransactionEntityRoleType(Session session, EntityPermission entityPermission) booleangetTransactionForUpdate(Session session) booleanbooleaninthashCode()voidremove()voidvoidsetEntityInstance(EntityInstance entity) voidsetEntityInstancePK(EntityInstancePK entityInstancePK) voidsetFromTime(Long fromTime) voidsetThruTime(Long thruTime) voidsetTransaction(Transaction entity) voidvoidsetTransactionEntityRoleTypePK(TransactionEntityRoleTypePK transactionEntityRoleTypePK) voidvoidsetTransactionPK(TransactionPK transactionPK) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
TransactionEntityRole
Creates a new instance of TransactionEntityRole- Throws:
PersistenceException
-
TransactionEntityRole
Creates a new instance of TransactionEntityRole
-
-
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
-
getTransactionEntityRoleValue
-
setTransactionEntityRoleValue
public void setTransactionEntityRoleValue(TransactionEntityRoleValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getTransactionPK
-
getTransaction
-
getTransaction
-
getTransaction
-
getTransaction
-
getTransactionForUpdate
-
getTransactionForUpdate
-
setTransactionPK
public void setTransactionPK(TransactionPK transactionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setTransaction
-
getTransactionPKHasBeenModified
-
getTransactionEntityRoleTypePK
-
getTransactionEntityRoleType
public TransactionEntityRoleType getTransactionEntityRoleType(Session session, EntityPermission entityPermission) -
getTransactionEntityRoleType
-
getTransactionEntityRoleType
-
getTransactionEntityRoleType
-
getTransactionEntityRoleTypeForUpdate
-
getTransactionEntityRoleTypeForUpdate
-
setTransactionEntityRoleTypePK
public void setTransactionEntityRoleTypePK(TransactionEntityRoleTypePK transactionEntityRoleTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setTransactionEntityRoleType
-
getTransactionEntityRoleTypePKHasBeenModified
-
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
-