public class QueryObject
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
queryId
The query id.
|
private java.lang.String |
queryString
The query string.
|
private java.lang.String |
tableName
The table name.
|
Constructor and Description |
---|
QueryObject()
Instantiates a new query object.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getQueryId()
Gets the query id.
|
java.lang.String |
getQueryString()
Gets the query string.
|
java.lang.String |
getTableName()
Gets the table name.
|
void |
setQueryId(java.lang.String queryId)
Sets the query id.
|
void |
setQueryString(java.lang.String queryString)
Sets the query string.
|
void |
setTableName(java.lang.String tableName)
Sets the table name.
|
private java.lang.String tableName
private java.lang.String queryString
private java.lang.String queryId
public java.lang.String getTableName()
public void setTableName(java.lang.String tableName)
tableName
- the new table namepublic java.lang.String getQueryString()
public void setQueryString(java.lang.String queryString)
queryString
- the new query stringpublic java.lang.String getQueryId()
public void setQueryId(java.lang.String queryId)
queryId
- the new query id