org.openejb.alt.config
Class EntityBean

java.lang.Object
  extended byorg.openejb.alt.config.EntityBean
All Implemented Interfaces:
Bean

public class EntityBean
extends Object
implements Bean

Author:
David Blevins

Field Summary
 
Fields inherited from interface org.openejb.alt.config.Bean
BMP_ENTITY, CMP_ENTITY, STATEFUL, STATELESS
 
Method Summary
 Object getBean()
           
 String getEjbClass()
           
 EjbLocalRef[] getEjbLocalRef()
           
 String getEjbName()
           
 EjbRef[] getEjbRef()
           
 EnvEntry[] getEnvEntry()
           
 String getHome()
           
 String getLocal()
           
 String getLocalHome()
           
 String getPrimaryKey()
           
 String getRemote()
           
 ResourceRef[] getResourceRef()
           
 SecurityRoleRef[] getSecurityRoleRef()
           
 String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getEjbLocalRef

public EjbLocalRef[] getEjbLocalRef()
Specified by:
getEjbLocalRef in interface Bean

getLocal

public String getLocal()
Specified by:
getLocal in interface Bean

getLocalHome

public String getLocalHome()
Specified by:
getLocalHome in interface Bean

getType

public String getType()
Specified by:
getType in interface Bean

getBean

public Object getBean()
Specified by:
getBean in interface Bean

getEjbName

public String getEjbName()
Specified by:
getEjbName in interface Bean

getEjbClass

public String getEjbClass()
Specified by:
getEjbClass in interface Bean

getHome

public String getHome()
Specified by:
getHome in interface Bean

getRemote

public String getRemote()
Specified by:
getRemote in interface Bean

getPrimaryKey

public String getPrimaryKey()

getEjbRef

public EjbRef[] getEjbRef()
Specified by:
getEjbRef in interface Bean

getEnvEntry

public EnvEntry[] getEnvEntry()
Specified by:
getEnvEntry in interface Bean

getResourceRef

public ResourceRef[] getResourceRef()
Specified by:
getResourceRef in interface Bean

getSecurityRoleRef

public SecurityRoleRef[] getSecurityRoleRef()
Specified by:
getSecurityRoleRef in interface Bean


Copyright © 1999-2007 OpenEJB. All Rights Reserved.