public class ServiceResultSetBean extends Object implements Serializable
Constructor and Description |
---|
ServiceResultSetBean()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getItemsPerPage() |
List<ServiceSummaryBean> |
getServices() |
int |
getStartIndex() |
long |
getTotalResults() |
void |
setItemsPerPage(int itemsPerPage) |
void |
setServices(List<ServiceSummaryBean> services) |
void |
setStartIndex(int startIndex) |
void |
setTotalResults(long totalResults) |
public List<ServiceSummaryBean> getServices()
public void setServices(List<ServiceSummaryBean> 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.