| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_CONDITION_ACTIVE |
static String |
KEY_SEAT_LOCATION |
KEY_BULK_DATA, KEY_PROTECTED, store| Constructor and Description |
|---|
SeatStatus()
Constructs a new SeatStatus object
|
SeatStatus(Hashtable<String,Object> hash)
Constructs a new SeatStatus object indicated by the Hashtable parameter
|
SeatStatus(SeatLocation seatLocation,
Boolean conditionActive)
Constructs a new SeatStatus object
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getConditionActive()
Gets the conditionActive.
|
SeatLocation |
getSeatLocation()
Gets the seatLocation.
|
SeatStatus |
setConditionActive(Boolean conditionActive)
Sets the conditionActive.
|
SeatStatus |
setSeatLocation(SeatLocation seatLocation)
Sets the seatLocation.
|
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_SEAT_LOCATION
public static final String KEY_CONDITION_ACTIVE
public SeatStatus()
public SeatStatus(Hashtable<String,Object> hash)
hash - The Hashtable to usepublic SeatStatus(@NonNull
SeatLocation seatLocation,
@NonNull
Boolean conditionActive)
seatLocation - conditionActive - public SeatStatus setSeatLocation(@NonNull SeatLocation seatLocation)
seatLocation - public SeatLocation getSeatLocation()
public SeatStatus setConditionActive(@NonNull Boolean conditionActive)
conditionActive - public Boolean getConditionActive()