public class EgwBillDeductions extends Object implements Serializable
| Constructor and Description |
|---|
EgwBillDeductions()
default constructor
|
EgwBillDeductions(Integer id,
Contractorbilldetail contractorbilldetail,
BigDecimal amount,
char dedtype,
Date lastmodifieddate)
minimal constructor
|
EgwBillDeductions(Integer id,
Recovery recovery,
Contractorbilldetail contractorbilldetail,
BigDecimal glcodeid,
BigDecimal amount,
char dedtype,
Date lastmodifieddate)
full constructor
|
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmount() |
Contractorbilldetail |
getContractorbilldetail() |
char |
getDedtype() |
BigDecimal |
getGlcodeid() |
Integer |
getId() |
Date |
getLastmodifieddate() |
Recovery |
getRecovery() |
void |
setAmount(BigDecimal amount) |
void |
setContractorbilldetail(Contractorbilldetail contractorbilldetail) |
void |
setDedtype(char dedtype) |
void |
setGlcodeid(BigDecimal glcodeid) |
void |
setId(Integer id) |
void |
setLastmodifieddate(Date lastmodifieddate) |
void |
setRecovery(Recovery recovery) |
public EgwBillDeductions()
public EgwBillDeductions(Integer id, Contractorbilldetail contractorbilldetail, BigDecimal amount, char dedtype, Date lastmodifieddate)
public EgwBillDeductions(Integer id, Recovery recovery, Contractorbilldetail contractorbilldetail, BigDecimal glcodeid, BigDecimal amount, char dedtype, Date lastmodifieddate)
public Integer getId()
public void setId(Integer id)
public Recovery getRecovery()
public void setRecovery(Recovery recovery)
public Contractorbilldetail getContractorbilldetail()
public void setContractorbilldetail(Contractorbilldetail contractorbilldetail)
public BigDecimal getGlcodeid()
public void setGlcodeid(BigDecimal glcodeid)
public BigDecimal getAmount()
public void setAmount(BigDecimal amount)
public char getDedtype()
public void setDedtype(char dedtype)
public Date getLastmodifieddate()
public void setLastmodifieddate(Date lastmodifieddate)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.