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, setId
public 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 AbstractPersistable
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.