Class TransactionValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<TransactionPK>
com.echothree.model.data.accounting.server.value.TransactionValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionTransactionValue
(TransactionDetailPK activeDetailPK, TransactionDetailPK lastDetailPK) Creates a new instance of TransactionValueTransactionValue
(TransactionPK transactionPK, TransactionDetailPK activeDetailPK, TransactionDetailPK lastDetailPK) Creates a new instance of TransactionValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(TransactionDetailPK activeDetailPK) void
setLastDetailPK
(TransactionDetailPK lastDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
TransactionValue
public TransactionValue(TransactionPK transactionPK, TransactionDetailPK activeDetailPK, TransactionDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of TransactionValue- Throws:
PersistenceNotNullException
-
TransactionValue
public TransactionValue(TransactionDetailPK activeDetailPK, TransactionDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of TransactionValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<TransactionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<TransactionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<TransactionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<TransactionPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-