Instance Methods
gateStatus.getLocation() ⇒ Grid
Get the Location
Kind: Instance method of GateStatus
Returns: Grid
- the KEY_LOCATION value
gateStatus.getStatus() ⇒ DoorStatusType
Get the Status
Kind: Instance method of GateStatus
Returns: DoorStatusType
- the KEY_STATUS value
gateStatus.setLocation(location) ⇒ GateStatus
Set the Location
Kind: Instance method of GateStatus
Returns: GateStatus
- 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. |
gateStatus.setStatus(status) ⇒ GateStatus
Set the Status
Kind: Instance method of GateStatus
Returns: GateStatus
- The class instance for method chaining.
Param | Type | Description |
status |
DoorStatusType |
The desired Status. |