org.objectweb.easybeans.deployment.xml.struct
Class EJB3

java.lang.Object
  extended by org.objectweb.easybeans.deployment.xml.struct.EJB3

public class EJB3
extends java.lang.Object

This class represents an EJB-Jar deployment descriptor.

Author:
Florent Benoit

Field Summary
private  EnterpriseBeans enterpriseBeans
          Enterprise-beans element.
 
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
 

Field Detail

enterpriseBeans

private EnterpriseBeans enterpriseBeans
Enterprise-beans element.

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.