org.apache.openejb.jee.oejb3
Class QueryMethod

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

public class QueryMethod
extends java.lang.Object


Field Summary
protected  java.lang.String methodName
           
protected  MethodParams methodParams
           
 
Constructor Summary
QueryMethod()
           
 
Method Summary
 java.lang.String getMethodName()
           
 MethodParams getMethodParams()
           
 void setMethodName(java.lang.String value)
           
 void setMethodParams(MethodParams value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

methodName

protected java.lang.String methodName

methodParams

protected MethodParams methodParams
Constructor Detail

QueryMethod

public QueryMethod()
Method Detail

getMethodName

public java.lang.String getMethodName()

setMethodName

public void setMethodName(java.lang.String value)

getMethodParams

public MethodParams getMethodParams()

setMethodParams

public void setMethodParams(MethodParams value)


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