org.apache.openejb.jee.oejb3
Class Query

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

public class Query
extends Object


Field Summary
protected  String description
           
protected  String objectQl
           
protected  QueryMethod queryMethod
           
 
Constructor Summary
Query()
           
 
Method Summary
 String getDescription()
           
 String getObjectQl()
           
 QueryMethod getQueryMethod()
           
 void setDescription(String value)
           
 void setObjectQl(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 String description

queryMethod

protected QueryMethod queryMethod

objectQl

protected String objectQl
Constructor Detail

Query

public Query()
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)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.