public class AgeingReportResult extends Object
| Constructor and Description |
|---|
AgeingReportResult() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getBtw15to45() |
BigInteger |
getBtw45to90() |
String |
getComplainttype() |
BigInteger |
getGrtthn90() |
BigInteger |
getLsthn15() |
String |
getName() |
BigInteger |
getTotal() |
String |
getZoneName() |
void |
setBtw15to45(BigInteger btw15to45) |
void |
setBtw45to90(BigInteger btw45to90) |
void |
setComplainttype(String complainttype) |
void |
setGrtthn90(BigInteger grtthn90) |
void |
setLsthn15(BigInteger lsthn15) |
void |
setName(String name) |
void |
setTotal(BigInteger total) |
void |
setZoneName(String zoneName) |
public String getZoneName()
public void setZoneName(String zoneName)
public BigInteger getGrtthn90()
public void setGrtthn90(BigInteger grtthn90)
public BigInteger getBtw45to90()
public void setBtw45to90(BigInteger btw45to90)
public BigInteger getBtw15to45()
public void setBtw15to45(BigInteger btw15to45)
public BigInteger getLsthn15()
public void setLsthn15(BigInteger lsthn15)
public String getComplainttype()
public void setComplainttype(String complainttype)
public BigInteger getTotal()
public void setTotal(BigInteger total)
public String getName()
public void setName(String name)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.