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
public class Criticality extends Classification
Defines how critical the related data items are to the organization.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Set<String>PROPERTY_NAMES_SET-
Fields inherited from class org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.Classification
classificationName, serialVersionUID
-
-
Constructor Summary
Constructors Constructor Description Criticality()Default constructor
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getAdditionalProperties()Get the extra attributes - ones that are in addition to the standard types.IntegergetConfidence()Level of confidence in the classification (0=none -> 100=excellent).CriticalityLevelgetLevel()How critical is this data to the organization.StringgetNotes()Information relating to the classification.static Set<String>getPropertyNames()Criticality property namesStringgetSource()Source of the classification.GovernanceClassificationStatusgetStatus()Status of this classification.StringgetSteward()Person responsible for maintaining this classification.voidsetAdditionalProperties(Map<String,String> additionalProperties)voidsetConfidence(Integer confidence)voidsetLevel(CriticalityLevel level)voidsetNotes(String notes)voidsetSource(String source)voidsetStatus(GovernanceClassificationStatus status)voidsetSteward(String steward)-
Methods inherited from class org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.Classification
getClassificationName, getEffectiveFromTime, getEffectiveToTime, getSystemAttributes, setEffectiveFromTime, setEffectiveToTime, setSystemAttributes
-
-
-
-
Method Detail
-
getStatus
public GovernanceClassificationStatus getStatus()
Status of this classification.- Returns:
- Status of this classification.
-
setStatus
public void setStatus(GovernanceClassificationStatus status)
-
getConfidence
public Integer getConfidence()
Level of confidence in the classification (0=none -> 100=excellent).- Returns:
- Level of confidence in the classification
-
setConfidence
public void setConfidence(Integer confidence)
-
getSteward
public String getSteward()
Person responsible for maintaining this classification.- Returns:
- Person responsible for maintaining this classification.
-
setSteward
public void setSteward(String steward)
-
getSource
public String getSource()
Source of the classification.- Returns:
- Source of the classification.
-
setSource
public void setSource(String source)
-
getNotes
public String getNotes()
Information relating to the classification.- Returns:
- Information relating to the classification.
-
setNotes
public void setNotes(String notes)
-
getLevel
public CriticalityLevel getLevel()
How critical is this data to the organization.- Returns:
- How critical is this data to the organization.
-
setLevel
public void setLevel(CriticalityLevel level)
-
getPropertyNames
public static Set<String> getPropertyNames()
Criticality property names- Returns:
- Set of Strings of the Criticality property names
-
getAdditionalProperties
public Map<String,String> getAdditionalProperties()
Get the extra attributes - ones that are in addition to the standard types.- Overrides:
getAdditionalPropertiesin classClassification- Returns:
- extra attributes
-
setAdditionalProperties
public void setAdditionalProperties(Map<String,String> additionalProperties)
- Overrides:
setAdditionalPropertiesin classClassification
-
-