Class GovernanceLevel
java.lang.Object
org.odpi.openmetadata.accessservices.subjectarea.properties.objects.governednode.GovernanceLevel
A Governance level is a type of Governance Action classification that has an associated GovernanceClassificationLevel.
These classifications can be higher or lower; this allows goverance rules to treat higher levels with more restrictively.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe name of the goverance level classificationGovernance level classification descriptiongetIcon()The icon url associated with the governance level classification.getLevel()The level of this classification.voidsetClassificationName(String classificationName) voidsetDescription(String description) voidvoid
-
Constructor Details
-
GovernanceLevel
public GovernanceLevel()
-
-
Method Details
-
getClassificationName
The name of the goverance level classification- Returns:
- classification name
-
setClassificationName
-
getDescription
Governance level classification description- Returns:
- description
-
setDescription
-
getIcon
The icon url associated with the governance level classification.- Returns:
- icon url
-
setIcon
-
getLevel
The level of this classification.- Returns:
- level of classification
-
setLevel
-