|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.zphinx.spine.vo.LabelIntBean
com.zphinx.spine.vo.ManagedDaoBean
public class ManagedDaoBean
ManagedDaoBean is an extension of the label int bean which adds the class name of the object and its position within a configuration defined by the term pageIndex
Copyright ©Zphinx Software Solutions
| Constructor Summary | |
|---|---|
ManagedDaoBean()
Default Constructor |
|
ManagedDaoBean(String className,
int proxyIndex,
String objectClass,
int page)
Construtor which accepts parameters for all the properties of this object |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getObjectClass()
Returns the name of the object been managed |
int |
getPageIndex()
Gets the pageIndex/position of this object |
int |
hashCode()
|
void |
setObjectClass(String objectClass)
Sets the name of the object been managed |
void |
setPageIndex(int page)
Sets the pageIndex/position of this object |
String |
toString()
Returns a description for this LabelIntBean |
| Methods inherited from class com.zphinx.spine.vo.LabelIntBean |
|---|
getIntValue, getLabel, setIntValue, setLabel |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ManagedDaoBean()
public ManagedDaoBean(String className,
int proxyIndex,
String objectClass,
int page)
className - The name of the DAO objectproxyIndex - The index of the type of proxy used to initialize the this object e.g DatabaseProxyobjectClass - The name of the object been managedpage - An int representing the position of this ManagedDaoBean| Method Detail |
|---|
public String getObjectClass()
public void setObjectClass(String objectClass)
objectClass - The objectClass to set.public int getPageIndex()
public void setPageIndex(int page)
page - The pageIndex to set.public boolean equals(Object obj)
equals in class LabelIntBeanpublic String toString()
toString in class LabelIntBeanpublic int hashCode()
hashCode in class LabelIntBean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||