public class Shift extends AbstractPersistable
id| Constructor and Description |
|---|
Shift() |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex() |
String |
getLabel() |
int |
getRequiredEmployeeSize() |
ShiftDate |
getShiftDate() |
ShiftType |
getShiftType() |
void |
setIndex(int index) |
void |
setRequiredEmployeeSize(int requiredEmployeeSize) |
void |
setShiftDate(ShiftDate shiftDate) |
void |
setShiftType(ShiftType shiftType) |
String |
toString() |
getId, setIdpublic ShiftDate getShiftDate()
public void setShiftDate(ShiftDate shiftDate)
public ShiftType getShiftType()
public void setShiftType(ShiftType shiftType)
public int getIndex()
public void setIndex(int index)
public int getRequiredEmployeeSize()
public void setRequiredEmployeeSize(int requiredEmployeeSize)
public String getLabel()
public String toString()
toString in class AbstractPersistableCopyright © 2006–2020 JBoss by Red Hat. All rights reserved.