Class Night
java.lang.Object
org.optaplanner.examples.common.domain.AbstractPersistable
org.optaplanner.examples.pas.domain.Night
- All Implemented Interfaces:
Labeled
-
Field Summary
Fields inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
id -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
getId, setId
-
Constructor Details
-
Night
public Night() -
Night
public Night(int index) -
Night
public Night(long id, int index)
-
-
Method Details
-
getIndex
public int getIndex() -
setIndex
public void setIndex(int index) -
getLabel
-
toString
- Overrides:
toStringin classAbstractPersistable
-