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, setId
public int getDayIndex()
public void setDayIndex(int dayIndex)
public String getLabel()
public String toString()
toString
in class AbstractPersistable
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.