Class TimesheetShiftCalculationInput
java.lang.Object
overit.geocallapp.wfm.core.bl.timesheet.event.TimesheetShiftCalculationInput
Input object for timesheet shift calculation event.
- Since:
- 9.2
- GCApi:
- bo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCache()Returns the timesheet task event cache.voidsetCache(TimesheetTaskEventCache cache) Sets the timesheet task event cache.voidsetEndDate(Date endDate) voidsetStartDate(Date startDate) voidsetTimesheet(Timesheet timesheet)
-
Constructor Details
-
TimesheetShiftCalculationInput
public TimesheetShiftCalculationInput()
-
-
Method Details
-
getTimesheet
-
setTimesheet
-
getStartDate
-
setStartDate
-
getEndDate
-
setEndDate
-
getCache
Returns the timesheet task event cache.- Returns:
- the shift id
-
setCache
Sets the timesheet task event cache.- Parameters:
cache- the timesheet task event cache
-