Class TimesheetAutomaticTaskDurationUpdateInput
java.lang.Object
overit.geocallapp.wfm.core.bl.timesheet.event.TimesheetAutomaticTaskDurationUpdateInput
Input object for timesheet automatic task duration update event.
- Since:
- 9.2
- GCApi:
- bo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCache()Returns the timesheet task event cache.Returns the id of the clocking.Returns the duration of the tasks.Returns the id of the intervention.Returns the id of the unavailability.voidsetCache(TimesheetTaskEventCache cache) Sets the timesheet task event cache.voidsetClocking(Long clocking) Sets the id of the clocking.voidsetDuration(Long duration) Sets the duration of the tasks.voidsetIntervention(Long intervention) Sets the id of the intervention.voidsetUnavailability(Long unavailability) Sets the id of the unavailability.
-
Constructor Details
-
TimesheetAutomaticTaskDurationUpdateInput
public TimesheetAutomaticTaskDurationUpdateInput()
-
-
Method Details
-
getIntervention
Returns the id of the intervention.- Returns:
- the intervention id
-
setIntervention
Sets the id of the intervention.- Parameters:
intervention- the intervention id
-
getClocking
Returns the id of the clocking.- Returns:
- the clocking id
-
setClocking
Sets the id of the clocking.- Parameters:
clocking- the clocking id
-
getDuration
Returns the duration of the tasks.- Returns:
- the duration of the tasks
-
setDuration
Sets the duration of the tasks.- Parameters:
duration- the duration of the tasks
-
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
-