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.
  • Constructor Details

    • MeaningProperties

      public MeaningProperties()
      Default constructor
    • MeaningProperties

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

    • 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
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class ReferenceableProperties
      Returns:
      print out of variables in a JSON-style
    • 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
    • hashCode

      public int hashCode()
      Create a hash code for this element type.
      Overrides:
      hashCode in class ReferenceableProperties
      Returns:
      int hash code