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 Details

    • GovernanceLevel

      public GovernanceLevel()
  • Method Details

    • 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)