public class TableSeat extends java.lang.Object
int
index
java.lang.String
name
SeatType
type
TableSeat()
TableSeat(int index, SeatType type, java.lang.String name)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public int index
public SeatType type
public java.lang.String name
public TableSeat()
public TableSeat(int index, SeatType type, java.lang.String name)