public class ClientInterceptors
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected Bean |
bean |
protected java.lang.String |
exposeContainer |
protected Home |
home |
protected ListEntity |
listEntity |
Constructor and Description |
---|
ClientInterceptors() |
Modifier and Type | Method and Description |
---|---|
Bean |
getBean()
Gets the value of the bean property.
|
java.lang.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(java.lang.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.
|
protected java.lang.String exposeContainer
protected Home home
protected Bean bean
protected ListEntity listEntity
public java.lang.String getExposeContainer()
String
public void setExposeContainer(java.lang.String value)
value
- allowed object is
String
public void setHome(Home value)
value
- allowed object is
Home
public void setBean(Bean value)
value
- allowed object is
Bean
public ListEntity getListEntity()
ListEntity
public void setListEntity(ListEntity value)
value
- allowed object is
ListEntity