EndingSchedulableJob

public abstract class EndingSchedulableJob extends SchedulableJob

Represents a job that can have an end date specified.

Constructors

EndingSchedulableJob

protected EndingSchedulableJob()

EndingSchedulableJob

protected EndingSchedulableJob(MotechEvent motechEvent, DateTime startDate, DateTime endDate, boolean uiDefined, boolean ignorePastFiresAtStart)

Methods

equals

protected boolean equals(EndingSchedulableJob other)

getEndDate

public DateTime getEndDate()

setEndDate

public void setEndDate(DateTime endDate)