Class CriticalityGovernanceClassification
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementControlHeader
org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementClassificationHeader
org.odpi.openmetadata.frameworks.connectors.properties.beans.GovernanceClassificationBase
org.odpi.openmetadata.frameworks.connectors.properties.beans.CriticalityGovernanceClassification
CriticalityGovernanceClassification defines how critical the related data items are to the organization.
-
Field Summary
Fields inherited from class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementControlHeader
CURRENT_AUDIT_HEADER_VERSION -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor. -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.org.odpi.openmetadata.frameworks.openmetadata.enums.CriticalityLevelReturn the definition of how critical this data item is to the organization.inthashCode()Return code value representing the contents of this object.voidsetCriticalityLevel(org.odpi.openmetadata.frameworks.openmetadata.enums.CriticalityLevel criticalityLevel) Set up the definition of how critical this data item is to the organization.toString()Standard toString method.Methods inherited from class org.odpi.openmetadata.frameworks.connectors.properties.beans.GovernanceClassificationBase
getConfidence, getGovernanceStatus, getLevelIdentifier, getNotes, getSource, getSteward, getStewardPropertyName, getStewardTypeName, setConfidence, setGovernanceStatus, setLevelIdentifier, setNotes, setSource, setSteward, setStewardPropertyName, setStewardTypeNameMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementClassificationHeader
getClassificationOrigin, getClassificationOriginGUID, setClassificationOrigin, setClassificationOriginGUIDMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ElementControlHeader
getHeaderVersion, getOrigin, getStatus, getType, getVersions, setHeaderVersion, setOrigin, setStatus, setType, setVersions
-
Constructor Details
-
CriticalityGovernanceClassification
public CriticalityGovernanceClassification()Default constructor -
CriticalityGovernanceClassification
Copy/clone constructor.- Parameters:
template- object to copy
-
-
Method Details
-
getCriticalityLevel
public org.odpi.openmetadata.frameworks.openmetadata.enums.CriticalityLevel getCriticalityLevel()Return the definition of how critical this data item is to the organization.- Returns:
- enum
-
setCriticalityLevel
public void setCriticalityLevel(org.odpi.openmetadata.frameworks.openmetadata.enums.CriticalityLevel criticalityLevel) Set up the definition of how critical this data item is to the organization.- Parameters:
criticalityLevel- enum
-
toString
Standard toString method.- Overrides:
toStringin classGovernanceClassificationBase- Returns:
- print out of variables in a JSON-style
-
equals
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
-