|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.zphinx.spine.vo.DelegateBean
public class DelegateBean
DelegateBean contains all the properties needed by a View Processor/Business Delegate to instantiate itself from the spine configuration file.
Copyright ©Zphinx Software Solutions
| Constructor Summary | |
|---|---|
DelegateBean()
Public Constructor |
|
DelegateBean(String subClass,
LabelIntBean daoBean)
Constructor which accepts a string and a LabelIntBean as parameters |
|
| Method Summary | |
|---|---|
LabelIntBean |
getDaoBean()
Gets the LabelIntBean associated with this object which comprises of the dao className and the proxyIndex obtained from configuration. |
String |
getSubClass()
Gets the name of the Delegate which this objects properties represent |
void |
setDaoBean(LabelIntBean dao)
Gets the LabelIntBean associated with this object which comprises of the dao className and the proxyIndex obtained from configuration. |
void |
setSubClass(String subClass)
Sets the name of the Delegate which this objects properties represent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DelegateBean()
public DelegateBean(String subClass,
LabelIntBean daoBean)
subClass - The String which represents the name of this DelegatedaoBean - The LabelIntBean this Delegate uses| Method Detail |
|---|
public LabelIntBean getDaoBean()
public void setDaoBean(LabelIntBean dao)
dao - The daoBean to set.public String getSubClass()
public void setSubClass(String subClass)
subClass - The subClass to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||