Uses of Class
org.api.mtgstock.modele.EntryValue
| Package | Description |
|---|---|
| org.api.mtgstock.modele |
-
Uses of EntryValue in org.api.mtgstock.modele
Methods in org.api.mtgstock.modele that return EntryValue Modifier and Type Method Description EntryValue<java.lang.Double,java.util.Date>FullPrint. getAllTimeHigh()EntryValue<java.lang.Double,java.util.Date>FullPrint. getAllTimeLow()EntryValue<java.lang.Double,java.lang.String>FullPrint. getLatestPriceCardKingdom()EntryValue<java.lang.Double,java.lang.String>FullPrint. getLatestPriceMiniatureMarket()EntryValue<java.lang.Double,java.lang.Double>FullPrint. getLatestPriceMkm()EntryValue<java.util.Date,java.lang.Double>LowHighValues. getPrice()Methods in org.api.mtgstock.modele that return types with arguments of type EntryValue Modifier and Type Method Description java.util.List<EntryValue<MTGStockConstants.PRICES,java.lang.Double>>PriceHash. getAvg()java.util.List<EntryValue<MTGStockConstants.PRICES,java.lang.Double>>PriceHash. getSum()Methods in org.api.mtgstock.modele with parameters of type EntryValue Modifier and Type Method Description voidFullPrint. setAllTimeHigh(EntryValue<java.lang.Double,java.util.Date> allTimeHigh)voidFullPrint. setAllTimeLow(EntryValue<java.lang.Double,java.util.Date> allTimeLow)voidFullPrint. setLatestPriceCardKingdom(EntryValue<java.lang.Double,java.lang.String> latestPriceCardKingdom)voidFullPrint. setLatestPriceMiniatureMarket(EntryValue<java.lang.Double,java.lang.String> latestPriceMiniatureMarket)voidFullPrint. setLatestPriceMkm(EntryValue<java.lang.Double,java.lang.Double> latestPriceMkm)voidLowHighValues. setPrice(EntryValue<java.util.Date,java.lang.Double> price)Method parameters in org.api.mtgstock.modele with type arguments of type EntryValue Modifier and Type Method Description voidPriceHash. setAvg(java.util.List<EntryValue<MTGStockConstants.PRICES,java.lang.Double>> avg)voidPriceHash. setSum(java.util.List<EntryValue<MTGStockConstants.PRICES,java.lang.Double>> sum)