org.drools.planner.examples.manners2009.domain
Class Manners2009

java.lang.Object
  extended by org.drools.planner.examples.common.domain.AbstractPersistable
      extended by 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

Field Summary
 
Fields inherited from class org.drools.planner.examples.common.domain.AbstractPersistable
id
 
Constructor Summary
Manners2009()
           
 
Method Summary
 Manners2009 cloneSolution()
          Clone will only deep copy the seatDesignationList.
 boolean equals(Object o)
           
 Collection<? extends Object> getFacts()
           
 List<Guest> getGuestList()
           
 List<HobbyPractician> getHobbyPracticianList()
           
 List<Job> getJobList()
           
 SimpleScore getScore()
           
 List<SeatDesignation> getSeatDesignationList()
           
 List<Seat> getSeatList()
           
 List<Table> getTableList()
           
 int hashCode()
           
 boolean isInitialized()
           
 void setGuestList(List<Guest> guestList)
           
 void setHobbyPracticianList(List<HobbyPractician> hobbyPracticianList)
           
 void setJobList(List<Job> jobList)
           
 void setScore(SimpleScore score)
           
 void setSeatDesignationList(List<SeatDesignation> seatDesignationList)
           
 void setSeatList(List<Seat> seatList)
           
 void setTableList(List<Table> tableList)
           
 
Methods inherited from class org.drools.planner.examples.common.domain.AbstractPersistable
getId, setId, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Manners2009

public Manners2009()
Method Detail

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.