Class PaymentDeductionDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PaymentDeductionDetailPK>
com.echothree.model.data.payment.server.value.PaymentDeductionDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
public class PaymentDeductionDetailValue
extends BaseValue<PaymentDeductionDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionPaymentDeductionDetailValue(PaymentDeductionDetailPK paymentDeductionDetailPK, PaymentDeductionPK paymentDeductionPK, String paymentDeductionName, PaymentDeductionTypePK paymentDeductionTypePK, PaymentPK paymentPK, Long amount, Long fromTime, Long thruTime) Creates a new instance of PaymentDeductionDetailValuePaymentDeductionDetailValue(PaymentDeductionPK paymentDeductionPK, String paymentDeductionName, PaymentDeductionTypePK paymentDeductionTypePK, PaymentPK paymentPK, Long amount, Long fromTime, Long thruTime) Creates a new instance of PaymentDeductionDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidvoidsetFromTime(Long fromTime) voidsetPaymentDeductionName(String paymentDeductionName) voidsetPaymentDeductionPK(PaymentDeductionPK paymentDeductionPK) voidsetPaymentDeductionTypePK(PaymentDeductionTypePK paymentDeductionTypePK) voidsetPaymentPK(PaymentPK paymentPK) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PaymentDeductionDetailValue
public PaymentDeductionDetailValue(PaymentDeductionDetailPK paymentDeductionDetailPK, PaymentDeductionPK paymentDeductionPK, String paymentDeductionName, PaymentDeductionTypePK paymentDeductionTypePK, PaymentPK paymentPK, Long amount, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PaymentDeductionDetailValue- Throws:
PersistenceNotNullException
-
PaymentDeductionDetailValue
public PaymentDeductionDetailValue(PaymentDeductionPK paymentDeductionPK, String paymentDeductionName, PaymentDeductionTypePK paymentDeductionTypePK, PaymentPK paymentPK, Long amount, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PaymentDeductionDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<PaymentDeductionDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<PaymentDeductionDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<PaymentDeductionDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<PaymentDeductionDetailPK>
-
getPaymentDeductionPK
-
setPaymentDeductionPK
public void setPaymentDeductionPK(PaymentDeductionPK paymentDeductionPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPaymentDeductionPKHasBeenModified
-
getPaymentDeductionName
-
setPaymentDeductionName
- Throws:
PersistenceNotNullException
-
getPaymentDeductionNameHasBeenModified
-
getPaymentDeductionTypePK
-
setPaymentDeductionTypePK
-
getPaymentDeductionTypePKHasBeenModified
-
getPaymentPK
-
setPaymentPK
-
getPaymentPKHasBeenModified
-
getAmount
-
setAmount
- Throws:
PersistenceNotNullException
-
getAmountHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-