ggz.client.core
Class TableSeat

java.lang.Object
  extended by ggz.client.core.TableSeat

public class TableSeat
extends java.lang.Object


Field Summary
 int index
           
 java.lang.String name
           
 SeatType type
           
 
Constructor Summary
TableSeat()
           
TableSeat(int index, SeatType type, java.lang.String name)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

index

public int index

type

public SeatType type

name

public java.lang.String name
Constructor Detail

TableSeat

public TableSeat()

TableSeat

public TableSeat(int index,
                 SeatType type,
                 java.lang.String name)