public class ParkingArea extends Object
| Constructor and Description |
|---|
ParkingArea() |
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) |
public ParkingArea()
public 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)
public String getName()
public void setName(String name)
public com.vividsolutions.jts.geom.Geometry getShape()
public void setShape(com.vividsolutions.jts.geom.Geometry shape)
public Integer getCapacity()
public void setCapacity(Integer capacity)
public ParkingAreaType getParkingAreaType()
public void setParkingAreaType(String parkingAreaType)
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)
public MapEntry<ChargingPlugType,Integer> getChargingPlugTypes()
public void setChargingPlugTypes(MapEntry<ChargingPlugType,Integer> chargingPlugTypes)
public com.vividsolutions.jts.geom.Point getCenter()
public void setCenter(com.vividsolutions.jts.geom.Point center)
public String getPriceString()
public String getMaxStayString()
Copyright © 2018. All rights reserved.