Class TransactionGlEntryValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<TransactionGlEntryPK>
com.echothree.model.data.accounting.server.value.TransactionGlEntryValue
- All Implemented Interfaces:
Serializable,Cloneable
public class TransactionGlEntryValue
extends BaseValue<TransactionGlEntryPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionTransactionGlEntryValue(TransactionGlEntryPK transactionGlEntryPK, TransactionPK transactionPK, Integer transactionGlEntrySequence, PartyPK groupPartyPK, TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, GlAccountPK glAccountPK, CurrencyPK originalCurrencyPK, Long originalDebit, Long originalCredit, Long debit, Long credit, Long fromTime, Long thruTime) Creates a new instance of TransactionGlEntryValueTransactionGlEntryValue(TransactionPK transactionPK, Integer transactionGlEntrySequence, PartyPK groupPartyPK, TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, GlAccountPK glAccountPK, CurrencyPK originalCurrencyPK, Long originalDebit, Long originalCredit, Long debit, Long credit, Long fromTime, Long thruTime) Creates a new instance of TransactionGlEntryValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleangetDebit()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidvoidvoidsetFromTime(Long fromTime) voidsetGlAccountPK(GlAccountPK glAccountPK) voidsetGroupPartyPK(PartyPK groupPartyPK) voidsetOriginalCredit(Long originalCredit) voidsetOriginalCurrencyPK(CurrencyPK originalCurrencyPK) voidsetOriginalDebit(Long originalDebit) voidsetThruTime(Long thruTime) voidsetTransactionGlAccountCategoryPK(TransactionGlAccountCategoryPK transactionGlAccountCategoryPK) voidsetTransactionGlEntrySequence(Integer transactionGlEntrySequence) voidsetTransactionPK(TransactionPK transactionPK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
TransactionGlEntryValue
public TransactionGlEntryValue(TransactionGlEntryPK transactionGlEntryPK, TransactionPK transactionPK, Integer transactionGlEntrySequence, PartyPK groupPartyPK, TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, GlAccountPK glAccountPK, CurrencyPK originalCurrencyPK, Long originalDebit, Long originalCredit, Long debit, Long credit, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TransactionGlEntryValue- Throws:
PersistenceNotNullException
-
TransactionGlEntryValue
public TransactionGlEntryValue(TransactionPK transactionPK, Integer transactionGlEntrySequence, PartyPK groupPartyPK, TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, GlAccountPK glAccountPK, CurrencyPK originalCurrencyPK, Long originalDebit, Long originalCredit, Long debit, Long credit, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TransactionGlEntryValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<TransactionGlEntryPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<TransactionGlEntryPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<TransactionGlEntryPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<TransactionGlEntryPK>
-
getTransactionPK
-
setTransactionPK
- Throws:
PersistenceNotNullException
-
getTransactionPKHasBeenModified
-
getTransactionGlEntrySequence
-
setTransactionGlEntrySequence
public void setTransactionGlEntrySequence(Integer transactionGlEntrySequence) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getTransactionGlEntrySequenceHasBeenModified
-
getGroupPartyPK
-
setGroupPartyPK
- Throws:
PersistenceNotNullException
-
getGroupPartyPKHasBeenModified
-
getTransactionGlAccountCategoryPK
-
setTransactionGlAccountCategoryPK
public void setTransactionGlAccountCategoryPK(TransactionGlAccountCategoryPK transactionGlAccountCategoryPK) -
getTransactionGlAccountCategoryPKHasBeenModified
-
getGlAccountPK
-
setGlAccountPK
- Throws:
PersistenceNotNullException
-
getGlAccountPKHasBeenModified
-
getOriginalCurrencyPK
-
setOriginalCurrencyPK
- Throws:
PersistenceNotNullException
-
getOriginalCurrencyPKHasBeenModified
-
getOriginalDebit
-
setOriginalDebit
-
getOriginalDebitHasBeenModified
-
getOriginalCredit
-
setOriginalCredit
-
getOriginalCreditHasBeenModified
-
getDebit
-
setDebit
-
getDebitHasBeenModified
-
getCredit
-
setCredit
-
getCreditHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-