Class PaymentApplicationDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.payment.server.entity.PaymentApplicationDetail
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of PaymentApplicationDetailPaymentApplicationDetail(PaymentApplicationDetailValue value, EntityPermission entityPermission) Creates a new instance of PaymentApplicationDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleangetInvoiceLine(EntityPermission entityPermission) booleangetPayment(EntityPermission entityPermission) getPaymentApplication(EntityPermission entityPermission) booleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetFromTime(Long fromTime) voidsetInvoiceLine(InvoiceLine entity) voidsetInvoiceLinePK(InvoiceLinePK invoiceLinePK) voidsetPayment(Payment entity) voidvoidvoidsetPaymentApplicationPK(PaymentApplicationPK paymentApplicationPK) voidsetPaymentPK(PaymentPK paymentPK) voidsetThruTime(Long thruTime) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
PaymentApplicationDetail
Creates a new instance of PaymentApplicationDetail- Throws:
PersistenceException
-
PaymentApplicationDetail
public PaymentApplicationDetail(PaymentApplicationDetailValue value, EntityPermission entityPermission) Creates a new instance of PaymentApplicationDetail
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getPaymentApplicationDetailValue
-
setPaymentApplicationDetailValue
public void setPaymentApplicationDetailValue(@Nonnull PaymentApplicationDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getPaymentApplicationPK
-
getPaymentApplication
-
getPaymentApplication
-
getPaymentApplicationForUpdate
-
setPaymentApplicationPK
public void setPaymentApplicationPK(@Nonnull PaymentApplicationPK paymentApplicationPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPaymentApplication
-
getPaymentApplicationPKHasBeenModified
-
getPaymentPK
-
getPayment
-
getPayment
-
getPaymentForUpdate
-
setPaymentPK
public void setPaymentPK(@Nonnull PaymentPK paymentPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPayment
-
getPaymentPKHasBeenModified
-
getInvoiceLinePK
-
getInvoiceLine
-
getInvoiceLine
-
getInvoiceLineForUpdate
-
setInvoiceLinePK
public void setInvoiceLinePK(@Nonnull InvoiceLinePK invoiceLinePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInvoiceLine
-
getInvoiceLinePKHasBeenModified
-
getAmount
-
setAmount
public void setAmount(@Nonnull Long amount) throws PersistenceNotNullException, PersistenceReadOnlyException -
getAmountHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(@Nonnull Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(@Nonnull Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-