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) getInvoiceLine(Session session) getInvoiceLine(Session session, EntityPermission entityPermission) getInvoiceLineForUpdate(Session session) booleangetPayment(EntityPermission entityPermission) getPayment(Session session) getPayment(Session session, EntityPermission entityPermission) getPaymentApplication(EntityPermission entityPermission) getPaymentApplication(Session session) getPaymentApplication(Session session, EntityPermission entityPermission) getPaymentApplicationForUpdate(Session session) booleangetPaymentForUpdate(Session session) booleanbooleanbooleaninthashCode()voidremove()voidvoidvoidsetFromTime(Long fromTime) voidsetInvoiceLine(InvoiceLine entity) voidsetInvoiceLinePK(InvoiceLinePK invoiceLinePK) voidsetPayment(Payment entity) voidvoidvoidsetPaymentApplicationPK(PaymentApplicationPK paymentApplicationPK) voidsetPaymentPK(PaymentPK paymentPK) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
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
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getPaymentApplicationDetailValue
-
setPaymentApplicationDetailValue
public void setPaymentApplicationDetailValue(PaymentApplicationDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getPaymentApplicationPK
-
getPaymentApplication
-
getPaymentApplication
-
getPaymentApplication
-
getPaymentApplication
-
getPaymentApplicationForUpdate
-
getPaymentApplicationForUpdate
-
setPaymentApplicationPK
public void setPaymentApplicationPK(PaymentApplicationPK paymentApplicationPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPaymentApplication
-
getPaymentApplicationPKHasBeenModified
-
getPaymentPK
-
getPayment
-
getPayment
-
getPayment
-
getPayment
-
getPaymentForUpdate
-
getPaymentForUpdate
-
setPaymentPK
public void setPaymentPK(PaymentPK paymentPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPayment
-
getPaymentPKHasBeenModified
-
getInvoiceLinePK
-
getInvoiceLine
-
getInvoiceLine
-
getInvoiceLine
-
getInvoiceLine
-
getInvoiceLineForUpdate
-
getInvoiceLineForUpdate
-
setInvoiceLinePK
public void setInvoiceLinePK(InvoiceLinePK invoiceLinePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInvoiceLine
-
getInvoiceLinePKHasBeenModified
-
getAmount
-
setAmount
-
getAmountHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-