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  AssemblyDescriptor assemblyDescriptor
          assembly-descriptor element.
private  EnterpriseBeans enterpriseBeans
          Enterprise-beans element.
private  Interceptors interceptors
          interceptors element.
 
Constructor Summary
EJB3()
           
 
Method Summary
 AssemblyDescriptor getAssemblyDescriptor()
          Gets the assembly-descriptor element.
 EnterpriseBeans getEnterpriseBeans()
          Gets the enterprise-beans element.
 Interceptors getInterceptors()
          Gets the interceptors element.
 void setAssemblyDescriptor(AssemblyDescriptor assemblyDescriptor)
          Sets the assembly-descriptor element.
 void setEnterpriseBeans(EnterpriseBeans enterpriseBeans)
          Sets the enterprise-beans element.
 void setInterceptors(Interceptors interceptors)
          Sets the interceptors 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.


interceptors

private Interceptors interceptors
interceptors element.


assemblyDescriptor

private AssemblyDescriptor assemblyDescriptor
assembly-descriptor 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.

getInterceptors

public Interceptors getInterceptors()
Gets the interceptors element.

Returns:
the interceptors

setInterceptors

public void setInterceptors(Interceptors interceptors)
Sets the interceptors element.

Parameters:
interceptors - the element to set.

getAssemblyDescriptor

public AssemblyDescriptor getAssemblyDescriptor()
Gets the assembly-descriptor element.

Returns:
the assembly-descriptor

setAssemblyDescriptor

public void setAssemblyDescriptor(AssemblyDescriptor assemblyDescriptor)
Sets the assembly-descriptor element.

Parameters:
assemblyDescriptor - the element to set.