public class Day extends AbstractPersistable implements Labeled
id
Constructor and Description |
---|
Day() |
Modifier and Type | Method and Description |
---|---|
int |
getIndex() |
String |
getLabel() |
Day |
getNextDay() |
void |
setIndex(int index) |
void |
setNextDay(Day nextDay) |
String |
toString() |
getId, setId
public int getIndex()
public void setIndex(int index)
public Day getNextDay()
public void setNextDay(Day nextDay)
public String toString()
toString
in class AbstractPersistable
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.