org.openejb.alt.config
Class EntityBean
java.lang.Object
|
+--org.openejb.alt.config.EntityBean
- All Implemented Interfaces:
- Bean
- public class EntityBean
- extends java.lang.Object
- implements Bean
- Author:
- David Blevins
Field Summary |
(package private) Entity |
bean
|
(package private) java.lang.String |
type
|
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bean
Entity bean
type
java.lang.String type
EntityBean
EntityBean(Entity bean)
getType
public java.lang.String getType()
- Specified by:
getType
in interface Bean
getBean
public java.lang.Object getBean()
- Specified by:
getBean
in interface Bean
getEjbName
public java.lang.String getEjbName()
- Specified by:
getEjbName
in interface Bean
getEjbClass
public java.lang.String getEjbClass()
- Specified by:
getEjbClass
in interface Bean
getHome
public java.lang.String getHome()
- Specified by:
getHome
in interface Bean
getRemote
public java.lang.String getRemote()
- Specified by:
getRemote
in interface Bean
getPrimaryKey
public java.lang.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