Class Confidentiality
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.Classification
-
- org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.Confidentiality
-
- All Implemented Interfaces:
Serializable,OmasObject
public class Confidentiality extends Classification
Defines the level of confidentiality of related data items.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.Classification
classificationName, serialVersionUID
-
-
Constructor Summary
Constructors Constructor Description Confidentiality()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).IntegergetLevel()Level of confidentiality.StringgetNotes()Information relating to the classification.static Set<String>getPropertyNames()Confidentiality 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(Integer 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 Integer getLevel()
Level of confidentiality.- Returns:
- Level of confidentiality.
-
setLevel
public void setLevel(Integer level)
-
getPropertyNames
public static Set<String> getPropertyNames()
Confidentiality property names- Returns:
- Set of Strings of the Confidentiality 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
-
-