Class GovernanceLevel
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.subjectarea.properties.objects.governednode.GovernanceLevel
-
public class GovernanceLevel extends Object
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 Constructor Description GovernanceLevel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClassificationName()The name of the goverance level classificationStringgetDescription()Governance level classification descriptionStringgetIcon()The icon url associated with the governance level classification.GovernanceClassificationLevelgetLevel()The level of this classification.voidsetClassificationName(String classificationName)voidsetDescription(String description)voidsetIcon(String icon)voidsetLevel(GovernanceClassificationLevel level)
-
-
-
Method Detail
-
getClassificationName
public String getClassificationName()
The name of the goverance level classification- Returns:
- classification name
-
setClassificationName
public void setClassificationName(String classificationName)
-
getDescription
public String getDescription()
Governance level classification description- Returns:
- description
-
setDescription
public void setDescription(String description)
-
getIcon
public String getIcon()
The icon url associated with the governance level classification.- Returns:
- icon url
-
setIcon
public void setIcon(String icon)
-
getLevel
public GovernanceClassificationLevel getLevel()
The level of this classification.- Returns:
- level of classification
-
setLevel
public void setLevel(GovernanceClassificationLevel level)
-
-