Class TransactionGlAccount
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.accounting.server.entity.TransactionGlAccount
- 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 TransactionGlAccountTransactionGlAccount(TransactionGlAccountValue value, EntityPermission entityPermission) Creates a new instance of TransactionGlAccount -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetGlAccount(EntityPermission entityPermission) getGlAccount(Session session) getGlAccount(Session session, EntityPermission entityPermission) getGlAccountForUpdate(Session session) booleanbooleangetTransactionGlAccountCategory(EntityPermission entityPermission) getTransactionGlAccountCategory(Session session) getTransactionGlAccountCategory(Session session, EntityPermission entityPermission) booleanbooleaninthashCode()voidremove()voidvoidsetFromTime(Long fromTime) voidsetGlAccount(GlAccount entity) voidsetGlAccountPK(GlAccountPK glAccountPK) voidsetThruTime(Long thruTime) voidvoidsetTransactionGlAccountCategoryPK(TransactionGlAccountCategoryPK transactionGlAccountCategoryPK) voidvoidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
TransactionGlAccount
Creates a new instance of TransactionGlAccount- Throws:
PersistenceException
-
TransactionGlAccount
Creates a new instance of TransactionGlAccount
-
-
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
-
getTransactionGlAccountValue
-
setTransactionGlAccountValue
public void setTransactionGlAccountValue(TransactionGlAccountValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getTransactionGlAccountCategoryPK
-
getTransactionGlAccountCategory
public TransactionGlAccountCategory getTransactionGlAccountCategory(Session session, EntityPermission entityPermission) -
getTransactionGlAccountCategory
public TransactionGlAccountCategory getTransactionGlAccountCategory(EntityPermission entityPermission) -
getTransactionGlAccountCategory
-
getTransactionGlAccountCategory
-
getTransactionGlAccountCategoryForUpdate
-
getTransactionGlAccountCategoryForUpdate
-
setTransactionGlAccountCategoryPK
public void setTransactionGlAccountCategoryPK(TransactionGlAccountCategoryPK transactionGlAccountCategoryPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setTransactionGlAccountCategory
-
getTransactionGlAccountCategoryPKHasBeenModified
-
getGlAccountPK
-
getGlAccount
-
getGlAccount
-
getGlAccount
-
getGlAccount
-
getGlAccountForUpdate
-
getGlAccountForUpdate
-
setGlAccountPK
public void setGlAccountPK(GlAccountPK glAccountPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setGlAccount
-
getGlAccountPKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-