org.openejb.alt.config.ejb11
Class EnterpriseBeansItem

java.lang.Object
  extended by org.openejb.alt.config.ejb11.EnterpriseBeansItem
All Implemented Interfaces:
java.io.Serializable

public class EnterpriseBeansItem
extends java.lang.Object
implements java.io.Serializable

Class EnterpriseBeansItem.

Version:
$Revision: 1104 $ $Date: 2004-03-30 16:44:02 -0800 (Tue, 30 Mar 2004) $
See Also:
Serialized Form

Constructor Summary
EnterpriseBeansItem()
           
 
Method Summary
 Entity getEntity()
          Returns the value of field 'entity'.
 Session getSession()
          Returns the value of field 'session'.
 void setEntity(Entity entity)
          Sets the value of field 'entity'.
 void setSession(Session session)
          Sets the value of field 'session'.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnterpriseBeansItem

public EnterpriseBeansItem()
Method Detail

getEntity

public Entity getEntity()
Returns the value of field 'entity'.

Returns:
the value of field 'entity'.

getSession

public Session getSession()
Returns the value of field 'session'.

Returns:
the value of field 'session'.

setEntity

public void setEntity(Entity entity)
Sets the value of field 'entity'.

Parameters:
entity - the value of field 'entity'.

setSession

public void setSession(Session session)
Sets the value of field 'session'.

Parameters:
session - the value of field 'session'.


Copyright © 1999-2011 OpenEJB. All Rights Reserved.