com.bm.ejb3metadata.xml.struct
Class EJB3

java.lang.Object
  extended by com.bm.ejb3metadata.xml.struct.EJB3

public class EJB3
extends java.lang.Object

This class represents an EJB-Jar deployment descriptor.

Author:
Florent Benoit

Constructor Summary
EJB3()
           
 
Method Summary
 EnterpriseBeans getEnterpriseBeans()
          Gets the enterprise-beans element.
 void setEnterpriseBeans(EnterpriseBeans enterpriseBeans)
          Sets the enterprise-beans element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJB3

public EJB3()
Method Detail

getEnterpriseBeans

public EnterpriseBeans getEnterpriseBeans()
Gets the enterprise-beans element.

Returns:
the enterprise-beans

setEnterpriseBeans

public void setEnterpriseBeans(EnterpriseBeans enterpriseBeans)
Sets the enterprise-beans element.

Parameters:
enterpriseBeans - the element to set.


Copyright © 2008. All Rights Reserved.