public class TaskS extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Date |
endTime |
protected Throwable |
errorCause |
protected String |
id |
protected ArrayList<JobS> |
jobs |
protected float |
progress |
protected Date |
startTime |
protected State |
state |
protected String |
submitter |
| Constructor and Description |
|---|
TaskS() |
TaskS(String id,
float progress,
State state,
Throwable errorCause,
String submitter,
Date startTime,
Date endTime,
ArrayList<JobS> jobs) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getEndTime() |
Throwable |
getErrorCause() |
String |
getId() |
ArrayList<JobS> |
getJobs() |
float |
getProgress() |
Date |
getStartTime() |
State |
getState() |
String |
getSubmitter() |
void |
setEndTime(Date endTime) |
void |
setErrorCause(Throwable errorCause) |
void |
setId(String id) |
void |
setJobs(ArrayList<JobS> jobs) |
void |
setProgress(float progress) |
void |
setStartTime(Date startTime) |
void |
setState(State state) |
void |
setSubmitter(String submitter) |
String |
toString() |
protected String id
protected float progress
protected State state
protected Throwable errorCause
protected String submitter
protected Date startTime
protected Date endTime
public String getId()
public void setId(String id)
public float getProgress()
public void setProgress(float progress)
public State getState()
public void setState(State state)
public Throwable getErrorCause()
public void setErrorCause(Throwable errorCause)
public String getSubmitter()
public void setSubmitter(String submitter)
public Date getStartTime()
public void setStartTime(Date startTime)
public Date getEndTime()
public void setEndTime(Date endTime)
Copyright © 2014. All Rights Reserved.