Class TimesheetHeaderStateUpdateInput
java.lang.Object
overit.geocallapp.wfm.core.bl.timesheet.header.event.TimesheetHeaderStateUpdateInput
Object used as an input bean for the
TimesheetHeaderStateUpdateEvent.- Since:
- 9.2
- GCApi:
- bo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the timesheet "forced closure" flag.Returns the timesheet header new state.Returns the timesheet header old state.Returns the timesheet header id .voidsetForcedClosure(Boolean forcedClosure) Sets the timesheet "forced closure" flag.voidsetNewState(Long newState) Sets the timesheet header new state.voidsetOldState(Long oldState) Sets the timesheet header old state.voidsetTimesheetHeaderId(Long timesheetHeaderId) Sets the timesheet header id.
-
Constructor Details
-
TimesheetHeaderStateUpdateInput
public TimesheetHeaderStateUpdateInput()
-
-
Method Details
-
getTimesheetHeaderId
Returns the timesheet header id .- Returns:
- the timesheet header id
- See Also:
-
setTimesheetHeaderId
Sets the timesheet header id.- Parameters:
timesheetHeaderId- the timesheet header id- See Also:
-
getOldState
Returns the timesheet header old state.- Returns:
- the the old timesheet header state
- See Also:
-
setOldState
Sets the timesheet header old state.- Parameters:
oldState- the old state- See Also:
-
getNewState
Returns the timesheet header new state.- Returns:
- the new timesheet header state.
- See Also:
-
setNewState
Sets the timesheet header new state.- Parameters:
newState- the new state- See Also:
-
getForcedClosure
Returns the timesheet "forced closure" flag.- Returns:
- the "forced closure" flag.
- See Also:
-
setForcedClosure
Sets the timesheet "forced closure" flag.- Parameters:
forcedClosure- the "forced closure" flag- See Also:
-