Class Seat
- java.lang.Object
-
- org.optaweb.employeerostering.domain.rotation.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.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetDayInRotation()EmployeegetEmployee()voidsetDayInRotation(Integer dayInRotation)voidsetEmployee(Employee employee)
-