Class GovernanceMeasurementsDataSetProperties
java.lang.Object
org.odpi.openmetadata.accessservices.governanceprogram.properties.ClassificationProperties
org.odpi.openmetadata.accessservices.governanceprogram.properties.GovernanceMeasurementsDataSetProperties
- All Implemented Interfaces:
Serializable
GovernanceMeasurementsDataSetProperties provides a details of how a data set supports governance metrics by providing
measurement data.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.Return the reason why the governance definitions are related.int
hashCode()
Return hash code based on properties.void
setDescription
(String description) Set up the reason why the governance definitions are related.toString()
JSON-style toStringMethods inherited from class org.odpi.openmetadata.accessservices.governanceprogram.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:
toString
in 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:
equals
in classClassificationProperties
- Parameters:
objectToCompare
- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return hash code based on properties.- Overrides:
hashCode
in classClassificationProperties
- Returns:
- int
-