Class LunchBreakShiftInput

java.lang.Object
overit.geocallapp.wfm.scheduling.bl.lunchbreak.event.LunchBreakShiftInput

public class LunchBreakShiftInput extends Object
Object used as an input bean for the for LunchBreakShiftEvent.
Since:
17.0
  • Constructor Details

    • LunchBreakShiftInput

      public LunchBreakShiftInput()
  • Method Details

    • getLunchBreakStartDate

      public Date getLunchBreakStartDate()
      Returns the lunch break start date
      Returns:
      the lunch break start date
    • setLunchBreakStartDate

      public void setLunchBreakStartDate(Date lunchBreakStartDate)
      Sets the lunch break start date
      Parameters:
      lunchBreakStartDate - the lunch break start date
    • getLunchBreakEndDate

      public Date getLunchBreakEndDate()
      Returns the lunch break end date
      Returns:
      the lunch break end date
    • setLunchBreakEndDate

      public void setLunchBreakEndDate(Date lunchBreakEndDate)
      Sets the lunch break end date
      Parameters:
      lunchBreakEndDate - the lunch break end date
    • getActivityToScheduleStartDate

      public Date getActivityToScheduleStartDate()
      Returns the activity to schedule start date
      Returns:
      the activity to schedule start date
    • setActivityToScheduleStartDate

      public void setActivityToScheduleStartDate(Date activityToScheduleStartDate)
      Sets the activity to schedule start date
      Parameters:
      activityToScheduleStartDate - the activity to schedule start date
    • getActivityToScheduleEndDate

      public Date getActivityToScheduleEndDate()
      Returns the activity to schedule end date
      Returns:
      the activity to schedule end date
    • setActivityToScheduleEndDate

      public void setActivityToScheduleEndDate(Date activityToScheduleEndDate)
      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