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 |
|---|---|
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.
|
Map<String,Object> |
getExtraAttributes()
Get the extra attributes - ones that are in addition to the standard types.
|
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 |
setArchiveAfter(Date archiveAfter) |
void |
setAssociatedGUID(String associatedGUID) |
void |
setBasis(RetentionBasis basis) |
void |
setConfidence(Integer confidence) |
void |
setDeleteAfter(Date deleteAfter) |
void |
setExtraAttributes(Map<String,Object> extraAttributes) |
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 RetentionBasis getBasis()
RetentionBasis public void setBasis(RetentionBasis basis)
public String getAssociatedGUID()
String public void setAssociatedGUID(String associatedGUID)
public Date getArchiveAfter()
Date public void setArchiveAfter(Date archiveAfter)
public Date getDeleteAfter()
Date public void setDeleteAfter(Date deleteAfter)
public Map<String,Object> getExtraAttributes()
Copyright © 2018 ODPi. All rights reserved.