java.lang.Object
org.odpi.openmetadata.accessservices.subjectarea.properties.objects.governednode.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 Details

    • GovernanceClassificationLevel

      public GovernanceClassificationLevel()
  • Method Details

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