public class SearchResult.SearchResultGroup
extends java.lang.Object
| Constructor and Description |
|---|
SearchResultGroup() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBy() |
java.util.List<SearchResult.SearchResultRow> |
getRows() |
java.lang.Long |
getTotalRows() |
void |
setBy(java.lang.String by) |
void |
setRows(java.util.List<SearchResult.SearchResultRow> rows) |
void |
setTotalRows(java.lang.Long totalRows) |
public java.lang.String getBy()
public void setBy(java.lang.String by)
by - the by to setpublic java.lang.Long getTotalRows()
public void setTotalRows(java.lang.Long totalRows)
totalRows - the totalRows to setpublic void setRows(java.util.List<SearchResult.SearchResultRow> rows)
rows - the rows to setpublic java.util.List<SearchResult.SearchResultRow> getRows()