Class SeatView
- java.lang.Object
-
- org.optaweb.employeerostering.domain.rotation.view.SeatView
-
public class SeatView extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetDayInRotation()LonggetEmployeeId()voidsetDayInRotation(Integer dayInRotation)voidsetEmployeeId(Long employeeId)
-
-
-
Constructor Detail
-
SeatView
public SeatView()
-
SeatView
public SeatView(Seat seat)
-
-