NumberNumberNumberArray.<SeatLocation>SeatLocationCapabilitySeatLocationCapabilitySeatLocationCapabilitySeatLocationCapabilityInitializes an instance of SeatLocationCapability.
NumberGet the Columns
Kind: Instance method of SeatLocationCapability
Returns: Number - the KEY_COLUMNS value
NumberGet the Levels
Kind: Instance method of SeatLocationCapability
Returns: Number - the KEY_LEVELS value
NumberGet the Rows
Kind: Instance method of SeatLocationCapability
Returns: Number - the KEY_ROWS value
Array.<SeatLocation>Get the Seats
Kind: Instance method of SeatLocationCapability
Returns: Array.<SeatLocation> - the KEY_SEATS value
SeatLocationCapabilitySet the Columns
Kind: Instance method of SeatLocationCapability
Returns: SeatLocationCapability - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| columns | Number |
The desired Columns. {'num_min_value': 1, 'num_max_value': 100} |
SeatLocationCapabilitySet the Levels
Kind: Instance method of SeatLocationCapability
Returns: SeatLocationCapability - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| levels | Number |
The desired Levels. {'default_value': 1, 'num_min_value': 1, 'num_max_value': 100} |
SeatLocationCapabilitySet the Rows
Kind: Instance method of SeatLocationCapability
Returns: SeatLocationCapability - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| rows | Number |
The desired Rows. {'num_min_value': 1, 'num_max_value': 100} |
SeatLocationCapabilitySet the Seats
Kind: Instance method of SeatLocationCapability
Returns: SeatLocationCapability - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| seats | Array.<SeatLocation> |
Contains a list of SeatLocation in the vehicle - The desired Seats. |