Class PriceVariation
java.lang.Object
org.api.manapool.model.PriceVariation
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetName()doublegetPrice()intintintintintintintintdoubledoubledoubledoubledoubledoubledoublegetUrl()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() -
getPrice
public double getPrice() -
setPriceCents
public void setPriceCents(int priceCents) -
getPriceCentslpPlus
public int getPriceCentslpPlus() -
getPricelpPlus
public double getPricelpPlus() -
setPriceCentslpPlus
public void setPriceCentslpPlus(int priceCentslpPlus) -
getPriceCentsFoil
public int getPriceCentsFoil() -
getPriceFoil
public double getPriceFoil() -
setPriceCentsFoil
public void setPriceCentsFoil(int priceCentsFoil) -
getPriceCentslpPlusFoil
public int getPriceCentslpPlusFoil() -
getPricelpPlusFoil
public double getPricelpPlusFoil() -
setPriceCentslpPlusFoil
public void setPriceCentslpPlusFoil(int priceCentslpPlusFoil) -
getPriceCentsNmPlus
public int getPriceCentsNmPlus() -
getPriceNmPlus
public double getPriceNmPlus() -
setPriceCentsNmPlus
public void setPriceCentsNmPlus(int priceCentsNmPlus) -
getPriceCentsEtched
public int getPriceCentsEtched() -
getPriceEtched
public double getPriceEtched() -
setPriceCentsEtched
public void setPriceCentsEtched(int priceCentsEtched) -
getPriceCentsLpPlusEtched
public int getPriceCentsLpPlusEtched() -
getPriceLpPlusEtched
public double getPriceLpPlusEtched() -
setPriceCentsLpPlusEtched
public void setPriceCentsLpPlusEtched(int priceCentsLpPlusEtched) -
getPriceCentslpEtched
public int getPriceCentslpEtched() -
getPricelpEtched
public double getPricelpEtched() -
setPriceCentslpEtched
public void setPriceCentslpEtched(int priceCentslpEtched)
-