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, TransactionGlEntryPK parentTransactionGlEntryPK, PartyPK groupPartyPK, TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, GlAccountPK glAccountPK, CurrencyPK originalCurrencyPK, Long originalAmount, Long amount, Long fromTime, Long thruTime) Creates a new instance of TransactionGlEntryValueTransactionGlEntryValue
(TransactionPK transactionPK, Integer transactionGlEntrySequence, TransactionGlEntryPK parentTransactionGlEntryPK, PartyPK groupPartyPK, TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, GlAccountPK glAccountPK, CurrencyPK originalCurrencyPK, Long originalAmount, Long amount, Long fromTime, Long thruTime) Creates a new instance of TransactionGlEntryValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
void
setFromTime
(Long fromTime) void
setGlAccountPK
(GlAccountPK glAccountPK) void
setGroupPartyPK
(PartyPK groupPartyPK) void
setOriginalAmount
(Long originalAmount) void
setOriginalCurrencyPK
(CurrencyPK originalCurrencyPK) void
setParentTransactionGlEntryPK
(TransactionGlEntryPK parentTransactionGlEntryPK) void
setThruTime
(Long thruTime) void
setTransactionGlAccountCategoryPK
(TransactionGlAccountCategoryPK transactionGlAccountCategoryPK) void
setTransactionGlEntrySequence
(Integer transactionGlEntrySequence) void
setTransactionPK
(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, TransactionGlEntryPK parentTransactionGlEntryPK, PartyPK groupPartyPK, TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, GlAccountPK glAccountPK, CurrencyPK originalCurrencyPK, Long originalAmount, Long amount, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TransactionGlEntryValue- Throws:
PersistenceNotNullException
-
TransactionGlEntryValue
public TransactionGlEntryValue(TransactionPK transactionPK, Integer transactionGlEntrySequence, TransactionGlEntryPK parentTransactionGlEntryPK, PartyPK groupPartyPK, TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, GlAccountPK glAccountPK, CurrencyPK originalCurrencyPK, Long originalAmount, Long amount, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TransactionGlEntryValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<TransactionGlEntryPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<TransactionGlEntryPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<TransactionGlEntryPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<TransactionGlEntryPK>
-
getTransactionPK
-
setTransactionPK
- Throws:
PersistenceNotNullException
-
getTransactionPKHasBeenModified
-
getTransactionGlEntrySequence
-
setTransactionGlEntrySequence
public void setTransactionGlEntrySequence(Integer transactionGlEntrySequence) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getTransactionGlEntrySequenceHasBeenModified
-
getParentTransactionGlEntryPK
-
setParentTransactionGlEntryPK
-
getParentTransactionGlEntryPKHasBeenModified
-
getGroupPartyPK
-
setGroupPartyPK
- Throws:
PersistenceNotNullException
-
getGroupPartyPKHasBeenModified
-
getTransactionGlAccountCategoryPK
-
setTransactionGlAccountCategoryPK
public void setTransactionGlAccountCategoryPK(TransactionGlAccountCategoryPK transactionGlAccountCategoryPK) -
getTransactionGlAccountCategoryPKHasBeenModified
-
getGlAccountPK
-
setGlAccountPK
- Throws:
PersistenceNotNullException
-
getGlAccountPKHasBeenModified
-
getOriginalCurrencyPK
-
setOriginalCurrencyPK
-
getOriginalCurrencyPKHasBeenModified
-
getOriginalAmount
-
setOriginalAmount
-
getOriginalAmountHasBeenModified
-
getAmount
-
setAmount
- Throws:
PersistenceNotNullException
-
getAmountHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-