Class PaymentDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.payment.server.entity.PaymentDetail
- 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 PaymentDetailPaymentDetail
(PaymentDetailValue value, EntityPermission entityPermission) Creates a new instance of PaymentDetail -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
getCurrency
(EntityPermission entityPermission) getCurrency
(Session session) getCurrency
(Session session, EntityPermission entityPermission) getCurrencyForUpdate
(Session session) boolean
boolean
getPartyPaymentMethod
(EntityPermission entityPermission) getPartyPaymentMethod
(Session session) getPartyPaymentMethod
(Session session, EntityPermission entityPermission) getPartyPaymentMethodForUpdate
(Session session) boolean
getPayment
(EntityPermission entityPermission) getPayment
(Session session) getPayment
(Session session, EntityPermission entityPermission) getPaymentForUpdate
(Session session) boolean
boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
void
setCurrency
(Currency entity) void
setCurrencyPK
(CurrencyPK currencyPK) void
setFromTime
(Long fromTime) void
void
setPartyPaymentMethodPK
(PartyPaymentMethodPK partyPaymentMethodPK) void
setPayment
(Payment entity) void
void
setPaymentName
(String paymentName) 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
-
PaymentDetail
Creates a new instance of PaymentDetail- Throws:
PersistenceException
-
PaymentDetail
Creates a new instance of PaymentDetail
-
-
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
-
getPaymentDetailValue
-
setPaymentDetailValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseEntity
-
getPaymentPK
-
getPayment
-
getPayment
-
getPayment
-
getPayment
-
getPaymentForUpdate
-
getPaymentForUpdate
-
setPaymentPK
public void setPaymentPK(PaymentPK paymentPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPayment
-
getPaymentPKHasBeenModified
-
getPaymentName
-
setPaymentName
public void setPaymentName(String paymentName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getPaymentNameHasBeenModified
-
getPartyPaymentMethodPK
-
getPartyPaymentMethod
-
getPartyPaymentMethod
-
getPartyPaymentMethod
-
getPartyPaymentMethod
-
getPartyPaymentMethodForUpdate
-
getPartyPaymentMethodForUpdate
-
setPartyPaymentMethodPK
public void setPartyPaymentMethodPK(PartyPaymentMethodPK partyPaymentMethodPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPartyPaymentMethod
-
getPartyPaymentMethodPKHasBeenModified
-
getCurrencyPK
-
getCurrency
-
getCurrency
-
getCurrency
-
getCurrency
-
getCurrencyForUpdate
-
getCurrencyForUpdate
-
setCurrencyPK
public void setCurrencyPK(CurrencyPK currencyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setCurrency
-
getCurrencyPKHasBeenModified
-
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
-