Class TransactionGlEntry
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.accounting.server.entity.TransactionGlEntry
- 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 TransactionGlEntryTransactionGlEntry(TransactionGlEntryValue value, EntityPermission entityPermission) Creates a new instance of TransactionGlEntry -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetDebit()booleanbooleangetGlAccount(EntityPermission entityPermission) booleangetGroupParty(EntityPermission entityPermission) booleanbooleangetOriginalCurrency(EntityPermission entityPermission) booleanbooleanbooleangetTransaction(EntityPermission entityPermission) getTransactionGlAccountCategory(EntityPermission entityPermission) booleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidvoidsetFromTime(Long fromTime) voidsetGlAccount(GlAccount entity) voidsetGlAccountPK(GlAccountPK glAccountPK) voidsetGroupParty(Party entity) voidsetGroupPartyPK(PartyPK groupPartyPK) voidsetOriginalCredit(Long originalCredit) voidsetOriginalCurrency(Currency entity) voidsetOriginalCurrencyPK(CurrencyPK originalCurrencyPK) voidsetOriginalDebit(Long originalDebit) voidsetThruTime(Long thruTime) voidsetTransaction(Transaction entity) voidvoidsetTransactionGlAccountCategoryPK(TransactionGlAccountCategoryPK transactionGlAccountCategoryPK) voidsetTransactionGlEntrySequence(Integer transactionGlEntrySequence) voidvoidsetTransactionPK(TransactionPK transactionPK) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
TransactionGlEntry
Creates a new instance of TransactionGlEntry- Throws:
PersistenceException
-
TransactionGlEntry
Creates a new instance of TransactionGlEntry
-
-
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
-
getTransactionGlEntryValue
-
setTransactionGlEntryValue
public void setTransactionGlEntryValue(TransactionGlEntryValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getTransactionPK
-
getTransaction
-
getTransaction
-
getTransactionForUpdate
-
setTransactionPK
public void setTransactionPK(TransactionPK transactionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setTransaction
-
getTransactionPKHasBeenModified
-
getTransactionGlEntrySequence
-
setTransactionGlEntrySequence
public void setTransactionGlEntrySequence(Integer transactionGlEntrySequence) throws PersistenceNotNullException, PersistenceReadOnlyException -
getTransactionGlEntrySequenceHasBeenModified
-
getGroupPartyPK
-
getGroupParty
-
getGroupParty
-
getGroupPartyForUpdate
-
setGroupPartyPK
public void setGroupPartyPK(PartyPK groupPartyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setGroupParty
-
getGroupPartyPKHasBeenModified
-
getTransactionGlAccountCategoryPK
-
getTransactionGlAccountCategory
public TransactionGlAccountCategory getTransactionGlAccountCategory(EntityPermission entityPermission) -
getTransactionGlAccountCategory
-
getTransactionGlAccountCategoryForUpdate
-
setTransactionGlAccountCategoryPK
public void setTransactionGlAccountCategoryPK(TransactionGlAccountCategoryPK transactionGlAccountCategoryPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setTransactionGlAccountCategory
-
getTransactionGlAccountCategoryPKHasBeenModified
-
getGlAccountPK
-
getGlAccount
-
getGlAccount
-
getGlAccountForUpdate
-
setGlAccountPK
public void setGlAccountPK(GlAccountPK glAccountPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setGlAccount
-
getGlAccountPKHasBeenModified
-
getOriginalCurrencyPK
-
getOriginalCurrency
-
getOriginalCurrency
-
getOriginalCurrencyForUpdate
-
setOriginalCurrencyPK
public void setOriginalCurrencyPK(CurrencyPK originalCurrencyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOriginalCurrency
-
getOriginalCurrencyPKHasBeenModified
-
getOriginalDebit
-
setOriginalDebit
public void setOriginalDebit(Long originalDebit) throws PersistenceNotNullException, PersistenceReadOnlyException -
getOriginalDebitHasBeenModified
-
getOriginalCredit
-
setOriginalCredit
public void setOriginalCredit(Long originalCredit) throws PersistenceNotNullException, PersistenceReadOnlyException -
getOriginalCreditHasBeenModified
-
getDebit
-
setDebit
-
getDebitHasBeenModified
-
getCredit
-
setCredit
-
getCreditHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-