Class 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 Detail

      • GovernanceLevel

        public GovernanceLevel()
    • 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)