|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.zphinx.spine.vo.DelegateBean
com.zphinx.spine.vo.MultiDelegateBean
public class MultiDelegateBean
MultiDelegateBean is used to encapsulate the data derived from a processor node which contains a dispatchdelegate node in the spine configuration xml file. The predefined data is wrapped within this object and can be retrieved by calling most of the getter methods in this delegate.
Copyright ©Zphinx Software Solutions
| Constructor Summary | |
|---|---|
MultiDelegateBean()
Default Constructor for creating a MultiDelegateBean |
|
MultiDelegateBean(ManagedDaoBean mobBean,
String subClass)
Constructor which accepts a ManagedDaoBean and the name of the delegate class |
|
MultiDelegateBean(String subClass)
Constructor to set the name of the delegate class |
|
| Method Summary | |
|---|---|
String |
getBuilderName()
Gets the full class name of the buider in use by this bean |
ManagedDaoBean[] |
getManagedBean()
Returns the array of ManagedDAOBeans |
void |
setBuilderName(String builderName)
Sets the ManagerBuilder instance name |
void |
setDaoBean(LabelIntBean daoBean)
Adds a ManagedDaoBean to this DispatchDelegate |
| Methods inherited from class com.zphinx.spine.vo.DelegateBean |
|---|
getDaoBean, getSubClass, setSubClass |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MultiDelegateBean()
public MultiDelegateBean(String subClass)
subClass - The name of the delegate class;
public MultiDelegateBean(ManagedDaoBean mobBean,
String subClass)
mobBean - A ManagedDaoBean instance to use to initialize this objectsubClass - The name of the delegate class;| Method Detail |
|---|
public ManagedDaoBean[] getManagedBean()
public void setDaoBean(LabelIntBean daoBean)
setDaoBean in class DelegateBeandaoBean - The data access bean instancepublic String getBuilderName()
public void setBuilderName(String builderName)
builderName - The builderName to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||