Package org.apache.openejb.jee.sun
Class Method
- java.lang.Object
-
- org.apache.openejb.jee.sun.Method
-
public class Method extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringdescriptionprotected StringejbNameprotected StringmethodIntfprotected StringmethodNameprotected MethodParamsmethodParams
-
Constructor Summary
Constructors Constructor Description Method()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetEjbName()StringgetMethodIntf()StringgetMethodName()MethodParamsgetMethodParams()voidsetDescription(String value)voidsetEjbName(String value)voidsetMethodIntf(String value)voidsetMethodName(String value)voidsetMethodParams(MethodParams value)
-
-
-
Field Detail
-
description
protected String description
-
ejbName
protected String ejbName
-
methodName
protected String methodName
-
methodIntf
protected String methodIntf
-
methodParams
protected MethodParams methodParams
-
-
Method Detail
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String value)
-
getEjbName
public String getEjbName()
-
setEjbName
public void setEjbName(String value)
-
getMethodName
public String getMethodName()
-
setMethodName
public void setMethodName(String value)
-
getMethodIntf
public String getMethodIntf()
-
setMethodIntf
public void setMethodIntf(String value)
-
getMethodParams
public MethodParams getMethodParams()
-
setMethodParams
public void setMethodParams(MethodParams value)
-
-