| Package | Description |
|---|---|
| de.aipark.api.chargingstation | |
| de.aipark.api.parkingarea | |
| de.aipark.api.payment |
| Modifier and Type | Class and Description |
|---|---|
class |
ChargingPriceEntry
Created by torgen on 06.02.18.
|
| Modifier and Type | Method and Description |
|---|---|
MapEntry<Schedule,PriceModel> |
ParkingArea.getSchedulePriceModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParkingArea.setSchedulePriceModel(MapEntry<Schedule,PriceModel> schedulePriceModel) |
| Constructor and Description |
|---|
ParkingArea(String name,
org.locationtech.jts.geom.Geometry shape,
org.locationtech.jts.geom.Point center,
Integer capacity,
String parkingAreaType,
ParkingOrientation parkingOrientation,
Long id,
Integer capacityWoman,
Integer capacityDisabled,
MapEntry<Schedule,OpeningStatus> scheduleOpen,
MapEntry<Schedule,Integer> scheduleMaxStay,
MapEntry<Schedule,PriceModel> schedulePriceModel,
MapEntry<Schedule,Integer> scheduleResidential,
List<EntrancePoint> entrancePoints,
MapEntry<ChargingPlugType,Integer> chargingPlugTypes) |
| Modifier and Type | Method and Description |
|---|---|
int |
PriceModel.compareTo(PriceModel o) |
Copyright © 2019. All rights reserved.