org.jboss.metadata.ejb.spec
Class NamedMethodMetaData

java.lang.Object
  extended by org.jboss.metadata.javaee.support.IdMetaDataImpl
      extended by org.jboss.metadata.javaee.support.NamedMetaData
          extended by org.jboss.metadata.ejb.spec.NamedMethodMetaData
All Implemented Interfaces:
Serializable, Cloneable, IdMetaData, MappableMetaData

public class NamedMethodMetaData
extends NamedMetaData

NamedMethodMetaData.

Version:
$Revision: 1.1 $
Author:
Adrian Brock
See Also:
Serialized Form

Constructor Summary
NamedMethodMetaData()
          Create a new NamedMethodMetaData.
 
Method Summary
 boolean equals(Object o)
           
 String getMethodName()
          Get the methodName.
 MethodParametersMetaData getMethodParams()
          Get the methodParams.
 void setMethodName(String methodName)
          Set the methodName.
 void setMethodParams(MethodParametersMetaData methodParams)
          Set the methodParams.
 
Methods inherited from class org.jboss.metadata.javaee.support.NamedMetaData
getKey, getName, hashCode, merge, setName, toString
 
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl
clone, getId, merge, merge, setId
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NamedMethodMetaData

public NamedMethodMetaData()
Create a new NamedMethodMetaData.

Method Detail

getMethodName

public String getMethodName()
Get the methodName.

Returns:
the methodName.

setMethodName

public void setMethodName(String methodName)
Set the methodName.

Parameters:
methodName - the methodName.
Throws:
IllegalArgumentException - for a null methodName

getMethodParams

public MethodParametersMetaData getMethodParams()
Get the methodParams.

Returns:
the methodParams.

setMethodParams

public void setMethodParams(MethodParametersMetaData methodParams)
Set the methodParams.

Parameters:
methodParams - the methodParams.
Throws:
IllegalArgumentException - for a null methodParams

equals

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


Copyright © 2009 JBoss Inc.. All Rights Reserved.