public class Retention 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 |
|---|
Retention()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAdditionalProperties()
Get the extra attributes - ones that are in addition to the standard types.
|
Date |
getArchiveAfter()
{@literal Related entity used to determine the retention period.
|
String |
getAssociatedGUID()
{@literal Related entity used to determine the retention period.
|
RetentionBasis |
getBasis()
{@literal Basis on which the retention period is defined.
|
Integer |
getConfidence()
{@literal Level of confidence in the classification (0=none -> 100=excellent).
|
Date |
getDeleteAfter()
{@literal Related entity used to determine the retention period.
|
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.
|
void |
setAdditionalProperties(Map<String,String> additionalProperties) |
void |
setArchiveAfter(Date archiveAfter) |
void |
setAssociatedGUID(String associatedGUID) |
void |
setBasis(RetentionBasis basis) |
void |
setConfidence(Integer confidence) |
void |
setDeleteAfter(Date deleteAfter) |
void |
setNotes(String notes) |
void |
setSource(String source) |
void |
setStatus(GovernanceClassificationStatus status) |
void |
setSteward(String steward) |
getClassificationName, getEffectiveFromTime, getEffectiveToTime, getSerialVersionUID, getSystemAttributes, setEffectiveFromTime, setEffectiveToTime, 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 GovernanceClassificationStatus getStatus()
public void setStatus(GovernanceClassificationStatus status)
public Integer getConfidence()
public void setConfidence(Integer confidence)
public String getSteward()
public void setSteward(String steward)
public String getSource()
public void setSource(String source)
public String getNotes()
public void setNotes(String notes)
public RetentionBasis getBasis()
public void setBasis(RetentionBasis basis)
public String getAssociatedGUID()
public void setAssociatedGUID(String associatedGUID)
public Date getArchiveAfter()
public void setArchiveAfter(Date archiveAfter)
public Date getDeleteAfter()
public void setDeleteAfter(Date deleteAfter)
public Map<String,String> getAdditionalProperties()
getAdditionalProperties in class Classificationpublic void setAdditionalProperties(Map<String,String> additionalProperties)
setAdditionalProperties in class ClassificationCopyright © 2018–2019 ODPi. All rights reserved.