Package org.apache.openejb.jee.oejb3
Class Query
- java.lang.Object
-
- org.apache.openejb.jee.oejb3.Query
-
public class Query extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringdescriptionprotected StringobjectQlprotected QueryMethodqueryMethod
-
Constructor Summary
Constructors Constructor Description Query()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetObjectQl()QueryMethodgetQueryMethod()voidsetDescription(String value)voidsetObjectQl(String value)voidsetQueryMethod(QueryMethod value)
-
-
-
Field Detail
-
description
protected String description
-
queryMethod
protected QueryMethod queryMethod
-
objectQl
protected String objectQl
-
-
Method Detail
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String value)
-
getQueryMethod
public QueryMethod getQueryMethod()
-
setQueryMethod
public void setQueryMethod(QueryMethod value)
-
getObjectQl
public String getObjectQl()
-
setObjectQl
public void setObjectQl(String value)
-
-