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
Defines the level of confidentiality of related data items.
- See Also:
-
Field Summary
Fields 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()
Level of confidentiality.getNotes()
Information relating to the classification.Confidentiality 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
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
-
Constructor Details
-
Confidentiality
public Confidentiality()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
Level of confidentiality.- Returns:
- Level of confidentiality.
-
setLevel
-
getPropertyNames
Confidentiality property names- Returns:
- Set of Strings of the Confidentiality 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
-