public class ParkingArea extends Object
| Constructor and Description |
|---|
ParkingArea() |
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) |
public ParkingArea()
public 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)
public String getName()
public void setName(String name)
public org.locationtech.jts.geom.Geometry getShape()
public void setShape(org.locationtech.jts.geom.Geometry shape)
public Integer getCapacity()
public void setCapacity(Integer capacity)
public ParkingAreaType getParkingAreaType()
public void setParkingAreaType(String parkingAreaType)
public ParkingOrientation getParkingOrientation()
public void setParkingOrientation(ParkingOrientation parkingOrientation)
public Long getId()
public void setId(Long id)
public Integer getCapacityWoman()
public void setCapacityWoman(Integer capacityWoman)
public Integer getCapacityDisabled()
public void setCapacityDisabled(Integer capacityDisabled)
public MapEntry<Schedule,OpeningStatus> getScheduleOpen()
public void setScheduleOpen(MapEntry<Schedule,OpeningStatus> scheduleOpen)
public MapEntry<Schedule,PriceModel> getSchedulePriceModel()
public void setSchedulePriceModel(MapEntry<Schedule,PriceModel> schedulePriceModel)
public void setScheduleResidential(MapEntry<Schedule,Integer> scheduleResidential)
public List<EntrancePoint> getEntrancePoints()
public void setEntrancePoints(List<EntrancePoint> entrancePoints)
@Deprecated public MapEntry<ChargingPlugType,Integer> getChargingPlugTypes()
@Deprecated public void setChargingPlugTypes(MapEntry<ChargingPlugType,Integer> chargingPlugTypes)
public org.locationtech.jts.geom.Point getCenter()
public void setCenter(org.locationtech.jts.geom.Point center)
public List<PublicDataSource> getMustPublishDatasourceList()
public void setMustPublishDatasourceList(List<PublicDataSource> mustPublishDatasourceList)
public String getPriceString()
public String getMaxStayString()
public String getOpeningHoursString()
Copyright © 2019. All rights reserved.