Class GovernanceClassificationLevel


  • public class GovernanceClassificationLevel
    extends Object
    This is the level of the GovernanceLevel classification. This level is specified by an integer that can be higher or lower.
    • Constructor Detail

      • GovernanceClassificationLevel

        public GovernanceClassificationLevel()
    • Method Detail

      • getLevel

        public int getLevel()
        How high this classification is
        Returns:
        an integer
      • setLevel

        public void setLevel​(int level)
      • getName

        public String getName()
        The name of this classification.
        Returns:
        the classification name
      • setName

        public void setName​(String name)