@Entity public class Restoration extends BaseEntity
id| Constructor and Description |
|---|
Restoration() |
| Modifier and Type | Method and Description |
|---|---|
DuracloudEndPointConfig |
getDestination() |
Date |
getEndDate() |
Date |
getExpirationDate() |
String |
getRestorationId() |
Snapshot |
getSnapshot() |
Date |
getStartDate() |
org.duracloud.snapshot.dto.RestoreStatus |
getStatus() |
String |
getStatusText() |
String |
getUserEmail() |
void |
setDestination(DuracloudEndPointConfig destination) |
void |
setEndDate(Date endDate) |
void |
setExpirationDate(Date expirationDate) |
void |
setRestorationId(String restorationId) |
void |
setSnapshot(Snapshot snapshot) |
void |
setStartDate(Date startDate) |
void |
setStatus(org.duracloud.snapshot.dto.RestoreStatus status) |
void |
setStatusText(String statusText) |
void |
setUserEmail(String userEmail) |
String |
toString() |
equals, getId, getModified, hashCode, setId, setModifiedpublic Snapshot getSnapshot()
public void setSnapshot(Snapshot snapshot)
snapshot - the snapshot to setpublic DuracloudEndPointConfig getDestination()
public void setDestination(DuracloudEndPointConfig destination)
destination - the destination to setpublic Date getStartDate()
public void setStartDate(Date startDate)
startDate - the startDate to setpublic Date getEndDate()
public void setEndDate(Date endDate)
endDate - the endDate to setpublic Date getExpirationDate()
public void setExpirationDate(Date expirationDate)
expirationDate - the expiration date of this restorationpublic org.duracloud.snapshot.dto.RestoreStatus getStatus()
public void setStatus(org.duracloud.snapshot.dto.RestoreStatus status)
status - the status to setpublic String getStatusText()
public void setStatusText(String statusText)
statusText - the statusText to setpublic String getUserEmail()
public void setUserEmail(String userEmail)
userEmail - the userEmail to setpublic String getRestorationId()
public void setRestorationId(String restorationId)
restorationId - the restorationId to setCopyright © 2014–2015 DuraSpace. All rights reserved.