public class ArchiveProperties extends Object implements Serializable
| Constructor and Description |
|---|
ArchiveProperties()
Default constructor
|
ArchiveProperties(ArchiveProperties template)
Copy/clone constructor for the template properties.
|
| 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 |
getArchiveDate()
Returns the date when the data source was archived (or discovered missing).
|
String |
getArchiveProcess()
Returns the name of the process that either performed the archive or detected the missing data source.
|
Map<String,String> |
getArchiveProperties()
Return the properties that characterize where the data source was archived to.
|
int |
hashCode()
Return has code based on properties.
|
void |
setArchiveDate(Date archiveDate)
Set up the date when the data source was archived (or discovered missing).
|
void |
setArchiveProcess(String archiveProcess)
Set up the name of the process that either performed the archive or detected the missing data source.
|
void |
setArchiveProperties(Map<String,String> archiveProperties)
Set up the properties that characterize where the data source was archived to.
|
String |
toString()
Standard toString method.
|
public ArchiveProperties()
public ArchiveProperties(ArchiveProperties template)
template - template object to copy.public Date getArchiveDate()
public void setArchiveDate(Date archiveDate)
archiveDate - date of archivepublic String getArchiveProcess()
public void setArchiveProcess(String archiveProcess)
archiveProcess - String namepublic Map<String,String> getArchiveProperties()
public void setArchiveProperties(Map<String,String> archiveProperties)
archiveProperties - map of name value pairs, all stringspublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.