public class Query
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| protected java.lang.String | description | 
| protected java.lang.String | objectQl | 
| protected QueryMethod | queryMethod | 
| Constructor and Description | 
|---|
| Query() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getDescription() | 
| java.lang.String | getObjectQl() | 
| QueryMethod | getQueryMethod() | 
| void | setDescription(java.lang.String value) | 
| void | setObjectQl(java.lang.String value) | 
| void | setQueryMethod(QueryMethod value) | 
protected java.lang.String description
protected QueryMethod queryMethod
protected java.lang.String objectQl
public java.lang.String getDescription()
public void setDescription(java.lang.String value)
public QueryMethod getQueryMethod()
public void setQueryMethod(QueryMethod value)
public java.lang.String getObjectQl()
public void setObjectQl(java.lang.String value)