| Package | Description |
|---|---|
| de.aipark.api.parkingarea |
| Modifier and Type | Method and Description |
|---|---|
List<EntrancePoint> |
ParkingArea.getEntrancePoints() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParkingArea.setEntrancePoints(List<EntrancePoint> entrancePoints) |
| Constructor and Description |
|---|
ParkingArea(String name,
com.vividsolutions.jts.geom.Geometry shape,
com.vividsolutions.jts.geom.Point center,
Integer capacity,
String parkingAreaType,
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) |
Copyright © 2018. All rights reserved.