public interface IDocItem
extends org.sistema.persist.IPersistent
Modifier and Type | Method and Description |
---|---|
IItem |
getChild()
Retrieves the item, child of the document.
|
java.lang.Byte |
getIndex() |
java.lang.Byte |
getOrder() |
IDoc |
getParent()
Retrieves the document, parent of the item.
|
void |
setChild(IItem child)
Sets the item, child of the document.
|
void |
setOrder(java.lang.Byte o) |
void |
setParent(IDoc parent)
Sets the document, parent of the item.
|
IItem getChild()
java.lang.Byte getIndex()
java.lang.Byte getOrder()
IDoc getParent()
void setChild(IItem child)
child
- Child item.void setOrder(java.lang.Byte o)
o
- void setParent(IDoc parent)
parent
- Parent document.