Class GlossaryCategoryProperties

java.lang.Object
org.odpi.openmetadata.accessservices.assetmanager.properties.ReferenceableProperties
org.odpi.openmetadata.accessservices.assetmanager.properties.GlossaryCategoryProperties

public class GlossaryCategoryProperties extends ReferenceableProperties
GlossaryCategoryProperties describes grouping of glossary terms that have similar characteristics.
  • Constructor Details

    • GlossaryCategoryProperties

      public GlossaryCategoryProperties()
      Default constructor
    • GlossaryCategoryProperties

      public GlossaryCategoryProperties(GlossaryCategoryProperties template)
      Copy/clone constructor.
      Parameters:
      template - object to copy
  • Method Details

    • getDisplayName

      public String getDisplayName()
      Return a human memorable name for the glossary category.
      Returns:
      string name
    • setDisplayName

      public void setDisplayName(String displayName)
      Set up a human memorable name for the glossary category.
      Parameters:
      displayName - string name
    • getDescription

      public String getDescription()
      Return the description of the glossary category.
      Returns:
      string text
    • setDescription

      public void setDescription(String description)
      Set up the description of the glossary category.
      Parameters:
      description - string text
    • toString

      public String toString()
      JSON-style toString
      Overrides:
      toString in class ReferenceableProperties
      Returns:
      return string containing the property names and values