Instance Methods
doorStatus.getLocation() ⇒ Grid
Get the Location
Kind: Instance method of DoorStatus
Returns: Grid
- the KEY_LOCATION value
doorStatus.getStatus() ⇒ DoorStatusType
Get the Status
Kind: Instance method of DoorStatus
Returns: DoorStatusType
- the KEY_STATUS value
doorStatus.setLocation(location) ⇒ DoorStatus
Set the Location
Kind: Instance method of DoorStatus
Returns: DoorStatus
- The class instance for method chaining.
Param | Type | Description |
location |
Grid |
Describes a location (origin coordinates and span) of a vehicle component. - The desired Location. |
doorStatus.setStatus(status) ⇒ DoorStatus
Set the Status
Kind: Instance method of DoorStatus
Returns: DoorStatus
- The class instance for method chaining.
Param | Type | Description |
status |
DoorStatusType |
The desired Status. |