public class RetentionGovernanceClassification extends GovernanceClassificationBase
classifications, extendedProperties, guid, type, urlCURRENT_AUDIT_HEADER_VERSION| Constructor and Description |
|---|
RetentionGovernanceClassification()
Default constructor
|
RetentionGovernanceClassification(RetentionGovernanceClassification template)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
Date |
getArchiveAfter()
Return the date that this asset will be archived.
|
String |
getAssociatedGUID()
Return the unique identifier of the element used in deciding the archiveAfter and deleteAfter dates.
|
Date |
getDeleteAfter()
Return the date that this asset will be permanently deleted.
|
RetentionBasis |
getRetentionBasis()
Return a description of the factor used to set the archiveAfter and deleteAfter dates.
|
int |
hashCode()
Return code value representing the contents of this object.
|
void |
setArchiveAfter(Date archiveAfter)
Set up the date that this asset will be archived.
|
void |
setAssociatedGUID(String associatedGUID)
Set up the unique identifier of the element used in deciding the archiveAfter and deleteAfter dates.
|
void |
setDeleteAfter(Date deleteAfter)
Set up the date that this asset will be permanently deleted.
|
void |
setRetentionBasis(RetentionBasis retentionBasis)
Set up a description of the factor used to set the archiveAfter and deleteAfter dates.
|
String |
toString()
Standard toString method.
|
getConfidence, getLevelIdentifier, getNotes, getSource, getStatus, getSteward, setConfidence, setLevelIdentifier, setNotes, setSource, setStatus, setStewardgetClassifications, getExtendedProperties, getGUID, getType, getURL, setClassifications, setExtendedProperties, setGUID, setType, setURLgetHeaderVersion, setHeaderVersionpublic RetentionGovernanceClassification()
public RetentionGovernanceClassification(RetentionGovernanceClassification template)
template - object to copypublic RetentionBasis getRetentionBasis()
public void setRetentionBasis(RetentionBasis retentionBasis)
retentionBasis - enum defined by RetentionBasispublic String getAssociatedGUID()
public void setAssociatedGUID(String associatedGUID)
associatedGUID - string guidpublic Date getArchiveAfter()
public void setArchiveAfter(Date archiveAfter)
archiveAfter - date/timestamppublic Date getDeleteAfter()
public void setDeleteAfter(Date deleteAfter)
deleteAfter - date/timestamppublic String toString()
toString in class GovernanceClassificationBasepublic boolean equals(Object objectToCompare)
equals in class GovernanceClassificationBaseobjectToCompare - supplied objectpublic int hashCode()
hashCode in class GovernanceClassificationBaseCopyright © 2018–2020 ODPi. All rights reserved.