public class Shift extends Object implements Serializable
| Constructor and Description |
|---|
Shift() |
Shift(Timeslot timeslot,
Skill requiredSkill) |
| Modifier and Type | Method and Description |
|---|---|
Skill |
getRequiredSkill() |
Timeslot |
getTimeslot() |
void |
setRequiredSkill(Skill requiredSkill) |
void |
setTimeslot(Timeslot timeslot) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.