Class TimesheetAutomaticTaskCancelInput
java.lang.Object
overit.geocallapp.wfm.core.bl.timesheet.event.TimesheetAutomaticTaskCancelInput
Input object for timesheet automatic task cancel 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 id of the event type.Returns the id of the intervention.getShift()Returns the id of the shift.Returns the id of the unavailability.getUser()Returns the id of the user.voidsetCache(TimesheetTaskEventCache cache) Sets the timesheet task event cache.voidsetClocking(Long clocking) Sets the id of the clocking.voidsetEventType(Long eventType) Sets the id of the event type.voidsetIntervention(Long intervention) Sets the id of the intervention.voidsetPermissionCheck(TimesheetPermissionCheck permissionCheck) voidSets the id of the shift.voidsetUnavailability(Long unavailability) Sets the id of the unavailability.voidSets the id of the user.
-
Constructor Details
-
TimesheetAutomaticTaskCancelInput
public TimesheetAutomaticTaskCancelInput()
-
-
Method Details
-
getUser
Returns the id of the user.- Returns:
- the user id
-
setUser
Sets the id of the user.- Parameters:
user- the user id
-
getEventType
Returns the id of the event type.- Returns:
- the event type id
-
setEventType
Sets the id of the event type.- Parameters:
eventType- the event type id
-
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
-
getShift
Returns the id of the shift.- Returns:
- the shift id
-
setShift
Sets the id of the shift.- Parameters:
shift- the shift id
-
getPermissionCheck
-
setPermissionCheck
-
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
-