Class SchedulingTimeslotInsertInput

java.lang.Object
overit.geocallapp.wfm.scheduling.timeslot.bl.event.SchedulingTimeslotInsertInput

public class SchedulingTimeslotInsertInput extends Object
Input for the event that inserts a timeslot
Since:
18.0
GCApi:
bo
  • Constructor Details

    • SchedulingTimeslotInsertInput

      public SchedulingTimeslotInsertInput()
  • Method Details

    • getTimeslot

      public BOSchedulingTimeslot getTimeslot()
      Returns the timeslot to be inserted
      Returns:
      the timeslot
    • setTimeslot

      public void setTimeslot(BOSchedulingTimeslot timeslot)
      Sets the timeslot to be inserted
      Parameters:
      timeslot - the timeslot
    • getDuration

      public int getDuration()
      Returns the timeslot duration
      Returns:
      the timeslot duration
    • setDuration

      public void setDuration(int duration)
      Sets the timeslot duration
      Parameters:
      duration - the timeslot duration