Class GovernanceMeasurementsDataSetProperties

java.lang.Object
org.odpi.openmetadata.accessservices.governanceprogram.properties.ClassificationProperties
org.odpi.openmetadata.accessservices.governanceprogram.properties.GovernanceMeasurementsDataSetProperties
All Implemented Interfaces:
Serializable

public class GovernanceMeasurementsDataSetProperties extends ClassificationProperties
GovernanceMeasurementsDataSetProperties provides a details of how a data set supports governance metrics by providing measurement data.
See Also:
  • Constructor Details

    • GovernanceMeasurementsDataSetProperties

      public GovernanceMeasurementsDataSetProperties()
      Default constructor
    • GovernanceMeasurementsDataSetProperties

      public GovernanceMeasurementsDataSetProperties(GovernanceMeasurementsDataSetProperties template)
      Copy/clone constructor
      Parameters:
      template - object to copy
  • Method Details

    • getDescription

      public String getDescription()
      Return the reason why the governance definitions are related.
      Returns:
      description
    • setDescription

      public void setDescription(String description)
      Set up the reason why the governance definitions are related.
      Parameters:
      description - description
    • toString

      public String toString()
      JSON-style toString
      Overrides:
      toString in class ClassificationProperties
      Returns:
      return string containing the property names and values
    • equals

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

      public int hashCode()
      Return hash code based on properties.
      Overrides:
      hashCode in class ClassificationProperties
      Returns:
      int