|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfri.util.database.jpa.tree.examples.closuretable.PersonAbstractTreePath
@MappedSuperclass public abstract class PersonAbstractTreePath
Constructor Summary | |
---|---|
PersonAbstractTreePath()
|
Method Summary | |
---|---|
int |
getDepth()
The 0-n level this descendant tree node occurs, 0 is self-reference. |
int |
getOrderIndex()
The 0-n child position this descendant occurs at. |
void |
setDepth(int depth)
|
void |
setOrderIndex(int position)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface fri.util.database.jpa.tree.closuretable.TreePath |
---|
getAncestor, getDescendant, setAncestor, setDescendant |
Constructor Detail |
---|
public PersonAbstractTreePath()
Method Detail |
---|
public int getDepth()
TreePath
getDepth
in interface TreePath
public void setDepth(int depth)
setDepth
in interface TreePath
public int getOrderIndex()
TreePath
getOrderIndex
in interface TreePath
public void setOrderIndex(int position)
setOrderIndex
in interface TreePath
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |