org.optaplanner.examples.dinnerparty.domain
Class DinnerParty
java.lang.Object
org.optaplanner.examples.common.domain.AbstractPersistable
org.optaplanner.examples.dinnerparty.domain.DinnerParty
- All Implemented Interfaces:
- Serializable, Comparable<AbstractPersistable>, org.optaplanner.core.api.domain.solution.Solution<org.optaplanner.core.api.score.buildin.simple.SimpleScore>
public class DinnerParty
- extends AbstractPersistable
- implements org.optaplanner.core.api.domain.solution.Solution<org.optaplanner.core.api.score.buildin.simple.SimpleScore>
- See Also:
- Serialized Form
DinnerParty
public DinnerParty()
getJobList
public List<Job> getJobList()
setJobList
public void setJobList(List<Job> jobList)
getGuestList
public List<Guest> getGuestList()
setGuestList
public void setGuestList(List<Guest> guestList)
getHobbyPracticianList
public List<HobbyPractician> getHobbyPracticianList()
setHobbyPracticianList
public void setHobbyPracticianList(List<HobbyPractician> hobbyPracticianList)
getTableList
public List<Table> getTableList()
setTableList
public void setTableList(List<Table> tableList)
getSeatList
public List<Seat> getSeatList()
setSeatList
public void setSeatList(List<Seat> seatList)
getSeatDesignationList
public List<SeatDesignation> getSeatDesignationList()
setSeatDesignationList
public void setSeatDesignationList(List<SeatDesignation> seatDesignationList)
getScore
public org.optaplanner.core.api.score.buildin.simple.SimpleScore getScore()
- Specified by:
getScore in interface org.optaplanner.core.api.domain.solution.Solution<org.optaplanner.core.api.score.buildin.simple.SimpleScore>
setScore
public void setScore(org.optaplanner.core.api.score.buildin.simple.SimpleScore score)
- Specified by:
setScore in interface org.optaplanner.core.api.domain.solution.Solution<org.optaplanner.core.api.score.buildin.simple.SimpleScore>
getProblemFacts
public Collection<? extends Object> getProblemFacts()
- Specified by:
getProblemFacts in interface org.optaplanner.core.api.domain.solution.Solution<org.optaplanner.core.api.score.buildin.simple.SimpleScore>
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.