Class TimesheetHeaderStateUpdateInput

java.lang.Object
overit.geocallapp.wfm.core.bl.timesheet.header.event.TimesheetHeaderStateUpdateInput

public class TimesheetHeaderStateUpdateInput extends Object
Object used as an input bean for the TimesheetHeaderStateUpdateEvent.
Since:
9.2
GCApi:
bo
  • Constructor Details

    • TimesheetHeaderStateUpdateInput

      public TimesheetHeaderStateUpdateInput()
  • Method Details

    • getTimesheetHeaderId

      public Long getTimesheetHeaderId()
      Returns the timesheet header id .
      Returns:
      the timesheet header id
      See Also:
    • setTimesheetHeaderId

      public void setTimesheetHeaderId(Long timesheetHeaderId)
      Sets the timesheet header id.
      Parameters:
      timesheetHeaderId - the timesheet header id
      See Also:
    • getOldState

      public Long getOldState()
      Returns the timesheet header old state.
      Returns:
      the the old timesheet header state
      See Also:
    • setOldState

      public void setOldState(Long oldState)
      Sets the timesheet header old state.
      Parameters:
      oldState - the old state
      See Also:
    • getNewState

      public Long getNewState()
      Returns the timesheet header new state.
      Returns:
      the new timesheet header state.
      See Also:
    • setNewState

      public void setNewState(Long newState)
      Sets the timesheet header new state.
      Parameters:
      newState - the new state
      See Also:
    • getForcedClosure

      public Boolean getForcedClosure()
      Returns the timesheet "forced closure" flag.
      Returns:
      the "forced closure" flag.
      See Also:
    • setForcedClosure

      public void setForcedClosure(Boolean forcedClosure)
      Sets the timesheet "forced closure" flag.
      Parameters:
      forcedClosure - the "forced closure" flag
      See Also: