|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.sistematica.isharedoc.service.SearchService.SearchResults<T>
T
- the generic typepublic static class SearchService.SearchResults<T>
The Class SearchResults.
Constructor Summary | |
---|---|
SearchService.SearchResults()
|
Method Summary | |
---|---|
int |
getCount()
Gets the count. |
java.util.List<T> |
getList()
Gets the list. |
int |
getMaxResults()
Gets the max results. |
int |
getStart()
Gets the start. |
void |
setCount(int count)
Sets the count. |
void |
setList(java.util.List<T> list)
Sets the list. |
void |
setMaxResults(int maxResults)
Sets the max results. |
void |
setStart(int start)
Sets the start. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SearchService.SearchResults()
Method Detail |
---|
public java.util.List<T> getList()
public void setList(java.util.List<T> list)
list
- the new listpublic int getCount()
public void setCount(int count)
count
- the new countpublic int getStart()
public void setStart(int start)
start
- the new startpublic int getMaxResults()
public void setMaxResults(int maxResults)
maxResults
- the new max results
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |