org.apache.openejb.jee.jba
Class ClientInterceptors

java.lang.Object
  extended by org.apache.openejb.jee.jba.ClientInterceptors

public class ClientInterceptors
extends Object


Field Summary
protected  Bean bean
           
protected  String exposeContainer
           
protected  Home home
           
protected  ListEntity listEntity
           
 
Constructor Summary
ClientInterceptors()
           
 
Method Summary
 Bean getBean()
          Gets the value of the bean property.
 String getExposeContainer()
          Gets the value of the exposeContainer property.
 Home getHome()
          Gets the value of the home property.
 ListEntity getListEntity()
          Gets the value of the listEntity property.
 void setBean(Bean value)
          Sets the value of the bean property.
 void setExposeContainer(String value)
          Sets the value of the exposeContainer property.
 void setHome(Home value)
          Sets the value of the home property.
 void setListEntity(ListEntity value)
          Sets the value of the listEntity property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exposeContainer

protected String exposeContainer

home

protected Home home

bean

protected Bean bean

listEntity

protected ListEntity listEntity
Constructor Detail

ClientInterceptors

public ClientInterceptors()
Method Detail

getExposeContainer

public String getExposeContainer()
Gets the value of the exposeContainer property.

Returns:
possible object is String

setExposeContainer

public void setExposeContainer(String value)
Sets the value of the exposeContainer property.

Parameters:
value - allowed object is String

getHome

public Home getHome()
Gets the value of the home property.

Returns:
possible object is Home

setHome

public void setHome(Home value)
Sets the value of the home property.

Parameters:
value - allowed object is Home

getBean

public Bean getBean()
Gets the value of the bean property.

Returns:
possible object is Bean

setBean

public void setBean(Bean value)
Sets the value of the bean property.

Parameters:
value - allowed object is Bean

getListEntity

public ListEntity getListEntity()
Gets the value of the listEntity property.

Returns:
possible object is ListEntity

setListEntity

public void setListEntity(ListEntity value)
Sets the value of the listEntity property.

Parameters:
value - allowed object is ListEntity


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.