-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SearchResult
public SearchResult()
-
Method Details
-
getItems
public List<T> getItems()
-
setItems
public void setItems(List<T> items)
-
-
setTotal
public void setTotal(Integer total)
-
-
setSortValues
public void setSortValues(List<Object> sortValues)
-