org.apache.openejb.jee
Class NamedMethod
java.lang.Object
org.apache.openejb.jee.NamedMethod
public class NamedMethod
- extends Object
ejb-jar_3_1.xsd
The following schema fragment specifies the expected content contained within this class.
<complexType name="named-methodType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="method-name" type="{http://java.sun.com/xml/ns/javaee}string"/>
<element name="method-params" type="{http://java.sun.com/xml/ns/javaee}method-paramsType" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
methodName
protected String methodName
methodParams
protected MethodParams methodParams
className
protected String className
id
protected String id
NamedMethod
public NamedMethod()
NamedMethod
public NamedMethod(Method method)
NamedMethod
public NamedMethod(String methodName,
String... parameters)
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 Software Foundation. All Rights Reserved.