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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(PaymentDeductionDetailPK activeDetailPK) voidsetLastDetailPK(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:
getBaseFactoryInstancein classBaseValue<PaymentDeductionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<PaymentDeductionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<PaymentDeductionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<PaymentDeductionPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-