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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidvoidsetFromTime(Long fromTime) voidsetInvoiceLinePK(InvoiceLinePK invoiceLinePK) voidsetPaymentApplicationPK(PaymentApplicationPK paymentApplicationPK) voidsetPaymentPK(PaymentPK paymentPK) voidsetThruTime(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:
getBaseFactoryInstancein classBaseValue<PaymentApplicationDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<PaymentApplicationDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<PaymentApplicationDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-