|
OptaPlanner distribution 6.1.0.CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.optaplanner.examples.common.domain.AbstractPersistable
org.optaplanner.examples.tennis.domain.Team
public class Team
| Field Summary |
|---|
| Fields inherited from class org.optaplanner.examples.common.domain.AbstractPersistable |
|---|
id |
| Constructor Summary | |
|---|---|
Team()
|
|
Team(long id,
String name)
|
|
| Method Summary | |
|---|---|
String |
getLabel()
|
String |
getName()
|
void |
setName(String name)
|
| Methods inherited from class org.optaplanner.examples.common.domain.AbstractPersistable |
|---|
compareTo, getId, setId, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Team()
public Team(long id,
String name)
| Method Detail |
|---|
public String getName()
public void setName(String name)
public String getLabel()
|
OptaPlanner distribution 6.1.0.CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||