it.sistematica.isharedoc.service
Class SearchService.SearchResults<T>

java.lang.Object
  extended by it.sistematica.isharedoc.service.SearchService.SearchResults<T>
Type Parameters:
T - the generic type
Enclosing interface:
SearchService

public static class SearchService.SearchResults<T>
extends java.lang.Object

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

SearchService.SearchResults

public SearchService.SearchResults()
Method Detail

getList

public java.util.List<T> getList()
Gets the list.

Returns:
the list

setList

public void setList(java.util.List<T> list)
Sets the list.

Parameters:
list - the new list

getCount

public int getCount()
Gets the count.

Returns:
the count

setCount

public void setCount(int count)
Sets the count.

Parameters:
count - the new count

getStart

public int getStart()
Gets the start.

Returns:
the start

setStart

public void setStart(int start)
Sets the start.

Parameters:
start - the new start

getMaxResults

public int getMaxResults()
Gets the max results.

Returns:
the max results

setMaxResults

public void setMaxResults(int maxResults)
Sets the max results.

Parameters:
maxResults - the new max results