public class Retention extends Classification
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.
|
static Set<String> |
getPropertyNames()
Retention property names
|
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 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 static Set<String> getPropertyNames()
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–2020 ODPi. All rights reserved.