Class TimesheetShiftCalculationInput

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

public class TimesheetShiftCalculationInput extends Object
Input object for timesheet shift calculation event.
Since:
9.2
GCApi:
bo
  • Constructor Details

    • TimesheetShiftCalculationInput

      public TimesheetShiftCalculationInput()
  • Method Details

    • getTimesheet

      public Timesheet getTimesheet()
    • setTimesheet

      public void setTimesheet(Timesheet timesheet)
    • getStartDate

      public Date getStartDate()
    • setStartDate

      public void setStartDate(Date startDate)
    • getEndDate

      public Date getEndDate()
    • setEndDate

      public void setEndDate(Date endDate)
    • getCache

      public TimesheetTaskEventCache getCache()
      Returns the timesheet task event cache.
      Returns:
      the shift id
    • setCache

      public void setCache(TimesheetTaskEventCache cache)
      Sets the timesheet task event cache.
      Parameters:
      cache - the timesheet task event cache