org.objectweb.easybeans.deployment.xml
Class BeanDeploymentDesc

java.lang.Object
  extended by org.objectweb.easybeans.deployment.xml.BeanDeploymentDesc

public class BeanDeploymentDesc
extends java.lang.Object

This class represents the annotation metadata of a Bean. From this class, we can access to all methods of a bean with its associated information.

Author:
Florent Benoit

Field Summary
private  java.lang.String ejbName
          Name of bean associated to this metadata.
 
Constructor Summary
BeanDeploymentDesc()
           
 
Method Summary
 java.lang.String getEjbName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ejbName

private java.lang.String ejbName
Name of bean associated to this metadata.

Constructor Detail

BeanDeploymentDesc

public BeanDeploymentDesc()
Method Detail

getEjbName

public java.lang.String getEjbName()
Returns:
name of the bean (associated to this metadata).