Class LunchBreakShiftOutput
java.lang.Object
overit.geocallapp.wfm.scheduling.bl.lunchbreak.event.LunchBreakShiftOutput
Object used as an output 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 timevoidsetActivityToScheduleEndDate(Date activityToScheduleEndDate) Sets the activity to schedule end datevoidsetActivityToScheduleStartDate(Date activityToScheduleStartDate) Sets the activity to schedule start datevoidsetIdleTime(int idleTime) Sets the idle time
-
Constructor Details
-
LunchBreakShiftOutput
public LunchBreakShiftOutput()
-
-
Method Details
-
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
-
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
-