Class TransactionGlAccountValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<TransactionGlAccountPK>
com.echothree.model.data.accounting.server.value.TransactionGlAccountValue
- All Implemented Interfaces:
Serializable,Cloneable
public class TransactionGlAccountValue
extends BaseValue<TransactionGlAccountPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionTransactionGlAccountValue(TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, GlAccountPK glAccountPK, Long fromTime, Long thruTime) Creates a new instance of TransactionGlAccountValueTransactionGlAccountValue(TransactionGlAccountPK transactionGlAccountPK, TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, GlAccountPK glAccountPK, Long fromTime, Long thruTime) Creates a new instance of TransactionGlAccountValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetGlAccountPK(GlAccountPK glAccountPK) voidsetThruTime(Long thruTime) voidsetTransactionGlAccountCategoryPK(TransactionGlAccountCategoryPK transactionGlAccountCategoryPK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
TransactionGlAccountValue
public TransactionGlAccountValue(TransactionGlAccountPK transactionGlAccountPK, TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, GlAccountPK glAccountPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TransactionGlAccountValue- Throws:
PersistenceNotNullException
-
TransactionGlAccountValue
public TransactionGlAccountValue(TransactionGlAccountCategoryPK transactionGlAccountCategoryPK, GlAccountPK glAccountPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TransactionGlAccountValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<TransactionGlAccountPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<TransactionGlAccountPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<TransactionGlAccountPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<TransactionGlAccountPK>
-
getTransactionGlAccountCategoryPK
-
setTransactionGlAccountCategoryPK
public void setTransactionGlAccountCategoryPK(TransactionGlAccountCategoryPK transactionGlAccountCategoryPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getTransactionGlAccountCategoryPKHasBeenModified
-
getGlAccountPK
-
setGlAccountPK
- Throws:
PersistenceNotNullException
-
getGlAccountPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-