org.apache.openejb.jee
Class MethodParams

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

public class MethodParams
extends Object

The method-paramsType defines a list of the fully-qualified Java type names of the method parameters.


Field Summary
protected  String id
           
protected  List<String> methodParam
           
 
Constructor Summary
MethodParams()
           
 
Method Summary
 boolean equals(Object o)
           
 String getId()
           
 List<String> getMethodParam()
           
 int hashCode()
           
 void setId(String value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

methodParam

protected List<String> methodParam

id

protected String id
Constructor Detail

MethodParams

public MethodParams()
Method Detail

getMethodParam

public List<String> getMethodParam()

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-2011 The Apache OpenEJB development community. All Rights Reserved.