public class WaterTaxDue extends Object
| Constructor and Description |
|---|
WaterTaxDue() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getArrearCollection() |
BigDecimal |
getArrearDemand() |
Integer |
getConnectionCount() |
List<String> |
getConsumerCode() |
BigDecimal |
getCurrentCollection() |
BigDecimal |
getCurrentDemand() |
String |
getErrorCode() |
String |
getErrorMessage() |
Boolean |
getIsSuccess() |
String |
getPropertyID() |
BigDecimal |
getTotalTaxDue() |
void |
setArrearCollection(BigDecimal arrearCollection) |
void |
setArrearDemand(BigDecimal arrearDemand) |
void |
setConnectionCount(Integer connectionCount) |
void |
setConsumerCode(List<String> consumerCode) |
void |
setCurrentCollection(BigDecimal currentCollection) |
void |
setCurrentDemand(BigDecimal currentDemand) |
void |
setErrorCode(String errorCode) |
void |
setErrorMessage(String errorMessage) |
void |
setIsSuccess(Boolean isSuccess) |
void |
setPropertyID(String propertyID) |
void |
setTotalTaxDue(BigDecimal totalTaxDue) |
public String getPropertyID()
public void setPropertyID(String propertyID)
public BigDecimal getCurrentDemand()
public void setCurrentDemand(BigDecimal currentDemand)
public BigDecimal getCurrentCollection()
public void setCurrentCollection(BigDecimal currentCollection)
public BigDecimal getArrearDemand()
public void setArrearDemand(BigDecimal arrearDemand)
public BigDecimal getArrearCollection()
public void setArrearCollection(BigDecimal arrearCollection)
public BigDecimal getTotalTaxDue()
public void setTotalTaxDue(BigDecimal totalTaxDue)
public Boolean getIsSuccess()
public void setIsSuccess(Boolean isSuccess)
public Integer getConnectionCount()
public void setConnectionCount(Integer connectionCount)
public String getErrorCode()
public void setErrorCode(String errorCode)
public String getErrorMessage()
public void setErrorMessage(String errorMessage)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.