org.jboss.seam.init
Class EjbDescriptor

java.lang.Object
  extended by org.jboss.seam.init.EjbDescriptor
Direct Known Subclasses:
EjbEntityDescriptor

public class EjbDescriptor
extends Object

Meta-data about an EJB, discovered from a deployment descriptor.

Author:
Norman Richards

Constructor Summary
EjbDescriptor()
           
 
Method Summary
 ComponentType getBeanType()
           
 String getEjbClassName()
           
 String getEjbName()
           
 void setBeanType(ComponentType beanType)
           
 void setEjbClassName(String ejbClass)
           
 void setEjbName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EjbDescriptor

public EjbDescriptor()
Method Detail

getBeanType

public ComponentType getBeanType()

setBeanType

public void setBeanType(ComponentType beanType)

getEjbClassName

public String getEjbClassName()

setEjbClassName

public void setEjbClassName(String ejbClass)

getEjbName

public String getEjbName()

setEjbName

public void setEjbName(String name)