-
public final class PriceAnalysis
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringcurrencyprivate final DoublehighestPriceprivate final DoublelowestPrice
-
Constructor Summary
Constructors Constructor Description PriceAnalysis(String currency, Double highestPrice, Double lowestPrice)
-
Method Summary
Modifier and Type Method Description final StringgetCurrency()final DoublegetHighestPrice()final DoublegetLowestPrice()-
-
Method Detail
-
getCurrency
final String getCurrency()
-
getHighestPrice
final Double getHighestPrice()
-
getLowestPrice
final Double getLowestPrice()
-
-
-
-