org.apache.openejb.jee.sun
Class QueryMethod

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

public class QueryMethod
extends Object


Field Summary
protected  String methodName
           
protected  MethodParams methodParams
           
 
Constructor Summary
QueryMethod()
           
 
Method Summary
 String getMethodName()
           
 MethodParams getMethodParams()
           
 void setMethodName(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 String methodName

methodParams

protected MethodParams methodParams
Constructor Detail

QueryMethod

public QueryMethod()
Method Detail

getMethodName

public String getMethodName()

setMethodName

public void setMethodName(String value)

getMethodParams

public MethodParams getMethodParams()

setMethodParams

public void setMethodParams(MethodParams value)


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