Class GovernanceMetricImplementation
java.lang.Object
org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceMetricElement
org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceMetricImplementation
- All Implemented Interfaces:
Serializable
,MetadataElement
The GovernanceMetricImplementation defines the query and data set that supports the measurements
for a GovernanceMetricProperties. The list of connections to the data set are also provided to enable
the client to query the values in the data set.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Test the properties of the GovernanceMetricImplementation to determine if the supplied object is equal to this one.Return the list of relationships that links the governance metric to the measurement data set.int
hashCode()
Just use the GUID for the hash code as it should be unique.void
setImplementations
(List<RelatedElement> implementations) Set up the list of relationships that links the governance metric to the measurement data set.Methods inherited from class org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceMetricElement
getElementHeader, getProperties, getRelatedElement, setElementHeader, setProperties, setRelatedElement, toString
-
Constructor Details
-
GovernanceMetricImplementation
public GovernanceMetricImplementation()Default constructor -
GovernanceMetricImplementation
Copy/clone constructor- Parameters:
template
- object to copy
-
GovernanceMetricImplementation
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getImplementations
Return the list of relationships that links the governance metric to the measurement data set.- Returns:
- related elements
-
setImplementations
Set up the list of relationships that links the governance metric to the measurement data set.- Parameters:
implementations
- related elements
-
equals
Test the properties of the GovernanceMetricImplementation to determine if the supplied object is equal to this one.- Overrides:
equals
in classGovernanceMetricElement
- Parameters:
objectToCompare
- object- Returns:
- boolean evaluation
-
hashCode
public int hashCode()Just use the GUID for the hash code as it should be unique.- Overrides:
hashCode
in classGovernanceMetricElement
- Returns:
- int code
-