@Embeddable public class Seat extends Object
| Constructor and Description |
|---|
Seat() |
Seat(Integer dayInRotation,
Employee employee) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getDayInRotation() |
Employee |
getEmployee() |
void |
setDayInRotation(Integer dayInRotation) |
void |
setEmployee(Employee employee) |
Copyright © 2017–2021 JBoss by Red Hat. All rights reserved.