public class QueryBean extends Object
| Constructor and Description |
|---|
QueryBean() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,IndexTypeBean> |
getColumns()
Gets the columns.
|
int |
getCount()
Gets the count.
|
String |
getLanguage()
Gets the language.
|
String |
getQuery()
Gets the query.
|
int |
getStart()
Gets the start.
|
String |
getTableName()
Gets the table name.
|
int |
getTenantId()
Gets the tenant id.
|
void |
setColumns(Map<String,IndexTypeBean> columns)
Sets the columns.
|
void |
setCount(int count)
Sets the count.
|
void |
setLanguage(String language)
Sets the language.
|
void |
setQuery(String query)
Sets the query.
|
void |
setStart(int start)
Sets the start.
|
void |
setTableName(String tableName)
Sets the table name.
|
void |
setTenantId(int tenantId)
Sets the tenant id.
|
public int getTenantId()
public void setTenantId(int tenantId)
tenantId - the new tenant idpublic String getTableName()
public void setTableName(String tableName)
tableName - the new table namepublic Map<String,IndexTypeBean> getColumns()
public void setColumns(Map<String,IndexTypeBean> columns)
columns - the columnspublic String getLanguage()
public void setLanguage(String language)
language - the new languagepublic String getQuery()
public void setQuery(String query)
query - the new querypublic int getStart()
public void setStart(int start)
start - the new startpublic int getCount()
public void setCount(int count)
count - the new countCopyright © 2015 WSO2. All rights reserved.