@Entity
public class AbstractEstimateDeduction
extends org.egov.infra.persistence.entity.AbstractAuditable
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_EGW_ABSTRACTESTIMATE_DEDUCTION |
| Constructor and Description |
|---|
AbstractEstimateDeduction() |
| Modifier and Type | Method and Description |
|---|---|
AbstractEstimate |
getAbstractEstimate() |
BigDecimal |
getAmount() |
org.egov.commons.CChartOfAccounts |
getChartOfAccounts() |
Long |
getId() |
Double |
getPercentage() |
void |
setAbstractEstimate(AbstractEstimate abstractEstimate) |
void |
setAmount(BigDecimal amount) |
void |
setChartOfAccounts(org.egov.commons.CChartOfAccounts chartOfAccounts) |
void |
setId(Long id) |
void |
setPercentage(Double percentage) |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDatepublic static final String SEQ_EGW_ABSTRACTESTIMATE_DEDUCTION
public Long getId()
getId in class org.egov.infra.persistence.entity.AbstractPersistable<Long>public void setId(Long id)
setId in class org.egov.infra.persistence.entity.AbstractPersistable<Long>public AbstractEstimate getAbstractEstimate()
public void setAbstractEstimate(AbstractEstimate abstractEstimate)
public Double getPercentage()
public void setPercentage(Double percentage)
public BigDecimal getAmount()
public void setAmount(BigDecimal amount)
public org.egov.commons.CChartOfAccounts getChartOfAccounts()
public void setChartOfAccounts(org.egov.commons.CChartOfAccounts chartOfAccounts)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.