Class ExecutionPointProperties
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.governance.ExecutionPointProperties
ExecutionPointProperties describes the behavior of a component that automates a governance action. There are three types:
- ControlPointDefinition - describes the choices for a decision maker on how to react to a detected situation.
- VerificationPointDefinition - describes a test to detect that a desired state or situation is true or not.
- EnforcementPointDefinition - description of an action that is taken to enforce governance.
-
Constructor Summary
ConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.Return the description for the governance domainReturn the short name for the governance domain.int
hashCode()
Return hash code for this objectvoid
setDescription
(String description) Set up the description of the governance domainvoid
setDisplayName
(String displayName) Set up the short name for the governance domain.toString()
JSON-style toStringMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
getAdditionalProperties, getQualifiedName, getVendorProperties, setAdditionalProperties, setQualifiedName, setVendorProperties
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
getEffectiveFrom, getEffectiveTo, getExtendedProperties, getTypeName, setEffectiveFrom, setEffectiveTo, setExtendedProperties, setTypeName
-
Constructor Details
-
ExecutionPointProperties
public ExecutionPointProperties()Default constructor -
ExecutionPointProperties
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getDisplayName
Return the short name for the governance domain.- Returns:
- string name
-
setDisplayName
Set up the short name for the governance domain.- Parameters:
displayName
- string name
-
getDescription
Return the description for the governance domain- Returns:
- text
-
setDescription
Set up the description of the governance domain- Parameters:
description
- text
-
toString
JSON-style toString- Overrides:
toString
in classReferenceableProperties
- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equals
in classReferenceableProperties
- Parameters:
objectToCompare
- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCode
in classReferenceableProperties
- Returns:
- int hash code
-