Class LunchBreakShiftInput
java.lang.Object
overit.geocallapp.wfm.scheduling.bl.lunchbreak.event.LunchBreakShiftInput
Object used as an input bean for the for
LunchBreakShiftEvent. - Since:
- 17.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the activity to schedule end dateReturns the activity to schedule start dateintReturns the idle timeReturns the lunch break end dateReturns the lunch break start datevoidsetActivityToScheduleEndDate(Date activityToScheduleEndDate) Sets the activity to schedule end datevoidsetActivityToScheduleStartDate(Date activityToScheduleStartDate) Sets the activity to schedule start datevoidsetIdleTime(int idleTime) Sets the idle timevoidsetLunchBreakEndDate(Date lunchBreakEndDate) Sets the lunch break end datevoidsetLunchBreakStartDate(Date lunchBreakStartDate) Sets the lunch break start date
-
Constructor Details
-
LunchBreakShiftInput
public LunchBreakShiftInput()
-
-
Method Details
-
getLunchBreakStartDate
Returns the lunch break start date- Returns:
- the lunch break start date
-
setLunchBreakStartDate
Sets the lunch break start date- Parameters:
lunchBreakStartDate- the lunch break start date
-
getLunchBreakEndDate
Returns the lunch break end date- Returns:
- the lunch break end date
-
setLunchBreakEndDate
Sets the lunch break end date- Parameters:
lunchBreakEndDate- the lunch break end date
-
getActivityToScheduleStartDate
Returns the activity to schedule start date- Returns:
- the activity to schedule start date
-
setActivityToScheduleStartDate
Sets the activity to schedule start date- Parameters:
activityToScheduleStartDate- the activity to schedule start date
-
getActivityToScheduleEndDate
Returns the activity to schedule end date- Returns:
- the activity to schedule end date
-
setActivityToScheduleEndDate
Sets the activity to schedule end date- Parameters:
activityToScheduleEndDate- the activity to schedule end date
-
getIdleTime
public int getIdleTime()Returns the idle time- Returns:
- the idle time
-
setIdleTime
public void setIdleTime(int idleTime) Sets the idle time- Parameters:
idleTime- the idle time
-