org.optaplanner.examples.manners2009.domain
public class SeatDesignation extends AbstractPersistable
id
Constructor and Description |
---|
SeatDesignation() |
Modifier and Type | Method and Description |
---|---|
Guest |
getGuest() |
Job |
getGuestJob() |
JobType |
getGuestJobType() |
Seat |
getSeat() |
Table |
getSeatTable() |
void |
setGuest(Guest guest) |
void |
setSeat(Seat seat) |
boolean |
solutionEquals(Object o)
The normal methods
Object.equals(Object) and Object.hashCode() cannot be used because the rule engine already
requires them (for performance in their original state). |
int |
solutionHashCode()
The normal methods
Object.equals(Object) and Object.hashCode() cannot be used because the rule engine already
requires them (for performance in their original state). |
String |
toString() |
compareTo, getId, setId
public Guest getGuest()
public void setGuest(Guest guest)
public Seat getSeat()
public void setSeat(Seat seat)
public Job getGuestJob()
public JobType getGuestJobType()
public Table getSeatTable()
public boolean solutionEquals(Object o)
Object.equals(Object)
and Object.hashCode()
cannot be used because the rule engine already
requires them (for performance in their original state).solutionHashCode()
public int solutionHashCode()
Object.equals(Object)
and Object.hashCode()
cannot be used because the rule engine already
requires them (for performance in their original state).solutionEquals(Object)
public String toString()
toString
in class AbstractPersistable
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.