public class Day extends AbstractPersistable
id| Constructor and Description |
|---|
Day() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDayIndex() |
String |
getLabel() |
List<Period> |
getPeriodList() |
void |
setDayIndex(int dayIndex) |
void |
setPeriodList(List<Period> periodList) |
String |
toString() |
compareTo, getId, setIdpublic int getDayIndex()
public void setDayIndex(int dayIndex)
public String getLabel()
public String toString()
toString in class AbstractPersistableCopyright © 2006–2015 JBoss by Red Hat. All rights reserved.