org.jboss.metadata.ejb.spec
Class QueryMethodMetaData

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.QueryMethodMetaData
All Implemented Interfaces:
Serializable, Cloneable, IdMetaData, MappableMetaData

public class QueryMethodMetaData
extends NamedMetaData

QueryMethodMetaData.

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

Constructor Summary
QueryMethodMetaData()
          Create a new QueryMethodMetaData.
 
Method Summary
 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
equals, 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

QueryMethodMetaData

public QueryMethodMetaData()
Create a new QueryMethodMetaData.

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


Copyright © 2009 JBoss Inc.. All Rights Reserved.