public class RetentionGovernanceClassification extends GovernanceClassificationBase
| 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.
|
int |
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(int retentionBasis)
Set up a description of the factor used to set the archiveAfter and deleteAfter dates.
|
String |
toString()
Standard toString method.
|
getConfidence, getNotes, getSource, getStatus, getSteward, setConfidence, setNotes, setSource, setStatus, setStewardpublic RetentionGovernanceClassification()
public RetentionGovernanceClassification(RetentionGovernanceClassification template)
template - object to copypublic int getRetentionBasis()
public void setRetentionBasis(int retentionBasis)
retentionBasis - intpublic 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–2021 LF AI & Data Foundation. All rights reserved.