@Entity public class SnapshotHistory extends BaseEntity implements Comparator<SnapshotHistory>
id| Constructor and Description |
|---|
SnapshotHistory() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(SnapshotHistory o1,
SnapshotHistory o2) |
String |
getHistory() |
Date |
getHistoryDate() |
Snapshot |
getSnapshot() |
void |
setHistory(String history) |
void |
setHistoryDate(Date historyDate) |
void |
setSnapshot(Snapshot snapshot) |
String |
toString() |
equals, getId, getModified, hashCode, setId, setModifiedclone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitequalspublic Date getHistoryDate()
public void setHistoryDate(Date historyDate)
historyDate - - the historyDate to setpublic Snapshot getSnapshot()
public void setSnapshot(Snapshot snapshot)
snapshot - the snapshot to setpublic String getHistory()
public void setHistory(String history)
history - the history to setpublic int compare(SnapshotHistory o1, SnapshotHistory o2)
compare in interface Comparator<SnapshotHistory>Copyright © 2014–2015 DuraSpace. All rights reserved.