Class ShiftAssignment

    • Constructor Detail

      • ShiftAssignment

        public ShiftAssignment()
      • ShiftAssignment

        public ShiftAssignment​(Shift shift,
                               Employee employee)
    • Method Detail

      • getShift

        public Shift getShift()
      • setShift

        public void setShift​(Shift shift)
      • getEmployee

        public Employee getEmployee()
      • setEmployee

        public void setEmployee​(Employee employee)