Interface PoiCategory

    • Method Detail

      • deepChildren

        java.util.Collection<PoiCategory> deepChildren()
        Returns:
        All child categories of the category, including their children.
      • getChildren

        java.util.Collection<PoiCategory> getChildren()
        Returns:
        All child categories of the category.
      • getID

        int getID()
        Returns:
        The category's id.
      • getParent

        PoiCategory getParent()
        Returns:
        The parent category of this category or null if this category has no parent.
      • getTitle

        java.lang.String getTitle()
        Returns:
        The title of this category.
      • setParent

        void setParent​(PoiCategory parent)
        Sets the category's parent category.
        Parameters:
        parent - The category to be set as parent.