Class LunchBreakShiftOutput

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

public class LunchBreakShiftOutput extends Object
Object used as an output bean for the for LunchBreakShiftEvent.
Since:
17.0
  • 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

      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