Package org.sakaiproject.sitestats.impl
Class JobRunImpl
- java.lang.Object
-
- org.sakaiproject.sitestats.impl.JobRunImpl
-
- All Implemented Interfaces:
Serializable,JobRun
public class JobRunImpl extends Object implements JobRun, Serializable
- Author:
- Nuno Fernandes
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JobRunImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)longgetEndEventId()longgetId()DategetJobEndDate()DategetJobStartDate()DategetLastEventDate()longgetStartEventId()inthashCode()voidsetEndEventId(long endEventId)voidsetId(long id)voidsetJobEndDate(Date jobEndDate)voidsetJobStartDate(Date jobStartDate)voidsetLastEventDate(Date lastEventDate)voidsetStartEventId(long startEventId)
-
-
-
Method Detail
-
getJobEndDate
public Date getJobEndDate()
- Specified by:
getJobEndDatein interfaceJobRun
-
getEndEventId
public long getEndEventId()
- Specified by:
getEndEventIdin interfaceJobRun
-
getJobStartDate
public Date getJobStartDate()
- Specified by:
getJobStartDatein interfaceJobRun
-
getStartEventId
public long getStartEventId()
- Specified by:
getStartEventIdin interfaceJobRun
-
setJobEndDate
public void setJobEndDate(Date jobEndDate)
- Specified by:
setJobEndDatein interfaceJobRun
-
setEndEventId
public void setEndEventId(long endEventId)
- Specified by:
setEndEventIdin interfaceJobRun
-
setJobStartDate
public void setJobStartDate(Date jobStartDate)
- Specified by:
setJobStartDatein interfaceJobRun
-
setStartEventId
public void setStartEventId(long startEventId)
- Specified by:
setStartEventIdin interfaceJobRun
-
getLastEventDate
public Date getLastEventDate()
- Specified by:
getLastEventDatein interfaceJobRun
-
setLastEventDate
public void setLastEventDate(Date lastEventDate)
- Specified by:
setLastEventDatein interfaceJobRun
-
-