public class Confidentiality extends Classification
| Modifier and Type | Field and Description |
|---|---|
static Set<String> |
ATTRIBUTE_NAMES_SET |
static String[] |
ATTRIBUTE_NAMES_SET_VALUES |
static Set<String> |
ENUM_NAMES_SET |
static String[] |
ENUM_NAMES_SET_VALUES |
static Set<String> |
MAP_NAMES_SET |
static String[] |
MAP_NAMES_SET_VALUES |
static Set<String> |
PROPERTY_NAMES_SET |
static String[] |
PROPERTY_NAMES_SET_VALUES |
classificationName, serialVersionUID| Constructor and Description |
|---|
Confidentiality()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getConfidence()
{@literal Level of confidence in the classification (0=none -> 100=excellent).
|
Map<String,Object> |
getExtraAttributes()
Get the extra attributes - ones that are in addition to the standard types.
|
ConfidentialityLevel |
getLevel()
{@literal Level of confidentiality.
|
String |
getNotes()
{@literal Information relating to the classification.
|
String |
getSource()
{@literal Source of the classification.
|
GovernanceClassificationStatus |
getStatus()
{@literal Status of this classification.
|
String |
getSteward()
{@literal Person responsible for maintaining this classification.
|
InstanceProperties |
obtainInstanceProperties() |
void |
setConfidence(Integer confidence) |
void |
setExtraAttributes(Map<String,Object> extraAttributes) |
void |
setLevel(ConfidentialityLevel level) |
void |
setNotes(String notes) |
void |
setSource(String source) |
void |
setStatus(GovernanceClassificationStatus status) |
void |
setSteward(String steward) |
getClassificationName, getSerialVersionUID, getSystemAttributes, setSystemAttributespublic static final String[] PROPERTY_NAMES_SET_VALUES
public static final String[] ATTRIBUTE_NAMES_SET_VALUES
public static final String[] ENUM_NAMES_SET_VALUES
public static final String[] MAP_NAMES_SET_VALUES
public InstanceProperties obtainInstanceProperties()
obtainInstanceProperties in class Classificationpublic GovernanceClassificationStatus getStatus()
GovernanceClassificationStatus public void setStatus(GovernanceClassificationStatus status)
public Integer getConfidence()
Integer public void setConfidence(Integer confidence)
public String getSteward()
String public void setSteward(String steward)
public String getSource()
String public void setSource(String source)
public String getNotes()
String public void setNotes(String notes)
public ConfidentialityLevel getLevel()
ConfidentialityLevel public void setLevel(ConfidentialityLevel level)
public Map<String,Object> getExtraAttributes()
Copyright © 2017–2018 ODPi. All rights reserved.