public class Query extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
objectQl |
protected QueryMethod |
queryMethod |
| Constructor and Description |
|---|
Query() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getObjectQl() |
QueryMethod |
getQueryMethod() |
void |
setDescription(String value) |
void |
setObjectQl(String value) |
void |
setQueryMethod(QueryMethod value) |
protected String description
protected QueryMethod queryMethod
protected String objectQl
public String getDescription()
public void setDescription(String value)
public QueryMethod getQueryMethod()
public void setQueryMethod(QueryMethod value)
public String getObjectQl()
public void setObjectQl(String value)
Copyright © 1999–2020 The Apache Software Foundation. All rights reserved.