public class SituationResultSetBean extends Object implements Serializable
Constructor and Description |
---|
SituationResultSetBean()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getItemsPerPage() |
List<SituationSummaryBean> |
getSituations() |
int |
getStartIndex() |
long |
getTotalResults() |
void |
setItemsPerPage(int itemsPerPage) |
void |
setSituations(List<SituationSummaryBean> services) |
void |
setStartIndex(int startIndex) |
void |
setTotalResults(long totalResults) |
public List<SituationSummaryBean> getSituations()
public void setSituations(List<SituationSummaryBean> services)
services
- the servicess to setpublic long getTotalResults()
public void setTotalResults(long totalResults)
totalResults
- the totalResults to setpublic int getItemsPerPage()
public void setItemsPerPage(int itemsPerPage)
itemsPerPage
- the itemsPerPage to setpublic int getStartIndex()
public void setStartIndex(int startIndex)
startIndex
- the startIndex to setCopyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.