public class CurrentInstDCBReportResult extends Object
| Constructor and Description |
|---|
CurrentInstDCBReportResult() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getArrearCollection() |
BigDecimal |
getArrearDemand() |
BigDecimal |
getCurrCollection() |
BigDecimal |
getCurrDemand() |
Integer |
getNoOfProperties() |
BigDecimal |
getTotalCollection() |
String |
getWardName() |
void |
setArrearCollection(BigDecimal arrearCollection) |
void |
setArrearDemand(BigDecimal arrearDemand) |
void |
setCurrCollection(BigDecimal currCollection) |
void |
setCurrDemand(BigDecimal currDemand) |
void |
setNoOfProperties(Integer noOfProperties) |
void |
setWardName(String wardName) |
public String getWardName()
public void setWardName(String wardName)
public Integer getNoOfProperties()
public void setNoOfProperties(Integer noOfProperties)
public BigDecimal getCurrDemand()
public void setCurrDemand(BigDecimal currDemand)
public BigDecimal getCurrCollection()
public void setCurrCollection(BigDecimal currCollection)
public BigDecimal getArrearDemand()
public void setArrearDemand(BigDecimal arrearDemand)
public BigDecimal getArrearCollection()
public void setArrearCollection(BigDecimal arrearCollection)
public BigDecimal getTotalCollection()
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.