Package org.apache.openejb.jee.oejb3
Class QueryMethod
- java.lang.Object
-
- org.apache.openejb.jee.oejb3.QueryMethod
-
public class QueryMethod extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected StringmethodNameprotected MethodParamsmethodParams
-
Constructor Summary
Constructors Constructor Description QueryMethod()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMethodName()MethodParamsgetMethodParams()voidsetMethodName(String value)voidsetMethodParams(MethodParams value)
-
-
-
Field Detail
-
methodName
protected String methodName
-
methodParams
protected MethodParams methodParams
-
-
Method Detail
-
getMethodName
public String getMethodName()
-
setMethodName
public void setMethodName(String value)
-
getMethodParams
public MethodParams getMethodParams()
-
setMethodParams
public void setMethodParams(MethodParams value)
-
-