Class PaymentApplicationDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PaymentApplicationDetailPK>
com.echothree.model.data.payment.server.value.PaymentApplicationDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class PaymentApplicationDetailValue
extends BaseValue<PaymentApplicationDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionPaymentApplicationDetailValue
(PaymentApplicationDetailPK paymentApplicationDetailPK, PaymentApplicationPK paymentApplicationPK, PaymentPK paymentPK, InvoiceLinePK invoiceLinePK, Long amount, Long fromTime, Long thruTime) Creates a new instance of PaymentApplicationDetailValuePaymentApplicationDetailValue
(PaymentApplicationPK paymentApplicationPK, PaymentPK paymentPK, InvoiceLinePK invoiceLinePK, Long amount, Long fromTime, Long thruTime) Creates a new instance of PaymentApplicationDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
void
setFromTime
(Long fromTime) void
setInvoiceLinePK
(InvoiceLinePK invoiceLinePK) void
setPaymentApplicationPK
(PaymentApplicationPK paymentApplicationPK) 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
-
PaymentApplicationDetailValue
public PaymentApplicationDetailValue(PaymentApplicationDetailPK paymentApplicationDetailPK, PaymentApplicationPK paymentApplicationPK, PaymentPK paymentPK, InvoiceLinePK invoiceLinePK, Long amount, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PaymentApplicationDetailValue- Throws:
PersistenceNotNullException
-
PaymentApplicationDetailValue
public PaymentApplicationDetailValue(PaymentApplicationPK paymentApplicationPK, PaymentPK paymentPK, InvoiceLinePK invoiceLinePK, Long amount, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PaymentApplicationDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<PaymentApplicationDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PaymentApplicationDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PaymentApplicationDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<PaymentApplicationDetailPK>
-
getPaymentApplicationPK
-
setPaymentApplicationPK
public void setPaymentApplicationPK(PaymentApplicationPK paymentApplicationPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPaymentApplicationPKHasBeenModified
-
getPaymentPK
-
setPaymentPK
- Throws:
PersistenceNotNullException
-
getPaymentPKHasBeenModified
-
getInvoiceLinePK
-
setInvoiceLinePK
- Throws:
PersistenceNotNullException
-
getInvoiceLinePKHasBeenModified
-
getAmount
-
setAmount
- Throws:
PersistenceNotNullException
-
getAmountHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-