public class CollReceiptDetails extends Object
| Constructor and Description |
|---|
CollReceiptDetails() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCytdRcptsCount() |
ErrorDetails |
getErrorDetails() |
Long |
getLytdRcptsCount() |
List<ReceiptTableData> |
getReceiptDetails() |
List<ReceiptsTrend> |
getReceiptsTrends() |
Long |
getTodayRcptsCount() |
void |
setCytdRcptsCount(Long cytdRcptsCount) |
void |
setErrorDetails(ErrorDetails errorDetails) |
void |
setLytdRcptsCount(Long lytdRcptsCount) |
void |
setReceiptDetails(List<ReceiptTableData> receiptDetails) |
void |
setReceiptsTrends(List<ReceiptsTrend> receiptsTrends) |
void |
setTodayRcptsCount(Long todayRcptsCount) |
public Long getTodayRcptsCount()
public void setTodayRcptsCount(Long todayRcptsCount)
public Long getCytdRcptsCount()
public void setCytdRcptsCount(Long cytdRcptsCount)
public Long getLytdRcptsCount()
public void setLytdRcptsCount(Long lytdRcptsCount)
public List<ReceiptsTrend> getReceiptsTrends()
public void setReceiptsTrends(List<ReceiptsTrend> receiptsTrends)
public List<ReceiptTableData> getReceiptDetails()
public void setReceiptDetails(List<ReceiptTableData> receiptDetails)
public ErrorDetails getErrorDetails()
public void setErrorDetails(ErrorDetails errorDetails)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.