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