java.lang.Object | |
↳ | com.commsignia.v2x.client.model.PositionOfOccupants.RowStatus |
Represents the occupancy status of a specific seat row.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PositionOfOccupants.RowStatus()
Creates a new instance.
| |||||||||||
PositionOfOccupants.RowStatus(boolean leftOccupied, boolean rightOccupied, boolean midOccupied, boolean notDetectable, boolean notPresent)
Creates a new instance.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean | equals(Object o) | ||||||||||
int | hashCode() | ||||||||||
boolean |
isLeftOccupied()
Returns the occupancy status of the left seat in the seat row.
| ||||||||||
boolean |
isMidOccupied()
Returns the occupancy status of the middle seat in the seat row.
| ||||||||||
boolean |
isNotDetectable()
Returns the status about not detectable occupancy.
| ||||||||||
boolean |
isNotPresent()
Returns the status about a not present seat.
| ||||||||||
boolean |
isRightOccupied()
Returns the occupancy status of the right seat in the seat row.
| ||||||||||
void |
setLeftOccupied(boolean leftOccupied)
Sets the occupancy status of the left seat in the seat row.
| ||||||||||
void |
setMidOccupied(boolean midOccupied)
Sets the occupancy status of the middle seat in the seat row.
| ||||||||||
void |
setNotDetectable(boolean notDetectable)
Sets the not detectable occupancy status.
| ||||||||||
void |
setNotPresent(boolean notPresent)
Sets the not present seat status.
| ||||||||||
void |
setRightOccupied(boolean rightOccupied)
Sets the occupancy status of the right seat in the seat row.
| ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Creates a new instance.
Creates a new instance.
leftOccupied | left seat occupied |
---|---|
rightOccupied | right seat occupied |
midOccupied | middle seat occupied |
notDetectable | not detectable occupancy status |
notPresent | seat is not present |
Returns the occupancy status of the left seat in the seat row.
Returns the occupancy status of the middle seat in the seat row.
Returns the status about not detectable occupancy.
Returns the status about a not present seat.
Returns the occupancy status of the right seat in the seat row.
Sets the occupancy status of the left seat in the seat row.
leftOccupied | occupancy status of the left seat in the seat row |
---|
Sets the occupancy status of the middle seat in the seat row.
midOccupied | occupancy status of the middle seat in the seat row |
---|
Sets the not detectable occupancy status.
notDetectable | not detectable occupancy status |
---|
Sets the not present seat status.
notPresent | not present seat status |
---|
Sets the occupancy status of the right seat in the seat row.
rightOccupied | occupancy status of the right seat in the seat row |
---|