JBoss Metadata EJB 7.2.2.Final

org.jboss.metadata.ejb.parser.jboss.ejb3
Class AbstractMethodsBoundMetaData

java.lang.Object
  extended by org.jboss.metadata.javaee.support.IdMetaDataImpl
      extended by org.jboss.metadata.javaee.support.IdMetaDataImplWithDescriptions
          extended by org.jboss.metadata.ejb.parser.jboss.ejb3.AbstractMethodsBoundMetaData
All Implemented Interfaces:
Serializable, Cloneable, IdMetaData, WithDescriptions

public class AbstractMethodsBoundMetaData
extends IdMetaDataImplWithDescriptions

Author:
Carlo de Wolf
See Also:
Serialized Form

Constructor Summary
AbstractMethodsBoundMetaData()
           
 
Method Summary
 MethodsMetaData getMethods()
          Get the methods.
 void setMethods(MethodsMetaData methods)
          Set the methods.
 
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImplWithDescriptions
getDescriptions, setDescriptions
 
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl
clone, equals, getId, hashCode, setId
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractMethodsBoundMetaData

public AbstractMethodsBoundMetaData()
Method Detail

getMethods

public MethodsMetaData getMethods()
Get the methods.

Returns:
the methods.

setMethods

public void setMethods(MethodsMetaData methods)
Set the methods.

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

JBoss Metadata EJB 7.2.2.Final

Copyright © 2015 JBoss by Red Hat. All Rights Reserved.