public class PropertyWiseConsumptions extends Object
| Constructor and Description |
|---|
PropertyWiseConsumptions() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getArrearTotal() |
List<ConsumerConsumption> |
getConsumerConsumptions() |
BigDecimal |
getCurrentTotal() |
String |
getPropertyID() |
void |
setArrearTotal(BigDecimal arrearTotal) |
void |
setConsumerConsumptions(List<ConsumerConsumption> consumerConsumptions) |
void |
setCurrentTotal(BigDecimal currentTotal) |
void |
setPropertyID(String propertyID) |
public String getPropertyID()
public void setPropertyID(String propertyID)
public BigDecimal getArrearTotal()
public void setArrearTotal(BigDecimal arrearTotal)
public BigDecimal getCurrentTotal()
public void setCurrentTotal(BigDecimal currentTotal)
public List<ConsumerConsumption> getConsumerConsumptions()
public void setConsumerConsumptions(List<ConsumerConsumption> consumerConsumptions)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.