public class Seating extends Object implements Serializable
Constructor and Description |
---|
Seating() |
Seating(int id,
int pid,
boolean pathDone,
int leftSeat,
String leftGuestName,
int rightSeat,
String rightGuestName) |
Modifier and Type | Method and Description |
---|---|
int |
getId() |
String |
getLeftGuestName() |
int |
getLeftSeat() |
int |
getPid() |
String |
getRightGuestName() |
int |
getRightSeat() |
boolean |
isPathDone() |
void |
setPathDone(boolean pathDone) |
String |
toString() |
public boolean isPathDone()
public void setPathDone(boolean pathDone)
public int getId()
public String getLeftGuestName()
public int getLeftSeat()
public int getPid()
public String getRightGuestName()
public int getRightSeat()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.