Class TimesheetGapFillOutput

java.lang.Object
overit.geocallapp.wfm.core.bl.timesheet.event.TimesheetGapFillOutput

public class TimesheetGapFillOutput extends Object
Output object for timesheet gap fill event.
Since:
9.2
GCApi:
bo
  • Constructor Details

    • TimesheetGapFillOutput

      public TimesheetGapFillOutput()
  • Method Details

    • getGapStartDate

      public Date getGapStartDate()
    • setGapStartDate

      public void setGapStartDate(Date gapStartDate)
    • getGapEndDate

      public Date getGapEndDate()
    • setGapEndDate

      public void setGapEndDate(Date gapEndDate)
    • getTask

      public BOTask getTask()
    • setTask

      public void setTask(BOTask task)