Class GlossaryCategoryProperties

    • Constructor Detail

      • GlossaryCategoryProperties

        public GlossaryCategoryProperties()
        Default constructor
      • GlossaryCategoryProperties

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

      • 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