IDocumentItem
insteadpublic interface IDocumentItem
extends org.sistema.persist.IPersistent
Modifier and Type | Method and Description |
---|---|
IItem |
getChild()
Deprecated.
Retrieves the item, child of the document.
|
java.lang.Byte |
getIndex()
Deprecated.
|
IDocument |
getParent()
Deprecated.
Retrieves the document, parent of the item.
|
void |
setChild(IItem child)
Deprecated.
Sets the item, child of the document.
|
void |
setParent(IDocument parent)
Deprecated.
Sets the document, parent of the item.
|
IItem getChild()
java.lang.Byte getIndex()
IDocument getParent()
void setChild(IItem child)
child
- Child item.void setParent(IDocument parent)
parent
- Parent document.