Class ExecutionPointProperties
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.properties.ClassificationProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.ClassificationBeanProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.governance.ExecutionPointProperties
- Direct Known Subclasses:
ControlPointProperties,EnforcementPointProperties,VerificationPointProperties
Maps an element as an execution point for a governance definition.
-
Field Summary
Fields inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.ClassificationBeanProperties
typeName -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn comparison result based on the content of the properties.Return the qualified name of the associated governance definition.inthashCode()Return hash code for this objectvoidsetQualifiedName(String qualifiedName) Set up the qualified name of the associated governance definition.toString()JSON-style toStringMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.ClassificationBeanProperties
getExtendedProperties, getTypeName, setExtendedProperties, setTypeNameMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.ClassificationProperties
getEffectiveFrom, getEffectiveTo, setEffectiveFrom, setEffectiveTo
-
Constructor Details
-
ExecutionPointProperties
public ExecutionPointProperties()Default constructor -
ExecutionPointProperties
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Details
-
getQualifiedName
Return the qualified name of the associated governance definition.- Returns:
- string
-
setQualifiedName
Set up the qualified name of the associated governance definition.- Parameters:
qualifiedName- string
-
toString
JSON-style toString- Overrides:
toStringin classClassificationBeanProperties- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equalsin classClassificationBeanProperties- Parameters:
objectToCompare- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCodein classClassificationBeanProperties- Returns:
- int hash code
-