com.solidstategroup.search
Class SearchResults
java.lang.Object
com.solidstategroup.search.SearchResults
public class SearchResults
- extends java.lang.Object
SearchResults
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchResults
public SearchResults(int page,
int resultsPerPage)
getResults
public java.util.List getResults()
setResults
public void setResults(java.util.List results)
getTotalResults
public int getTotalResults()
setTotalResults
public void setTotalResults(int totalResults)
getPage
public int getPage()
setPage
public void setPage(int page)
getResultsPerPage
public int getResultsPerPage()
setResultsPerPage
public void setResultsPerPage(int resultsPerPage)