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 TypeMethodDescriptionbooleanbooleangetCurrency(EntityPermission entityPermission) getCurrency(Session session) getCurrency(Session session, EntityPermission entityPermission) getCurrencyForUpdate(Session session) booleanbooleangetPartyPaymentMethod(EntityPermission entityPermission) getPartyPaymentMethod(Session session) getPartyPaymentMethod(Session session, EntityPermission entityPermission) getPartyPaymentMethodForUpdate(Session session) booleangetPayment(EntityPermission entityPermission) getPayment(Session session) getPayment(Session session, EntityPermission entityPermission) getPaymentForUpdate(Session session) booleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidvoidsetCurrency(Currency entity) voidsetCurrencyPK(CurrencyPK currencyPK) voidsetFromTime(Long fromTime) voidvoidsetPartyPaymentMethodPK(PartyPaymentMethodPK partyPaymentMethodPK) voidsetPayment(Payment entity) voidvoidsetPaymentName(String paymentName) voidsetPaymentPK(PaymentPK paymentPK) voidsetThruTime(Long thruTime) voidtoString()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:
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
-
getPaymentDetailValue
-
setPaymentDetailValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin 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
-