public class ChargingStation extends Object
| Constructor and Description |
|---|
ChargingStation() |
ChargingStation(Integer id,
Long parkingAreaId,
org.locationtech.jts.geom.Point position,
String name,
String description,
Integer capacity,
ChargingOperator operator,
List<ChargingPlugTypeWithCapacity> plugTypes,
List<ChargingAuthentication> authentications,
List<ChargingPriceEntry> priceEntries,
MapEntry<Schedule,OpeningStatus> scheduleOpen,
MapEntry<Schedule,Integer> scheduleMaxStay,
List<PaymentType> paymentTypes,
String website) |
public ChargingStation()
public ChargingStation(Integer id, Long parkingAreaId, org.locationtech.jts.geom.Point position, String name, String description, Integer capacity, ChargingOperator operator, List<ChargingPlugTypeWithCapacity> plugTypes, List<ChargingAuthentication> authentications, List<ChargingPriceEntry> priceEntries, MapEntry<Schedule,OpeningStatus> scheduleOpen, MapEntry<Schedule,Integer> scheduleMaxStay, List<PaymentType> paymentTypes, String website)
public Integer getId()
public void setId(Integer id)
public Long getParkingAreaId()
public void setParkingAreaId(Long parkingAreaId)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public Integer getCapacity()
public void setCapacity(Integer capacity)
public ChargingOperator getOperator()
public void setOperator(ChargingOperator operator)
public List<ChargingPlugTypeWithCapacity> getPlugTypes()
public void setPlugTypes(List<ChargingPlugTypeWithCapacity> plugTypes)
public List<ChargingAuthentication> getAuthentications()
public void setAuthentications(List<ChargingAuthentication> authentications)
public List<ChargingPriceEntry> getPriceEntries()
public void setPriceEntries(List<ChargingPriceEntry> priceEntries)
public org.locationtech.jts.geom.Point getPosition()
public void setPosition(org.locationtech.jts.geom.Point position)
public MapEntry<Schedule,OpeningStatus> getScheduleOpen()
public void setScheduleOpen(MapEntry<Schedule,OpeningStatus> scheduleOpen)
public List<PaymentType> getPaymentTypes()
public void setPaymentTypes(List<PaymentType> paymentTypes)
public String getWebsite()
public void setWebsite(String website)
public String getMaxStayString()
public String getOpeningHoursString()
Copyright © 2019. All rights reserved.