Class GlossaryTermProperties

  • All Implemented Interfaces:
    Serializable

    public class GlossaryTermProperties
    extends ReferenceableProperties
    GlossaryTermProperties contains the semantic definition (meaning) of a word or phrase (term - collectively called terminology).
    See Also:
    Serialized Form
    • Constructor Detail

      • GlossaryTermProperties

        public GlossaryTermProperties()
        Default constructor
      • GlossaryTermProperties

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

      • getDisplayName

        public String getDisplayName()
        Returns the stored display name property for the term. If no display name is available then null is returned.
        Returns:
        String name
      • setDisplayName

        public void setDisplayName​(String displayName)
        Set up the stored display name property for the term.
        Parameters:
        displayName - String name
      • getSummary

        public String getSummary()
        Return the short (1-2 sentence) description of the term.
        Returns:
        string text
      • setSummary

        public void setSummary​(String summary)
        Set up the short (1-2 sentence) description of the term.
        Parameters:
        summary - string text
      • getDescription

        public String getDescription()
        Returns the stored description property for the term. If no description is provided then null is returned.
        Returns:
        String text
      • setDescription

        public void setDescription​(String description)
        Set up the stored description property for the term.
        Parameters:
        description - String text
      • getExamples

        public String getExamples()
        Set up the description of one or more examples.
        Returns:
        string text
      • setExamples

        public void setExamples​(String examples)
        Return the description of one or more examples.
        Parameters:
        examples - string text
      • getAbbreviation

        public String getAbbreviation()
        Return the abbreviation used for this term.
        Returns:
        string text
      • setAbbreviation

        public void setAbbreviation​(String abbreviation)
        Set up the abbreviation used for this term.
        Parameters:
        abbreviation - string text
      • getUsage

        public String getUsage()
        Return details of the expected usage of this term.
        Returns:
        string text
      • setUsage

        public void setUsage​(String usage)
        Set up details of the expected usage of this term.
        Parameters:
        usage - string text
      • equals

        public boolean equals​(Object objectToCompare)
        Return comparison result based on the content of the properties.
        Overrides:
        equals in class ReferenceableProperties
        Parameters:
        objectToCompare - test object
        Returns:
        result of comparison