public class JobRunImpl extends Object implements JobRun, Serializable
| Constructor and Description |
|---|
JobRunImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getEndEventId() |
long |
getId() |
Date |
getJobEndDate() |
Date |
getJobStartDate() |
Date |
getLastEventDate() |
long |
getStartEventId() |
int |
hashCode() |
void |
setEndEventId(long endEventId) |
void |
setId(long id) |
void |
setJobEndDate(Date jobEndDate) |
void |
setJobStartDate(Date jobStartDate) |
void |
setLastEventDate(Date lastEventDate) |
void |
setStartEventId(long startEventId) |
public Date getJobEndDate()
getJobEndDate in interface JobRunpublic long getEndEventId()
getEndEventId in interface JobRunpublic Date getJobStartDate()
getJobStartDate in interface JobRunpublic long getStartEventId()
getStartEventId in interface JobRunpublic void setJobEndDate(Date jobEndDate)
setJobEndDate in interface JobRunpublic void setEndEventId(long endEventId)
setEndEventId in interface JobRunpublic void setJobStartDate(Date jobStartDate)
setJobStartDate in interface JobRunpublic void setStartEventId(long startEventId)
setStartEventId in interface JobRunpublic Date getLastEventDate()
getLastEventDate in interface JobRunpublic void setLastEventDate(Date lastEventDate)
setLastEventDate in interface JobRunCopyright © 2003–2021 Sakai Project. All rights reserved.