Class MeaningProperties

  • All Implemented Interfaces:
    Serializable

    public class MeaningProperties
    extends ReferenceableProperties
    MeaningProperties is a cut-down summary of a glossary term to aid the asset consumer in understanding the content of an asset.
    See Also:
    Serialized Form
    • Constructor Detail

      • MeaningProperties

        public MeaningProperties()
        Default constructor
      • MeaningProperties

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

      • getName

        public String getName()
        Return the glossary term name.
        Returns:
        String name
      • setName

        public void setName​(String name)
        Set up the glossary term name.
        Parameters:
        name - String name
      • getSummary

        public String getSummary()
        Return the short summary of the term.
        Returns:
        string summary
      • setSummary

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

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

        public void setDescription​(String description)
        Set up the description of the glossary term.
        Parameters:
        description - String description
      • equals

        public boolean equals​(Object objectToCompare)
        Compare the values of the supplied object with those stored in the current object.
        Overrides:
        equals in class ReferenceableProperties
        Parameters:
        objectToCompare - supplied object
        Returns:
        boolean result of comparison