Class WorkShiftExceptionWorkShiftUpdateInput

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.calendars.bl.workshift.workshiftexceptionworkshift.event.WorkShiftExceptionWorkShiftUpdateInput
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class WorkShiftExceptionWorkShiftUpdateInput extends DynO
Object representing an input object for the WorkShiftExceptionWorkShiftUpdateEvent.
Since:
17.0
See Also:
  • Constructor Details

    • WorkShiftExceptionWorkShiftUpdateInput

      public WorkShiftExceptionWorkShiftUpdateInput()
  • Method Details

    • getWorkShift

      public BOWorkShift getWorkShift()
      Returns the work shift that was set as a component for the update.
      Returns:
      workShift the work shift that was set as a component for the update
      See Also:
    • setWorkShift

      public void setWorkShift(BOWorkShift workShift)
      Sets the work shift to be used as a component for the update.
      Parameters:
      workShift - the work shift to be used as a component for the update
      See Also:
    • getWorkShiftException

      public BOWorkShiftException getWorkShiftException()
      Returns the work shift exception that was set as a component for the update.
      Returns:
      workShiftException the work shift exception that was set as a component for the update
      See Also:
    • setWorkShiftException

      public void setWorkShiftException(BOWorkShiftException workShiftException)
      Sets the work shift exception to be used as a component for the update.
      Parameters:
      workShiftException - the work shift exception to be used as a component for the update
      See Also:
    • getAction

      Returns the action performed prior to a relation update between work shift exception - work shift.
      Returns:
      the action
    • setAction

      public void setAction(WorkShiftExceptionWorkShiftAction action)
      Sets the action performed prior to a relation update between work shift exception - work shift.
      Parameters:
      action - the action