@MappedSuperclass public class DefaultJob extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
static String |
DESCRIPTION |
protected long |
elapsedTime |
static String |
ELAPSEDTIME |
protected long |
endTime |
static String |
ENDTIME |
protected String |
id |
static String |
ID_FIELD |
protected String |
name |
static String |
NAME |
protected long |
startTime |
static String |
STARTTIME |
protected String |
state |
static String |
STATE |
protected long |
submitTime |
static String |
SUBMITTIME |
| Constructor and Description |
|---|
DefaultJob() |
DefaultJob(String id,
String name,
long startTime,
long submitTime,
long endTime,
String description,
String state,
long elapsedTime) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
long |
getElapsedTime() |
long |
getEndTime() |
String |
getId() |
String |
getName() |
long |
getStartTime() |
String |
getState() |
long |
getSubmitTime() |
void |
setDescription(String description) |
void |
setElapsedTime(long elapsedTime) |
void |
setEndTime(long endTime) |
void |
setId(String id) |
void |
setName(String name) |
void |
setStartTime(long startTime) |
void |
setState(String state) |
void |
setSubmitTime(long submitTime) |
String |
toString() |
public static final String ID_FIELD
public static final String NAME
public static final String DESCRIPTION
public static final String STARTTIME
public static final String SUBMITTIME
public static final String ENDTIME
public static final String STATE
public static final String ELAPSEDTIME
protected String id
protected String name
protected long startTime
protected long submitTime
protected long endTime
protected String description
protected String state
protected long elapsedTime
public String getId()
public String getName()
public long getStartTime()
public long getSubmitTime()
public long getEndTime()
public String getDescription()
public String getState()
public long getElapsedTime()
public void setId(String id)
id - the id to setpublic void setName(String name)
name - the name to setpublic void setStartTime(long startTime)
startTime - the startTime to setpublic void setSubmitTime(long submitTime)
submitTime - the submitTime to setpublic void setEndTime(long endTime)
endTime - the endTime to setpublic void setDescription(String description)
description - the description to setpublic void setState(String state)
state - the state to setpublic void setElapsedTime(long elapsedTime)
elapsedTime - the elapsedTime to setCopyright © 2021. All Rights Reserved.