Instance Methods
seatStatus.getConditionActive() ⇒ Boolean
Get the ConditionActive
Kind: Instance method of SeatStatus
Returns: Boolean - the KEY_CONDITION_ACTIVE value
seatStatus.getSeatLocation() ⇒ SeatLocation
Get the SeatLocation
Kind: Instance method of SeatStatus
Returns: SeatLocation - the KEY_SEAT_LOCATION value
seatStatus.setConditionActive(active) ⇒ SeatStatus
Set the ConditionActive
Kind: Instance method of SeatStatus
Returns: SeatStatus - The class instance for method chaining.
| Param | Type | Description |
| active |
Boolean |
The desired ConditionActive. |
seatStatus.setSeatLocation(location) ⇒ SeatStatus
Set the SeatLocation
Kind: Instance method of SeatStatus
Returns: SeatStatus - The class instance for method chaining.
| Param | Type | Description |
| location |
SeatLocation |
Describes the location of a seat. - The desired SeatLocation. |