public class DayBookReportBean extends Object
| Constructor and Description |
|---|
DayBookReportBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEndDate() |
String |
getFundId() |
String |
getStartDate() |
String |
getTotalCount() |
void |
setEndDate(String endDate) |
void |
setFundId(String fundId) |
void |
setStartDate(String startDate) |
void |
setTotalCount(String totalCount) |
public String getEndDate()
public void setEndDate(String endDate)
endDate - The endDate to set.public String getStartDate()
public void setStartDate(String startDate)
startDate - The startDate to set.public String getTotalCount()
public void setTotalCount(String totalCount)
totalCount - The totalCount to set.public String getFundId()
public void setFundId(String fundId)
fundId - The fundId to set.Copyright © 2015–2017 eGovernments Foundation. All rights reserved.