Class AppTreeLevelNode

    • Constructor Detail

      • AppTreeLevelNode

        public AppTreeLevelNode()
    • Method Detail

      • getId

        public String getId()
        A unique identifier across all tree nodes.
        Returns:
        id
      • setId

        public void setId​(String id)
      • setObjectType

        public void setObjectType​(String objectType)
      • getTitle

        @NotNull
        public @NotNull String getTitle()
        Display title of this tree node.
        Returns:
        title
      • setTitle

        public void setTitle​(String title)
      • getDescription

        public String getDescription()
        Description for this node entered by application admin.
        Returns:
        description
      • setDescription

        public void setDescription​(String description)
      • getRoot

        @NotNull
        public @NotNull Boolean getRoot()
        Only a single node in a tree will have this set to true.
        Returns:
        root
      • setRoot

        public void setRoot​(Boolean root)
      • getChildrenIds

        @NotNull
        public @NotNull List<String> getChildrenIds()
        Ordered list of ids of LayerTreeNodes that are children of this node.
        Returns:
        childrenIds
      • setChildrenIds

        public void setChildrenIds​(List<String> childrenIds)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object