| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_COLS |
static String |
KEY_LEVELS |
static String |
KEY_ROWS |
static String |
KEY_SEATS |
KEY_BULK_DATA, KEY_PROTECTED, store| Constructor and Description |
|---|
SeatLocationCapability() |
SeatLocationCapability(Hashtable<String,Object> hash) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCols()
Gets the seat columns of this capability
|
Integer |
getLevels()
Gets the seat levels of this capability
|
Integer |
getRows()
Gets the seat rows of this capability
|
List<SeatLocation> |
getSeatLocations()
Deprecated.
use
getSeats() instead. |
List<SeatLocation> |
getSeats()
Gets the seat locations of this capability
|
SeatLocationCapability |
setCols(Integer cols)
Sets the seat columns for this capability
|
SeatLocationCapability |
setLevels(Integer levels)
Sets the levels for this capability
|
SeatLocationCapability |
setRows(Integer rows)
Sets the seat rows for this capability
|
SeatLocationCapability |
setSeats(List<SeatLocation> locations)
Sets the seat locations for this capability
|
clone, deserializeJSON, equals, format, formatObject, getBoolean, getBulkData, getDouble, getFloat, getInteger, getLong, getMessageTypeName, getObject, getStore, getStoreValue, getString, getValue, getValueForString, hashCode, hasKey, isPayloadProtected, serializeJSON, serializeJSON, setBulkData, setPayloadProtected, setValuepublic static final String KEY_ROWS
public static final String KEY_COLS
public static final String KEY_LEVELS
public static final String KEY_SEATS
public SeatLocationCapability setRows(Integer rows)
rows - rows to be setpublic Integer getRows()
public SeatLocationCapability setCols(Integer cols)
cols - the seat columns to be setpublic Integer getCols()
public SeatLocationCapability setLevels(Integer levels)
levels - the levels to be setpublic Integer getLevels()
public SeatLocationCapability setSeats(List<SeatLocation> locations)
locations - the locations to be set@Deprecated public List<SeatLocation> getSeatLocations()
getSeats() instead.public List<SeatLocation> getSeats()