Interface Category


  • public interface Category
    Categories are used in conjunction with the dublin core module.

    Note that this interface is heavily inspired and backed by the excellent rss/atom feed library Rome (http://https://rome.dev.java.net).

    • 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.