org.apache.openejb.jee.sun
Class Method

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

public class Method
extends Object


Field Summary
protected  String description
           
protected  String ejbName
           
protected  String methodIntf
           
protected  String methodName
           
protected  MethodParams methodParams
           
 
Constructor Summary
Method()
           
 
Method Summary
 String getDescription()
           
 String getEjbName()
           
 String getMethodIntf()
           
 String getMethodName()
           
 MethodParams getMethodParams()
           
 void setDescription(String value)
           
 void setEjbName(String value)
           
 void setMethodIntf(String value)
           
 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

description

protected String description

ejbName

protected String ejbName

methodName

protected String methodName

methodIntf

protected String methodIntf

methodParams

protected MethodParams methodParams
Constructor Detail

Method

public Method()
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)


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