Class SchedulingTimeslotInsertInput
java.lang.Object
overit.geocallapp.wfm.scheduling.timeslot.bl.event.SchedulingTimeslotInsertInput
Input for the event that inserts a timeslot
- Since:
- 18.0
- GCApi:
- bo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintReturns the timeslot durationReturns the timeslot to be insertedvoidsetDuration(int duration) Sets the timeslot durationvoidsetTimeslot(BOSchedulingTimeslot timeslot) Sets the timeslot to be inserted
-
Constructor Details
-
SchedulingTimeslotInsertInput
public SchedulingTimeslotInsertInput()
-
-
Method Details
-
getTimeslot
Returns the timeslot to be inserted- Returns:
- the timeslot
-
setTimeslot
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
-