Interface CategoryEntity


public interface CategoryEntity
CategoryEntity.
  • Method Details

    • getName

      String getName()
      Returns the name of this Category.
      Returns:
      A String containing the name of this Category.
    • setName

      void setName(String name)
      Sets the name of this Category to a new value.
      Parameters:
      name - The new name for this Category.
    • getKeywords

      String[] getKeywords()
      Returns a string array of Keywords that are part of this Category.
      Returns:
      a String array of keywords.
    • getKeywordList

      TaxonomyKeywordEntity[] getKeywordList()
    • setKeywords

      void setKeywords(String[] keywordNames)
      Sets the Keywords for this Category to a new value.
      Parameters:
      keywordNames - The new array of Keywords.
    • setKeywords

      void setKeywords(TaxonomyKeywordEntity[] keywordEntities)
      This allows setting of an array of keywords.
      Parameters:
      keywordEntities - The keywords to set for this category
    • addKeyword

      void addKeyword(TaxonomyKeywordEntity keywordEntity)
      This allows addition of a keyword to the collection of keywords for this category.
      Parameters:
      keywordEntity - The keyword to add to the collection