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