Class GovernanceMeasurementsDataSetProperties
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.properties.ClassificationProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.governance.GovernanceMeasurementsDataSetProperties
GovernanceMeasurementsDataSetProperties provides a details of how a data set supports governance metrics by providing
measurement data.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.Return the reason why the governance definitions are related.inthashCode()Return hash code based on properties.voidsetDescription(String description) Set up the reason why the governance definitions are related.toString()JSON-style toStringMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.ClassificationProperties
getEffectiveFrom, getEffectiveTo, getExtendedProperties, setEffectiveFrom, setEffectiveTo, setExtendedProperties
-
Constructor Details
-
GovernanceMeasurementsDataSetProperties
public GovernanceMeasurementsDataSetProperties()Default constructor -
GovernanceMeasurementsDataSetProperties
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Details
-
getDescription
Return the reason why the governance definitions are related.- Returns:
- description
-
setDescription
Set up the reason why the governance definitions are related.- Parameters:
description- description
-
toString
JSON-style toString- Overrides:
toStringin classClassificationProperties- Returns:
- return string containing the property names and values
-
equals
Compare the values of the supplied object with those stored in the current object.- Overrides:
equalsin classClassificationProperties- Parameters:
objectToCompare- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return hash code based on properties.- Overrides:
hashCodein classClassificationProperties- Returns:
- int
-