org.apache.openejb.jee.oejb3
Class Query
java.lang.Object
org.apache.openejb.jee.oejb3.Query
public class Query
- extends Object
Constructor Summary |
Query()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
description
protected String description
queryMethod
protected QueryMethod queryMethod
objectQl
protected String objectQl
Query
public Query()
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)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.