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> |
getSortByFieldBeans()
Returns the list of field which is used to sort with their sort type
|
int |
getStart()
Gets the start.
|
String |
getTableName()
Gets the table name.
|
void |
setSortByFieldBeans(List<SortByFieldBean> sortByFieldBeans)
Set the list of fields which will be used to sort records with their sort types
|
public String getTableName()
public String getQuery()
public int getStart()
public int getCount()
public List<SortByFieldBean> getSortByFieldBeans()
public void setSortByFieldBeans(List<SortByFieldBean> sortByFieldBeans)
sortByFieldBeans - list of SortByFieldsCopyright © 2016 WSO2. All rights reserved.