|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.extentech.ExtenBean.DataObjectImpl
com.extentech.ExtenBean.ExtenDataObject
com.extentech.ExtenBean.GenericDataObject
public class GenericDataObject
A basic DataObject implementation.
ExtenBeanFactory,
DataObject,
colinfo,
Serialized Form| Field Summary |
|---|
| Fields inherited from class com.extentech.ExtenBean.ExtenDataObject |
|---|
bof, eof, index, validateEarly |
| Fields inherited from class com.extentech.ExtenBean.DataObjectImpl |
|---|
dataObjectActionListeners, doparent, EXTENBEAN_LOADER_NAME, props |
| Constructor Summary | |
|---|---|
GenericDataObject()
|
|
GenericDataObject(String sql)
|
|
| Method Summary | |
|---|---|
SimpleDataObject |
getDataObject(int x)
get a new DataObject from this collection of Data. |
void |
initNode(int idx,
DataObject dobj)
more or less clone this node, except as a singleton |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.extentech.ExtenBean.DataObject |
|---|
addDataObjectActionListener, fireDataObjectActionEvent, getCascadeUpdates, getChildByName, getColnames, getDataObjectActionListeners, getFactory, getIsNew, getNumRows, load, removeDataObjectActionListener, removeDataObjectActionListeners, setCascadeUpdates, setFactory, setIsMultiple, setIsNew |
| Methods inherited from interface com.extentech.ExtenBean.SimpleDataObject |
|---|
getColNames, getStringVal, isNew |
| Methods inherited from interface com.extentech.ExtenBean.RelationalObject |
|---|
getAllChildrenInHeirarchy, hasChildren |
| Methods inherited from interface com.extentech.ExtenBean.SQLObject |
|---|
getIsUpdateable, getParentForeignKey, getTableName, setIsUpdateable, setTableName |
| Constructor Detail |
|---|
public GenericDataObject()
public GenericDataObject(String sql)
| Method Detail |
|---|
public SimpleDataObject getDataObject(int x)
getDataObject in interface SimpleDataObjectgetDataObject in class ExtenDataObject
public void initNode(int idx,
DataObject dobj)
public String toString()
toString in class DataObjectImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||