public class ShiftAssignment extends AbstractPersistable
id| Constructor and Description |
|---|
ShiftAssignment() |
| Modifier and Type | Method and Description |
|---|---|
Contract |
getContract() |
Employee |
getEmployee() |
int |
getIndexInShift() |
Shift |
getShift() |
ShiftDate |
getShiftDate() |
int |
getShiftDateDayIndex() |
DayOfWeek |
getShiftDateDayOfWeek() |
ShiftType |
getShiftType() |
int |
getWeekendSundayIndex() |
boolean |
isWeekend() |
void |
setEmployee(Employee employee) |
void |
setIndexInShift(int indexInShift) |
void |
setShift(Shift shift) |
String |
toString() |
compareTo, getId, setIdpublic Shift getShift()
public void setShift(Shift shift)
public int getIndexInShift()
public void setIndexInShift(int indexInShift)
public Employee getEmployee()
public void setEmployee(Employee employee)
public ShiftDate getShiftDate()
public ShiftType getShiftType()
public int getShiftDateDayIndex()
public DayOfWeek getShiftDateDayOfWeek()
public Contract getContract()
public boolean isWeekend()
public int getWeekendSundayIndex()
public String toString()
toString in class AbstractPersistableCopyright © 2006–2018 JBoss by Red Hat. All rights reserved.