Class TimesheetTaskCancelInput
java.lang.Object
overit.geocallapp.wfm.core.bl.timesheet.event.TimesheetTaskCancelInput
Input object for timesheet task cancel event.
- Since:
- 9.2
- GCApi:
- bo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCache()Returns the timesheet task event cache.getId()voidsetCache(TimesheetTaskEventCache cache) Sets the timesheet task event cache.voidvoidsetPermissionCheck(TimesheetPermissionCheck permissionCheck)
-
Constructor Details
-
TimesheetTaskCancelInput
public TimesheetTaskCancelInput()
-
-
Method Details
-
getId
-
setId
-
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
-