Class SchedulingTimeslotUpdateInput
java.lang.Object
overit.geocallapp.wfm.scheduling.timeslot.bl.event.SchedulingTimeslotUpdateInput
Input for the event that updates a timeslot
- Since:
- 18.0
- GCApi:
- bo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintReturns the timeslot durationReturns the filtersReturns the timeslot to be updatedvoidsetDuration(int duration) Sets the timeslot durationvoidsetFilters(Map<String, Object> filters) Sets the filtersvoidsetTimeslot(BOSchedulingTimeslot timeslot) Sets the timeslot to be updated
-
Constructor Details
-
SchedulingTimeslotUpdateInput
public SchedulingTimeslotUpdateInput()
-
-
Method Details
-
getTimeslot
Returns the timeslot to be updated- Returns:
- the timeslot
-
setTimeslot
Sets the timeslot to be updated- 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
-
getFilters
Returns the filters- Returns:
- the filters
-
setFilters
Sets the filters- Parameters:
filters- the filters
-