Class ToCEntry


  • public class ToCEntry
    extends Object
    A table of contents entry (node in hierarchical "tree")
    • Constructor Detail

      • ToCEntry

        public ToCEntry()
    • Method Detail

      • addChild

        public void addChild​(ToCEntry child)
      • getLabel

        public String getLabel()
      • getParent

        public ToCEntry getParent()
      • getTargetId

        public String getTargetId()
      • setChildren

        public void setChildren​(List<ToCEntry> children)
      • setLabel

        public void setLabel​(String label)
      • setParent

        public void setParent​(ToCEntry parent)
      • setTargetId

        public void setTargetId​(String targetId)