Class Seat


  • @Embeddable
    public class Seat
    extends Object
    A Seat is a shift to create in a time bucket for a particular day in the rotation, with an optional employee as the default employee for said shift.
    • Constructor Detail

      • Seat

        public Seat()
    • Method Detail

      • getEmployee

        public Employee getEmployee()
      • setEmployee

        public void setEmployee​(Employee employee)
      • getDayInRotation

        public Integer getDayInRotation()
      • setDayInRotation

        public void setDayInRotation​(Integer dayInRotation)