Class PriceVariation
java.lang.Object
org.api.manapool.model.PriceVariation
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetName()intintintintintintintintgetUrl()voidsetAvailable(int available) voidsetConditionId(EnumCondition conditionId) voidsetFinishId(EnumFinish finishId) voidsetLanguageId(EnumLangages languageId) voidsetMultiverseId(String multiverseId) voidvoidvoidsetPriceCents(int priceCents) voidsetPriceCentsEtched(int priceCentsEtched) voidsetPriceCentsFoil(int priceCentsFoil) voidsetPriceCentslpEtched(int priceCentslpEtched) voidsetPriceCentslpPlus(int priceCentslpPlus) voidsetPriceCentsLpPlusEtched(int priceCentsLpPlusEtched) voidsetPriceCentslpPlusFoil(int priceCentslpPlusFoil) voidsetPriceCentsNmPlus(int priceCentsNmPlus) voidsetProductId(String productId) voidsetProductType(String productType) voidsetScryfallId(String scryfallId) voidsetSetCode(String setCode) voidtoString()
-
Constructor Details
-
PriceVariation
public PriceVariation()
-
-
Method Details
-
toString
-
getConditionId
-
setConditionId
-
getFinishId
-
setFinishId
-
getLanguageId
-
setLanguageId
-
getProductId
-
setProductId
-
getProductType
-
setProductType
-
getName
-
setName
-
getNumber
-
setNumber
-
getUrl
-
setUrl
-
getSetCode
-
setSetCode
-
getMultiverseId
-
setMultiverseId
-
getScryfallId
-
setScryfallId
-
getAvailable
public int getAvailable() -
setAvailable
public void setAvailable(int available) -
getPriceCents
public int getPriceCents() -
setPriceCents
public void setPriceCents(int priceCents) -
getPriceCentslpPlus
public int getPriceCentslpPlus() -
setPriceCentslpPlus
public void setPriceCentslpPlus(int priceCentslpPlus) -
getPriceCentsFoil
public int getPriceCentsFoil() -
setPriceCentsFoil
public void setPriceCentsFoil(int priceCentsFoil) -
getPriceCentslpPlusFoil
public int getPriceCentslpPlusFoil() -
setPriceCentslpPlusFoil
public void setPriceCentslpPlusFoil(int priceCentslpPlusFoil) -
getPriceCentsNmPlus
public int getPriceCentsNmPlus() -
setPriceCentsNmPlus
public void setPriceCentsNmPlus(int priceCentsNmPlus) -
getPriceCentsEtched
public int getPriceCentsEtched() -
setPriceCentsEtched
public void setPriceCentsEtched(int priceCentsEtched) -
getPriceCentsLpPlusEtched
public int getPriceCentsLpPlusEtched() -
setPriceCentsLpPlusEtched
public void setPriceCentsLpPlusEtched(int priceCentsLpPlusEtched) -
getPriceCentslpEtched
public int getPriceCentslpEtched() -
setPriceCentslpEtched
public void setPriceCentslpEtched(int priceCentslpEtched)
-