org.apache.openejb.jee.oejb3
Class Query
java.lang.Object
org.apache.openejb.jee.oejb3.Query
public class Query
- extends java.lang.Object
Constructor Summary |
Query()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
description
protected java.lang.String description
queryMethod
protected QueryMethod queryMethod
objectQl
protected java.lang.String objectQl
Query
public Query()
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String value)
getQueryMethod
public QueryMethod getQueryMethod()
setQueryMethod
public void setQueryMethod(QueryMethod value)
getObjectQl
public java.lang.String getObjectQl()
setObjectQl
public void setObjectQl(java.lang.String value)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.