Class ImpactGovernanceClassification
- java.lang.Object
-
- org.odpi.openmetadata.metadatasecurity.properties.GovernanceClassificationBase
-
- org.odpi.openmetadata.metadatasecurity.properties.ImpactGovernanceClassification
-
- All Implemented Interfaces:
Serializable
public class ImpactGovernanceClassification extends GovernanceClassificationBase
ImpactGovernanceClassification defines how much of an impact a particular situation is to the operation of the organization.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImpactGovernanceClassification()Default constructorImpactGovernanceClassification(ImpactGovernanceClassification template)Copy/clone constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Compare the values of the supplied object with those stored in the current object.intgetImpactSeverityLevel()Return the definition of how critical this data item is to the organization.inthashCode()Return code value representing the contents of this object.voidsetImpactSeverityLevel(int impactSeverityLevel)Set up the definition of how critical this data item is to the organization.StringtoString()Standard toString method.-
Methods inherited from class org.odpi.openmetadata.metadatasecurity.properties.GovernanceClassificationBase
getConfidence, getNotes, getSource, getStatus, getSteward, setConfidence, setNotes, setSource, setStatus, setSteward
-
-
-
-
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
-
toString
public String toString()
Standard toString method.- Overrides:
toStringin classGovernanceClassificationBase- 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:
equalsin classGovernanceClassificationBase- Parameters:
objectToCompare- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()
Return code value representing the contents of this object.- Overrides:
hashCodein classGovernanceClassificationBase- Returns:
- int
-
-