org.drools.planner.examples.manners2009.domain
Class Manners2009
java.lang.Object
org.drools.planner.examples.common.domain.AbstractPersistable
org.drools.planner.examples.manners2009.domain.Manners2009
- All Implemented Interfaces:
- Serializable, Solution<SimpleScore>
public class Manners2009
- extends AbstractPersistable
- implements Solution<SimpleScore>
- See Also:
- Serialized Form
Manners2009
public Manners2009()
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 SimpleScore getScore()
- Specified by:
getScore in interface Solution<SimpleScore>
setScore
public void setScore(SimpleScore score)
- Specified by:
setScore in interface Solution<SimpleScore>
isInitialized
public boolean isInitialized()
getFacts
public Collection<? extends Object> getFacts()
- Specified by:
getFacts in interface Solution<SimpleScore>
cloneSolution
public Manners2009 cloneSolution()
- Clone will only deep copy the
seatDesignationList.
- Specified by:
cloneSolution in interface Solution<SimpleScore>
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.