Package org.apache.openejb.jee.jba
Class ClientInterceptors
- java.lang.Object
-
- org.apache.openejb.jee.jba.ClientInterceptors
-
public class ClientInterceptors extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Beanbeanprotected StringexposeContainerprotected Homehomeprotected ListEntitylistEntity
-
Constructor Summary
Constructors Constructor Description ClientInterceptors()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BeangetBean()Gets the value of the bean property.StringgetExposeContainer()Gets the value of the exposeContainer property.HomegetHome()Gets the value of the home property.ListEntitygetListEntity()Gets the value of the listEntity property.voidsetBean(Bean value)Sets the value of the bean property.voidsetExposeContainer(String value)Sets the value of the exposeContainer property.voidsetHome(Home value)Sets the value of the home property.voidsetListEntity(ListEntity value)Sets the value of the listEntity property.
-
-
-
Field Detail
-
exposeContainer
protected String exposeContainer
-
home
protected Home home
-
bean
protected Bean bean
-
listEntity
protected ListEntity listEntity
-
-
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 isString
-
setHome
public void setHome(Home value)
Sets the value of the home property.- Parameters:
value- allowed object isHome
-
setBean
public void setBean(Bean value)
Sets the value of the bean property.- Parameters:
value- allowed object isBean
-
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 isListEntity
-
-