Uses of Class
org.api.mtgstock.modele.EntryValue
Packages that use EntryValue
-
Uses of EntryValue in org.api.mtgstock.modele
Methods in org.api.mtgstock.modele that return EntryValueModifier and TypeMethodDescriptionFullPrint.getAllTimeHigh()FullPrint.getAllTimeLow()FullPrint.getLatestPriceCardKingdom()FullPrint.getLatestPriceMiniatureMarket()FullPrint.getLatestPriceMkm()LowHighValues.getPrice()Methods in org.api.mtgstock.modele that return types with arguments of type EntryValueMethods in org.api.mtgstock.modele with parameters of type EntryValueModifier and TypeMethodDescriptionvoidFullPrint.setAllTimeHigh(EntryValue<Double, Date> allTimeHigh) voidFullPrint.setAllTimeLow(EntryValue<Double, Date> allTimeLow) voidFullPrint.setLatestPriceCardKingdom(EntryValue<Double, String> latestPriceCardKingdom) voidFullPrint.setLatestPriceMiniatureMarket(EntryValue<Double, String> latestPriceMiniatureMarket) voidFullPrint.setLatestPriceMkm(EntryValue<Double, Double> latestPriceMkm) voidLowHighValues.setPrice(EntryValue<Date, Double> price) Method parameters in org.api.mtgstock.modele with type arguments of type EntryValueModifier and TypeMethodDescriptionvoidPriceHash.setAvg(List<EntryValue<MTGStockConstants.PRICES, Double>> avg) voidPriceHash.setSum(List<EntryValue<MTGStockConstants.PRICES, Double>> sum)