OptaPlanner examples 6.0.0.Beta5

org.optaplanner.examples.manners2009.domain
Class Manners2009

java.lang.Object
  extended by org.optaplanner.examples.common.domain.AbstractPersistable
      extended by org.optaplanner.examples.manners2009.domain.Manners2009
All Implemented Interfaces:
Serializable, Comparable<AbstractPersistable>, org.optaplanner.core.impl.solution.Solution<org.optaplanner.core.api.score.buildin.simple.SimpleScore>

public class Manners2009
extends AbstractPersistable
implements org.optaplanner.core.impl.solution.Solution<org.optaplanner.core.api.score.buildin.simple.SimpleScore>

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
id
 
Constructor Summary
Manners2009()
           
 
Method Summary
 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)
           
 
Methods inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
compareTo, 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 org.optaplanner.core.api.score.buildin.simple.SimpleScore getScore()
Specified by:
getScore in interface org.optaplanner.core.impl.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.impl.solution.Solution<org.optaplanner.core.api.score.buildin.simple.SimpleScore>

getProblemFacts

public Collection<? extends Object> getProblemFacts()
Specified by:
getProblemFacts in interface org.optaplanner.core.impl.solution.Solution<org.optaplanner.core.api.score.buildin.simple.SimpleScore>

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

OptaPlanner examples 6.0.0.Beta5

Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.