org.apache.openejb.jee.sun
Class Method
java.lang.Object
org.apache.openejb.jee.sun.Method
public class Method
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
description
protected String description
ejbName
protected String ejbName
methodName
protected String methodName
methodIntf
protected String methodIntf
methodParams
protected MethodParams methodParams
Method
public Method()
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)
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.