|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Generic Interface for DataObjects to be stored recursivly in DataContainers
DataContainer
Method Summary | |
long |
getID()
Returns the ID of the object |
DataContainer |
getParent()
Returns the parent of this object |
DataObject |
getSibbling(long iID)
Returns a sibbling of this object. |
void |
setID(long lID)
Sets the ID of the object |
void |
setParent(DataContainer parent)
Sets the parent of this object (for nested structures) |
Method Detail |
public long getID()
public void setID(long lID)
public void setParent(DataContainer parent)
public DataContainer getParent()
public DataObject getSibbling(long iID)
iID
- The sibblings ID
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |