Interface IChargingstation
- All Superinterfaces:
ILocationObject
- All Known Implementing Classes:
Chargingstation
(Knowledge about) a charging station.
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Get the id (or name) of this object.Get the location of this object.
-
Method Details
-
getId
String getId()Get the id (or name) of this object.- Specified by:
getId
in interfaceILocationObject
- Returns:
- The id.
-
getLocation
ILocation getLocation()Get the location of this object.- Specified by:
getLocation
in interfaceILocationObject
- Returns:
- The location of the object.
-