Class PaymentCheck
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.payment.server.entity.PaymentCheck
- 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 PaymentCheckPaymentCheck(PaymentCheckValue value, EntityPermission entityPermission) Creates a new instance of PaymentCheck -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetPayment(EntityPermission entityPermission) getPayment(Session session) getPayment(Session session, EntityPermission entityPermission) getPaymentForUpdate(Session session) booleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetFromTime(Long fromTime) voidsetPayment(Payment entity) voidvoidsetPaymentPK(PaymentPK paymentPK) voidsetReference(String reference) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
PaymentCheck
Creates a new instance of PaymentCheck- Throws:
PersistenceException
-
PaymentCheck
Creates a new instance of PaymentCheck
-
-
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
-
getPaymentCheckValue
-
setPaymentCheckValue
- 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
-
getReference
-
setReference
public void setReference(String reference) throws PersistenceNotNullException, PersistenceReadOnlyException -
getReferenceHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-