org.apache.openejb.jee
Class NamedMethod

java.lang.Object
  extended by org.apache.openejb.jee.NamedMethod

public class NamedMethod
extends Object


Field Summary
protected  String className
           
protected  String id
           
protected  String methodName
           
protected  MethodParams methodParams
           
 
Constructor Summary
NamedMethod()
           
NamedMethod(Method method)
           
NamedMethod(String methodName, String... parameters)
           
 
Method Summary
 boolean equals(Object o)
           
 String getClassName()
           
 String getId()
           
 String getMethodName()
           
 MethodParams getMethodParams()
           
 int hashCode()
           
 void setClassName(String className)
           
 void setId(String value)
           
 void setMethodName(String value)
           
 void setMethodParams(MethodParams value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

methodName

protected String methodName

methodParams

protected MethodParams methodParams

className

protected String className

id

protected String id
Constructor Detail

NamedMethod

public NamedMethod()

NamedMethod

public NamedMethod(Method method)

NamedMethod

public NamedMethod(String methodName,
                   String... parameters)
Method Detail

getMethodName

public String getMethodName()

setMethodName

public void setMethodName(String value)

getMethodParams

public MethodParams getMethodParams()

setMethodParams

public void setMethodParams(MethodParams value)

getClassName

public String getClassName()

setClassName

public void setClassName(String className)

getId

public String getId()

setId

public void setId(String value)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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