org.apache.openejb.jee.oejb3
Class Query

java.lang.Object
  extended by org.apache.openejb.jee.oejb3.Query

public class Query
extends java.lang.Object


Field Summary
protected  java.lang.String description
           
protected  java.lang.String objectQl
           
protected  QueryMethod queryMethod
           
 
Constructor Summary
Query()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected java.lang.String description

queryMethod

protected QueryMethod queryMethod

objectQl

protected java.lang.String objectQl
Constructor Detail

Query

public Query()
Method Detail

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.