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 TypeMethodDescriptionboolean
boolean
boolean
getPayment
(EntityPermission entityPermission) getPayment
(Session session) getPayment
(Session session, EntityPermission entityPermission) getPaymentDeduction
(EntityPermission entityPermission) getPaymentDeduction
(Session session) getPaymentDeduction
(Session session, EntityPermission entityPermission) getPaymentDeductionForUpdate
(Session session) boolean
boolean
getPaymentDeductionType
(EntityPermission entityPermission) getPaymentDeductionType
(Session session) getPaymentDeductionType
(Session session, EntityPermission entityPermission) getPaymentDeductionTypeForUpdate
(Session session) boolean
getPaymentForUpdate
(Session session) boolean
boolean
boolean
int
hashCode()
void
remove()
void
void
void
setFromTime
(Long fromTime) void
setPayment
(Payment entity) void
setPaymentDeduction
(PaymentDeduction entity) void
void
setPaymentDeductionName
(String paymentDeductionName) void
setPaymentDeductionPK
(PaymentDeductionPK paymentDeductionPK) void
void
setPaymentDeductionTypePK
(PaymentDeductionTypePK paymentDeductionTypePK) 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
-
PaymentDeductionDetail
Creates a new instance of PaymentDeductionDetail- Throws:
PersistenceException
-
PaymentDeductionDetail
Creates a new instance of PaymentDeductionDetail
-
-
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
-
getPaymentDeductionDetailValue
-
setPaymentDeductionDetailValue
public void setPaymentDeductionDetailValue(PaymentDeductionDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKey
in 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
-