public class ShiftOnRequest extends AbstractPersistable
id| Constructor and Description |
|---|
ShiftOnRequest() |
| Modifier and Type | Method and Description |
|---|---|
Employee |
getEmployee() |
Shift |
getShift() |
int |
getWeight() |
void |
setEmployee(Employee employee) |
void |
setShift(Shift shift) |
void |
setWeight(int weight) |
String |
toString() |
getId, setIdpublic Employee getEmployee()
public void setEmployee(Employee employee)
public Shift getShift()
public void setShift(Shift shift)
public int getWeight()
public void setWeight(int weight)
public String toString()
toString in class AbstractPersistableCopyright © 2006–2021 JBoss by Red Hat. All rights reserved.