public class DinnerParty extends AbstractPersistable
id
Constructor and Description |
---|
DinnerParty() |
Modifier and Type | Method and Description |
---|---|
List<Guest> |
getGuestList() |
List<HobbyPractician> |
getHobbyPracticianList() |
EnumSet<Hobby> |
getHobbySet() |
List<Job> |
getJobList() |
EnumSet<JobType> |
getJobSet() |
org.optaplanner.core.api.score.buildin.simple.SimpleScore |
getScore() |
List<SeatDesignation> |
getSeatDesignationList() |
List<Seat> |
getSeatList() |
List<Table> |
getTableList() |
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) |
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()
public void setScore(org.optaplanner.core.api.score.buildin.simple.SimpleScore score)
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.