org.jboss.metadata.ejb.spec
Class InitMethodMetaData

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

public class InitMethodMetaData
extends IdMetaDataImpl

InitMethodMetaData.

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

Constructor Summary
InitMethodMetaData()
          Create a new InitMethodMetaData.
 
Method Summary
 NamedMethodMetaData getBeanMethod()
          Get the beanMethod.
 NamedMethodMetaData getCreateMethod()
          Get the createMethod.
 void setBeanMethod(NamedMethodMetaData beanMethod)
          Set the beanMethod.
 void setCreateMethod(NamedMethodMetaData createMethod)
          Set the createMethod.
 
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl
clone, equals, getId, hashCode, merge, merge, setId
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InitMethodMetaData

public InitMethodMetaData()
Create a new InitMethodMetaData.

Method Detail

getCreateMethod

public NamedMethodMetaData getCreateMethod()
Get the createMethod.

Returns:
the createMethod.

setCreateMethod

public void setCreateMethod(NamedMethodMetaData createMethod)
Set the createMethod.

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

getBeanMethod

public NamedMethodMetaData getBeanMethod()
Get the beanMethod.

Returns:
the beanMethod.

setBeanMethod

public void setBeanMethod(NamedMethodMetaData beanMethod)
Set the beanMethod.

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


Copyright © 2009 JBoss Inc.. All Rights Reserved.