Class 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:
    Serialized Form
    • Constructor Detail

      • GovernanceMeasurementsDataSetProperties

        public GovernanceMeasurementsDataSetProperties()
        Default constructor
      • GovernanceMeasurementsDataSetProperties

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

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