public class ShiftDate extends AbstractPersistable
id
Constructor and Description |
---|
ShiftDate() |
Modifier and Type | Method and Description |
---|---|
LocalDate |
getDate() |
int |
getDayIndex() |
DayOfWeek |
getDayOfWeek() |
String |
getLabel() |
List<Shift> |
getShiftList() |
int |
getWeekendSundayIndex() |
void |
setDate(LocalDate date) |
void |
setDayIndex(int dayIndex) |
void |
setShiftList(List<Shift> shiftList) |
String |
toString() |
compareTo, getId, setId
public int getDayIndex()
public void setDayIndex(int dayIndex)
public LocalDate getDate()
public void setDate(LocalDate date)
public DayOfWeek getDayOfWeek()
public int getWeekendSundayIndex()
public String getLabel()
public String toString()
toString
in class AbstractPersistable
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.