Class GlossaryTerm


  • public class GlossaryTerm
    extends MetadataBase
    Glossary term contains the properties and guid for a term entity retrieved from the metadata repository.
    • Constructor Detail

      • GlossaryTerm

        public GlossaryTerm()
    • Method Detail

      • getName

        public String getName()
        Get name of the term.
        Returns:
        name of the term.
      • setName

        public void setName​(String name)
        Set name of the term bean.
        Parameters:
        name - to set.
      • getDescription

        public String getDescription()
        Get description of the term.
        Returns:
        description of the term.
      • setDescription

        public void setDescription​(String description)
        Set description of the term.
        Parameters:
        description - to set.
      • getSummary

        public String getSummary()
        Get summary of the term.
        Returns:
        summary of the term.
      • setSummary

        public void setSummary​(String summary)
        Set summary of the term bean.
        Parameters:
        summary - to set.