Class GovernanceClassificationProperties


public class GovernanceClassificationProperties extends GovernanceClassificationBase
GovernanceClassificationProperties defines the properties for a Confidentiality, Confidence, Criticality Governance Action Classifications.
  • Constructor Details

    • GovernanceClassificationProperties

      public GovernanceClassificationProperties()
      Default constructor
    • GovernanceClassificationProperties

      public GovernanceClassificationProperties(GovernanceClassificationProperties template)
      Copy/clone constructor.
      Parameters:
      template - object to copy
  • Method Details

    • getLevelIdentifier

      public int getLevelIdentifier()
      Return the level assigned to this element for this classification.
      Returns:
      int
    • setLevelIdentifier

      public void setLevelIdentifier(int levelIdentifier)
      Set up the level assigned to this element for this classification.
      Parameters:
      levelIdentifier - int
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class GovernanceClassificationBase
      Returns:
      print out of variables in a JSON-style
    • equals

      public boolean equals(Object objectToCompare)
      Compare the values of the supplied object with those stored in the current object.
      Overrides:
      equals in class GovernanceClassificationBase
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Return code value representing the contents of this object.
      Overrides:
      hashCode in class GovernanceClassificationBase
      Returns:
      int