org.sakaiproject.sitestats.impl
Class JobRunImpl

java.lang.Object
  extended by 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
JobRunImpl()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobRunImpl

public JobRunImpl()
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getJobEndDate

public Date getJobEndDate()
Specified by:
getJobEndDate in interface JobRun

getEndEventId

public long getEndEventId()
Specified by:
getEndEventId in interface JobRun

getId

public long getId()
Specified by:
getId in interface JobRun

getJobStartDate

public Date getJobStartDate()
Specified by:
getJobStartDate in interface JobRun

getStartEventId

public long getStartEventId()
Specified by:
getStartEventId in interface JobRun

setJobEndDate

public void setJobEndDate(Date jobEndDate)
Specified by:
setJobEndDate in interface JobRun

setEndEventId

public void setEndEventId(long endEventId)
Specified by:
setEndEventId in interface JobRun

setId

public void setId(long id)
Specified by:
setId in interface JobRun

setJobStartDate

public void setJobStartDate(Date jobStartDate)
Specified by:
setJobStartDate in interface JobRun

setStartEventId

public void setStartEventId(long startEventId)
Specified by:
setStartEventId in interface JobRun

getLastEventDate

public Date getLastEventDate()
Specified by:
getLastEventDate in interface JobRun

setLastEventDate

public void setLastEventDate(Date lastEventDate)
Specified by:
setLastEventDate in interface JobRun


Copyright © 2006-2012 Universidade Fernando Pessoa. All Rights Reserved.