Class TimesheetAutomaticTaskUpdateInput
java.lang.Object
overit.geocallapp.wfm.core.bl.timesheet.event.TimesheetAutomaticTaskUpdateInput
Input object for timesheet task update event.
- Since:
- 9.2
- GCApi:
- bo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCache()Returns the timesheet task event cache.getId()getNote()getUuid()voidsetCache(TimesheetTaskEventCache cache) Sets the timesheet task event cache.voidsetEndDate(Date endDate) voidsetEndEventEntity(BOEventEntity endEventEntity) voidsetEndEventType(Long endEventType) voidvoidvoidsetPermissionCheck(TimesheetPermissionCheck permissionCheck) voidsetStartDate(Date startDate) voidsetTimesheet(Long timesheet) voidsetUpdatedByUser(Boolean updatedByUser) voidsetUpdateDuration(Boolean updateDuration) void
-
Constructor Details
-
TimesheetAutomaticTaskUpdateInput
public TimesheetAutomaticTaskUpdateInput()
-
-
Method Details
-
getId
-
setId
-
getTimesheet
-
setTimesheet
-
getStartDate
-
setStartDate
-
getEndDate
-
setEndDate
-
getEndEventType
-
setEndEventType
-
getEndEventEntity
-
setEndEventEntity
-
getNote
-
setNote
-
getUpdatedByUser
-
setUpdatedByUser
-
getUuid
-
setUuid
-
getPermissionCheck
-
setPermissionCheck
-
getUpdateDuration
-
setUpdateDuration
-
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
-