Class WorkShiftExceptionWorkShiftDeleteInput

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

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

    • WorkShiftExceptionWorkShiftDeleteInput

      public WorkShiftExceptionWorkShiftDeleteInput()
  • Method Details

    • getWorkShiftId

      public Long getWorkShiftId()
      Returns the work shift id that was set as a component for the update.
      Returns:
      workShiftId the work shift id that was set as a component for delete
    • setWorkShiftId

      public void setWorkShiftId(Long workShiftId)
      Sets the work shift id to be used as a component for delete.
      Parameters:
      workShiftId - the work shift id to be used as a component for delete
    • getWorkShiftExceptionId

      public Long getWorkShiftExceptionId()
      Returns the work shift exception id that was set as a component for delete.
      Returns:
      workShiftExceptionId the work shift exception id that was set as a component for delete
    • setWorkShiftExceptionId

      public void setWorkShiftExceptionId(Long workShiftExceptionId)
      Sets the work shift exception id to be used as a component for delete.
      Parameters:
      workShiftExceptionId - the work shift exception to be used as a component for delete