public class Execution extends Object
| Constructor and Description |
|---|
Execution() |
| Modifier and Type | Method and Description |
|---|---|
Calendar |
getBegin() |
Calendar |
getEnd() |
String |
getId() |
Calendar |
getLastUpdate() |
Double |
getProgress() |
Collection<ExecutionReport> |
getReports() |
ExecutionStatus |
getStatus() |
void |
setBegin(Calendar begin) |
void |
setEnd(Calendar end) |
void |
setId(String id) |
void |
setLastUpdate(Calendar lastUpdate) |
void |
setProgress(Double progress) |
void |
setReports(Collection<ExecutionReport> reports) |
void |
setStatus(ExecutionStatus status) |
String |
toString() |
public Calendar getBegin()
public void setBegin(Calendar begin)
public Calendar getEnd()
public void setEnd(Calendar end)
public ExecutionStatus getStatus()
public void setStatus(ExecutionStatus status)
public Double getProgress()
public void setProgress(Double progress)
public String getId()
public void setId(String id)
public Collection<ExecutionReport> getReports()
public void setReports(Collection<ExecutionReport> reports)
public Calendar getLastUpdate()
public void setLastUpdate(Calendar lastUpdate)
Copyright © 2019. All Rights Reserved.