Class PaymentDeductionDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.payment.server.entity.PaymentDeductionDetail
- 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 PaymentDeductionDetailPaymentDeductionDetail(PaymentDeductionDetailValue value, EntityPermission entityPermission) Creates a new instance of PaymentDeductionDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleangetPayment(EntityPermission entityPermission) getPayment(Session session) getPayment(Session session, EntityPermission entityPermission) getPaymentDeduction(EntityPermission entityPermission) getPaymentDeduction(Session session) getPaymentDeduction(Session session, EntityPermission entityPermission) getPaymentDeductionForUpdate(Session session) booleanbooleangetPaymentDeductionType(EntityPermission entityPermission) getPaymentDeductionType(Session session) getPaymentDeductionType(Session session, EntityPermission entityPermission) getPaymentDeductionTypeForUpdate(Session session) booleangetPaymentForUpdate(Session session) booleanbooleanbooleaninthashCode()voidremove()voidvoidvoidsetFromTime(Long fromTime) voidsetPayment(Payment entity) voidsetPaymentDeduction(PaymentDeduction entity) voidvoidsetPaymentDeductionName(String paymentDeductionName) voidsetPaymentDeductionPK(PaymentDeductionPK paymentDeductionPK) voidvoidsetPaymentDeductionTypePK(PaymentDeductionTypePK paymentDeductionTypePK) voidsetPaymentPK(PaymentPK paymentPK) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
PaymentDeductionDetail
Creates a new instance of PaymentDeductionDetail- Throws:
PersistenceException
-
PaymentDeductionDetail
Creates a new instance of PaymentDeductionDetail
-
-
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
-
getPaymentDeductionDetailValue
-
setPaymentDeductionDetailValue
public void setPaymentDeductionDetailValue(PaymentDeductionDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getPaymentDeductionPK
-
getPaymentDeduction
-
getPaymentDeduction
-
getPaymentDeduction
-
getPaymentDeduction
-
getPaymentDeductionForUpdate
-
getPaymentDeductionForUpdate
-
setPaymentDeductionPK
public void setPaymentDeductionPK(PaymentDeductionPK paymentDeductionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPaymentDeduction
-
getPaymentDeductionPKHasBeenModified
-
getPaymentDeductionName
-
setPaymentDeductionName
public void setPaymentDeductionName(String paymentDeductionName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getPaymentDeductionNameHasBeenModified
-
getPaymentDeductionTypePK
-
getPaymentDeductionType
public PaymentDeductionType getPaymentDeductionType(Session session, EntityPermission entityPermission) -
getPaymentDeductionType
-
getPaymentDeductionType
-
getPaymentDeductionType
-
getPaymentDeductionTypeForUpdate
-
getPaymentDeductionTypeForUpdate
-
setPaymentDeductionTypePK
public void setPaymentDeductionTypePK(PaymentDeductionTypePK paymentDeductionTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPaymentDeductionType
-
getPaymentDeductionTypePKHasBeenModified
-
getPaymentPK
-
getPayment
-
getPayment
-
getPayment
-
getPayment
-
getPaymentForUpdate
-
getPaymentForUpdate
-
setPaymentPK
public void setPaymentPK(PaymentPK paymentPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPayment
-
getPaymentPKHasBeenModified
-
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
-