public class ShiftAssignment extends AbstractPersistable implements Comparable<ShiftAssignment>
id
Constructor and Description |
---|
ShiftAssignment() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ShiftAssignment o) |
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() |
getId, setId
public 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 AbstractPersistable
public int compareTo(ShiftAssignment o)
compareTo
in interface Comparable<ShiftAssignment>
Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.