java.lang.Object
org.odpi.openmetadata.accessservices.assetconsumer.properties.ReferenceableProperties
org.odpi.openmetadata.accessservices.assetconsumer.properties.MeaningProperties

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

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