public class EgwWorksDeductions extends Object implements Serializable
| Constructor and Description |
|---|
EgwWorksDeductions() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmount() |
org.egov.commons.CChartOfAccounts |
getChartofaccounts() |
char |
getDedtype() |
Integer |
getId() |
Date |
getLastmodifieddate() |
Double |
getPerc() |
Recovery |
getRecovery() |
Worksdetail |
getWorksdetail() |
void |
setAmount(BigDecimal amount) |
void |
setChartofaccounts(org.egov.commons.CChartOfAccounts chartofaccounts) |
void |
setDedtype(char dedtype) |
void |
setId(Integer id) |
void |
setLastmodifieddate(Date lastmodifieddate) |
void |
setPerc(Double perc) |
void |
setRecovery(Recovery recovery) |
void |
setWorksdetail(Worksdetail worksdetail) |
public Integer getId()
public void setId(Integer id)
public Worksdetail getWorksdetail()
public void setWorksdetail(Worksdetail worksdetail)
public org.egov.commons.CChartOfAccounts getChartofaccounts()
public void setChartofaccounts(org.egov.commons.CChartOfAccounts chartofaccounts)
public Recovery getRecovery()
public void setRecovery(Recovery recovery)
public BigDecimal getAmount()
public void setAmount(BigDecimal amount)
public Double getPerc()
public void setPerc(Double perc)
public char getDedtype()
public void setDedtype(char dedtype)
public Date getLastmodifieddate()
public void setLastmodifieddate(Date lastmodifieddate)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.