Class TimesheetAutomaticTaskInsertInput
java.lang.Object
overit.geocallapp.wfm.core.bl.timesheet.event.TimesheetAutomaticTaskInsertInput
Input object for timesheet automatic task insert event.
- Since:
- 9.2
- GCApi:
- bo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCache()Returns the timesheet task event cache.getNote()getUser()getUuid()voidsetCache(TimesheetTaskEventCache cache) Sets the timesheet task event cache.voidsetCategory(Long category) voidsetEndDate(Date endDate) voidsetEndEventEntity(BOEventEntity endEventEntity) voidsetEndEventType(Long endEventType) voidvoidsetPermissionCheck(TimesheetPermissionCheck permissionCheck) voidsetStartDate(Date startDate) voidsetStartEventEntity(BOEventEntity startEventEntity) voidsetStartEventType(Long startEventType) voidvoid
-
Constructor Details
-
TimesheetAutomaticTaskInsertInput
public TimesheetAutomaticTaskInsertInput()
-
-
Method Details
-
getUser
-
setUser
-
getStartDate
-
setStartDate
-
getEndDate
-
setEndDate
-
getCategory
-
setCategory
-
getStartEventType
-
setStartEventType
-
getStartEventEntity
-
setStartEventEntity
-
getEndEventType
-
setEndEventType
-
getEndEventEntity
-
setEndEventEntity
-
getNote
-
setNote
-
getUuid
-
setUuid
-
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
-