public class Manners2009 extends AbstractPersistable implements org.optaplanner.core.impl.solution.Solution<org.optaplanner.core.api.score.buildin.simple.SimpleScore>
id
Constructor and Description |
---|
Manners2009() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<Guest> |
getGuestList() |
List<HobbyPractician> |
getHobbyPracticianList() |
List<Job> |
getJobList() |
Collection<? extends Object> |
getProblemFacts() |
org.optaplanner.core.api.score.buildin.simple.SimpleScore |
getScore() |
List<SeatDesignation> |
getSeatDesignationList() |
List<Seat> |
getSeatList() |
List<Table> |
getTableList() |
int |
hashCode() |
void |
setGuestList(List<Guest> guestList) |
void |
setHobbyPracticianList(List<HobbyPractician> hobbyPracticianList) |
void |
setJobList(List<Job> jobList) |
void |
setScore(org.optaplanner.core.api.score.buildin.simple.SimpleScore score) |
void |
setSeatDesignationList(List<SeatDesignation> seatDesignationList) |
void |
setSeatList(List<Seat> seatList) |
void |
setTableList(List<Table> tableList) |
compareTo, getId, setId, toString
public List<HobbyPractician> getHobbyPracticianList()
public void setHobbyPracticianList(List<HobbyPractician> hobbyPracticianList)
public List<SeatDesignation> getSeatDesignationList()
public void setSeatDesignationList(List<SeatDesignation> seatDesignationList)
public org.optaplanner.core.api.score.buildin.simple.SimpleScore getScore()
getScore
in interface org.optaplanner.core.impl.solution.Solution<org.optaplanner.core.api.score.buildin.simple.SimpleScore>
public void setScore(org.optaplanner.core.api.score.buildin.simple.SimpleScore score)
setScore
in interface org.optaplanner.core.impl.solution.Solution<org.optaplanner.core.api.score.buildin.simple.SimpleScore>
public Collection<? extends Object> getProblemFacts()
getProblemFacts
in interface org.optaplanner.core.impl.solution.Solution<org.optaplanner.core.api.score.buildin.simple.SimpleScore>
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.