public class SeatDesignation extends AbstractPersistable implements Labeled
id
Constructor and Description |
---|
SeatDesignation() |
Modifier and Type | Method and Description |
---|---|
boolean |
differentKindIfNeeded(Job otherGuestJob) |
Guest |
getGuest() |
Gender |
getGuestGender() |
Job |
getGuestJob() |
JobType |
getGuestJobType() |
String |
getGuestName() |
String |
getLabel() |
Seat |
getSeat() |
Table |
getSeatTable() |
boolean |
isNeighborOf(SeatDesignation otherSeatDesignation) |
boolean |
isRightOf(SeatDesignation leftSeatDesignation) |
void |
setGuest(Guest guest) |
void |
setSeat(Seat seat) |
String |
toString() |
getId, setId
public Guest getGuest()
public void setGuest(Guest guest)
public Seat getSeat()
public void setSeat(Seat seat)
public String getGuestName()
public Gender getGuestGender()
public Job getGuestJob()
public JobType getGuestJobType()
public boolean differentKindIfNeeded(Job otherGuestJob)
public Table getSeatTable()
public boolean isRightOf(SeatDesignation leftSeatDesignation)
public boolean isNeighborOf(SeatDesignation otherSeatDesignation)
public String toString()
toString
in class AbstractPersistable
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.