Class ImpactGovernanceClassification

    • Constructor Detail

      • ImpactGovernanceClassification

        public ImpactGovernanceClassification()
        Default constructor
      • ImpactGovernanceClassification

        public ImpactGovernanceClassification​(ImpactGovernanceClassification template)
        Copy/clone constructor.
        Parameters:
        template - object to copy
    • Method Detail

      • getImpactSeverityLevel

        public int getImpactSeverityLevel()
        Return the definition of how critical this data item is to the organization.
        Returns:
        enum
      • setImpactSeverityLevel

        public void setImpactSeverityLevel​(int impactSeverityLevel)
        Set up the definition of how critical this data item is to the organization.
        Parameters:
        impactSeverityLevel - int
      • 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