org.jboss.ejb3.metamodel
Class InitMethod

java.lang.Object
  extended by org.jboss.ejb3.metamodel.InitMethod

public class InitMethod
extends Object

Represents an element of the ejb-jar.xml deployment descriptor for the 1.4 schema

Version:
$Revision: 61136 $
Author:
William DeCoste

Constructor Summary
InitMethod()
           
 
Method Summary
 Method getBeanMethod()
           
 Method getCreateMethod()
           
 void setBeanMethod(Method beanMethod)
           
 void setCreateMethod(Method createMethod)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InitMethod

public InitMethod()
Method Detail

getBeanMethod

public Method getBeanMethod()

setBeanMethod

public void setBeanMethod(Method beanMethod)

getCreateMethod

public Method getCreateMethod()

setCreateMethod

public void setCreateMethod(Method createMethod)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009 JBoss Inc.. All Rights Reserved.