Package org.api.mtgstock.modele
Class SealedProduct
java.lang.Object
org.api.mtgstock.modele.SealedProduct
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetId()getName()getSlug()booleanbooleanisBox()booleanisBundle()booleanisCase()booleanbooleanbooleanisDraft()booleanbooleanisGift()booleanbooleanbooleanbooleanisSet()booleanbooleanisTheme()booleanisVIP()voidsetId(int id) voidsetLatestPrices(Map<MTGStockConstants.PRICES, Double> latestPrices) voidvoidvoidsetUrlImage(String urlImage) toString()
-
Constructor Details
-
SealedProduct
public SealedProduct()
-
-
Method Details
-
toString
-
isIntroPack
public boolean isIntroPack() -
isVIP
public boolean isVIP() -
isBundle
public boolean isBundle() -
isGift
public boolean isGift() -
isFatPack
public boolean isFatPack() -
isBooster
public boolean isBooster() -
isTheme
public boolean isTheme() -
isPrerelease
public boolean isPrerelease() -
isSet
public boolean isSet() -
isBox
public boolean isBox() -
isCollector
public boolean isCollector() -
isDraft
public boolean isDraft() -
isCase
public boolean isCase() -
isStarter
public boolean isStarter() -
isPlaneswalkerDeck
public boolean isPlaneswalkerDeck() -
isChallengerDeck
public boolean isChallengerDeck() -
getId
public int getId() -
setId
public void setId(int id) -
getName
-
setName
-
getUrlImage
-
setUrlImage
-
getSlug
-
setSlug
-
getLatestPrices
-
setLatestPrices
-