public class QueryBean extends Object
| Constructor and Description |
|---|
QueryBean() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getColumns()
Gets the columns.
|
int |
getCount()
Gets the count.
|
String |
getQuery()
Gets the query.
|
List<SortByFieldBean> |
getSortBy()
get the sortByField list
|
int |
getStart()
Gets the start.
|
void |
setSortBy(List<SortByFieldBean> sortBy)
Set the sortBy list
|
public String getQuery()
public int getStart()
public int getCount()
public List<SortByFieldBean> getSortBy()
public void setSortBy(List<SortByFieldBean> sortBy)
sortBy - List of sorting field with their sort typesCopyright © 2016 WSO2. All rights reserved.