Class ToCEntry

java.lang.Object
de.digitalcollections.model.view.ToCEntry

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

    • ToCEntry

      public ToCEntry()
  • Method Details

    • addChild

      public void addChild(ToCEntry child)
    • getChildren

      public List<ToCEntry> getChildren()
    • 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)