Interface SyndCategory

    • Method Detail

      • getName

        String getName()
        Returns the category name.

        Returns:
        the category name, null if none.
      • setName

        void setName​(String name)
        Sets the category name.

        Parameters:
        name - the category name to set, null if none.
      • getTaxonomyUri

        String getTaxonomyUri()
        Returns the category taxonomy URI.

        Returns:
        the category taxonomy URI, null if none.
      • setTaxonomyUri

        void setTaxonomyUri​(String taxonomyUri)
        Sets the category taxonomy URI.

        Parameters:
        taxonomyUri - the category taxonomy URI to set, null if none.