Class Shift

    • Constructor Detail

      • Shift

        public Shift()
      • Shift

        public Shift​(long id)
      • Shift

        public Shift​(long id,
                     ShiftDate shiftDate,
                     ShiftType shiftType,
                     int index,
                     int requiredEmployeeSize)
    • Method Detail

      • getShiftDate

        public ShiftDate getShiftDate()
      • setShiftDate

        public void setShiftDate​(ShiftDate shiftDate)
      • getShiftType

        public ShiftType getShiftType()
      • setShiftType

        public void setShiftType​(ShiftType shiftType)
      • getIndex

        public int getIndex()
      • setIndex

        public void setIndex​(int index)
      • getRequiredEmployeeSize

        public int getRequiredEmployeeSize()
      • setRequiredEmployeeSize

        public void setRequiredEmployeeSize​(int requiredEmployeeSize)