Interface KeywordEntity

All Superinterfaces:
BaseEntity, Serializable, TaxonomyItemBase
All Known Implementing Classes:
Keyword

public interface KeywordEntity extends Serializable, BaseEntity, TaxonomyItemBase
KeywordEntity.
  • Method Details

    • getName

      String getName()
    • setName

      void setName(String name)
    • getDescription

      String getDescription()
    • setDescription

      void setDescription(String description)
    • isUsedForIdentification

      boolean isUsedForIdentification()
    • setUsedForIdentification

      void setUsedForIdentification(boolean usedForIdentification)