java.lang.Object | |
↳ | com.commsignia.v2x.client.model.PositionOfOccupants |
Represents the position of occupants inside the vehicle.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
class | PositionOfOccupants.RowStatus | Represents the occupancy status of a specific seat row. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PositionOfOccupants()
Creates a new instance.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean | equals(Object o) | ||||||||||
PositionOfOccupants.RowStatus |
getRow1()
Returns the occupancy status of the fist seat row.
| ||||||||||
PositionOfOccupants.RowStatus |
getRow2()
Returns the occupancy status of the second seat row.
| ||||||||||
PositionOfOccupants.RowStatus |
getRow3()
Returns the occupancy status of the third seat row.
| ||||||||||
PositionOfOccupants.RowStatus |
getRow4()
Returns the occupancy status of the fourth seat row.
| ||||||||||
int | hashCode() | ||||||||||
void |
setRow1(PositionOfOccupants.RowStatus row1)
Sets the occupancy status of thee first seat row.
| ||||||||||
void |
setRow2(PositionOfOccupants.RowStatus row2)
Sets the occupancy status of thee second seat row.
| ||||||||||
void |
setRow3(PositionOfOccupants.RowStatus row3)
Sets the occupancy status of thee third seat row.
| ||||||||||
void |
setRow4(PositionOfOccupants.RowStatus row4)
Sets the occupancy status of thee fourth seat row.
| ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Creates a new instance.
Returns the occupancy status of the fist seat row.
Returns the occupancy status of the second seat row.
Returns the occupancy status of the third seat row.
Returns the occupancy status of the fourth seat row.
Sets the occupancy status of thee first seat row.
row1 | occupancy status of the first seat row |
---|
Sets the occupancy status of thee second seat row.
row2 | occupancy status of the second seat row |
---|
Sets the occupancy status of thee third seat row.
row3 | occupancy status of the third seat row |
---|
Sets the occupancy status of thee fourth seat row.
row4 | occupancy status of the fourth seat row |
---|