Class Criticality
java.lang.Object
org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.Classification
org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.Criticality
- All Implemented Interfaces:
Serializable
,OmasObject
Defines how critical the related data items are to the organization.
- See Also:
-
Field Summary
FieldsFields inherited from class org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.Classification
classificationName, serialVersionUID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the extra attributes - ones that are in addition to the standard types.Level of confidence in the classification (0=none -> 100=excellent).getLevel()
How critical is this data to the organization.getNotes()
Information relating to the classification.Criticality property namesSource of the classification.Status of this classification.Person responsible for maintaining this classification.void
setAdditionalProperties
(Map<String, String> additionalProperties) void
setConfidence
(Integer confidence) void
setLevel
(CriticalityLevel level) void
void
void
void
setSteward
(String steward) Methods inherited from class org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.Classification
getClassificationName, getEffectiveFromTime, getEffectiveToTime, getSystemAttributes, setEffectiveFromTime, setEffectiveToTime, setSystemAttributes
-
Field Details
-
PROPERTY_NAMES_SET
-
-
Constructor Details
-
Criticality
public Criticality()Default constructor
-
-
Method Details
-
getStatus
Status of this classification.- Returns:
- Status of this classification.
-
setStatus
-
getConfidence
Level of confidence in the classification (0=none -> 100=excellent).- Returns:
- Level of confidence in the classification
-
setConfidence
-
getSteward
Person responsible for maintaining this classification.- Returns:
- Person responsible for maintaining this classification.
-
setSteward
-
getSource
Source of the classification.- Returns:
- Source of the classification.
-
setSource
-
getNotes
Information relating to the classification.- Returns:
- Information relating to the classification.
-
setNotes
-
getLevel
How critical is this data to the organization.- Returns:
- How critical is this data to the organization.
-
setLevel
-
getPropertyNames
Criticality property names- Returns:
- Set of Strings of the Criticality property names
-
getAdditionalProperties
Get the extra attributes - ones that are in addition to the standard types.- Overrides:
getAdditionalProperties
in classClassification
- Returns:
- extra attributes
-
setAdditionalProperties
- Overrides:
setAdditionalProperties
in classClassification
-