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 TypeMethodDescriptionboolean
boolean
boolean
getInvoiceLine
(EntityPermission entityPermission) getInvoiceLine
(Session session) getInvoiceLine
(Session session, EntityPermission entityPermission) getInvoiceLineForUpdate
(Session session) boolean
getPayment
(EntityPermission entityPermission) getPayment
(Session session) getPayment
(Session session, EntityPermission entityPermission) getPaymentApplication
(EntityPermission entityPermission) getPaymentApplication
(Session session) getPaymentApplication
(Session session, EntityPermission entityPermission) getPaymentApplicationForUpdate
(Session session) boolean
getPaymentForUpdate
(Session session) boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
void
setFromTime
(Long fromTime) void
setInvoiceLine
(InvoiceLine entity) void
setInvoiceLinePK
(InvoiceLinePK invoiceLinePK) void
setPayment
(Payment entity) void
void
void
setPaymentApplicationPK
(PaymentApplicationPK paymentApplicationPK) void
setPaymentPK
(PaymentPK paymentPK) void
setThruTime
(Long thruTime) void
toString()
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:
getBaseFactoryInstance
in classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
store
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
remove
in classBaseEntity
- Throws:
PersistenceDatabaseException
-
getPaymentApplicationDetailValue
-
setPaymentApplicationDetailValue
public void setPaymentApplicationDetailValue(PaymentApplicationDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-