|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.jba.ClientInterceptors
public class ClientInterceptors
Field Summary | |
---|---|
protected Bean |
bean
|
protected java.lang.String |
exposeContainer
|
protected Home |
home
|
protected ListEntity |
listEntity
|
Constructor Summary | |
---|---|
ClientInterceptors()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String exposeContainer
protected Home home
protected Bean bean
protected ListEntity listEntity
Constructor Detail |
---|
public ClientInterceptors()
Method Detail |
---|
public java.lang.String getExposeContainer()
String
public void setExposeContainer(java.lang.String value)
value
- allowed object is
String
public Home getHome()
Home
public void setHome(Home value)
value
- allowed object is
Home
public Bean getBean()
Bean
public void setBean(Bean value)
value
- allowed object is
Bean
public ListEntity getListEntity()
ListEntity
public void setListEntity(ListEntity value)
value
- allowed object is
ListEntity
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |