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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
void
setFromTime
(Long fromTime) void
setPaymentDeductionName
(String paymentDeductionName) void
setPaymentDeductionPK
(PaymentDeductionPK paymentDeductionPK) void
setPaymentDeductionTypePK
(PaymentDeductionTypePK paymentDeductionTypePK) void
setPaymentPK
(PaymentPK paymentPK) void
setThruTime
(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:
getBaseFactoryInstance
in classBaseValue<PaymentDeductionDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PaymentDeductionDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PaymentDeductionDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-