public class ChargingPriceEntry extends PriceModel
PRICE_IN_CENT_PAID_BUT_UNKNOWN| Constructor and Description |
|---|
ChargingPriceEntry() |
ChargingPriceEntry(Integer fromMinute,
Integer untilMinute,
Integer interval,
Integer priceInCent,
Integer priority,
String description,
Integer maxPriceInCent,
Currency currency,
ChargingPriceModel model,
Schedule schedule,
int initialPrice,
int priceKW) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getInitialPrice() |
ChargingPriceModel |
getModel() |
int |
getPriceKW() |
Schedule |
getSchedule() |
int |
hashCode() |
void |
setInitialPrice(int initialPrice) |
void |
setModel(ChargingPriceModel model) |
void |
setPriceKW(int priceKW) |
void |
setSchedule(Schedule schedule) |
String |
toString() |
compareTo, getCurrency, getCurrencyAsString, getCurrencyAsString, getDescription, getFromMinute, getInterval, getMaxPriceInCent, getPriceInCent, getPriority, getUntilMinute, setCurrency, setDescription, setFromMinute, setInterval, setMaxPriceInCent, setPriceInCent, setPriority, setUntilMinutepublic ChargingPriceModel getModel()
public void setModel(ChargingPriceModel model)
public Schedule getSchedule()
public void setSchedule(Schedule schedule)
public int getInitialPrice()
public void setInitialPrice(int initialPrice)
public int getPriceKW()
public void setPriceKW(int priceKW)
public boolean equals(Object o)
equals in class PriceModelpublic int hashCode()
hashCode in class PriceModelpublic String toString()
toString in class PriceModelCopyright © 2019. All rights reserved.