Package org.api.mtgstock.modele
Class Interest
java.lang.Object
org.api.mtgstock.modele.Interest
public class Interest
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description Interest() -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object obj)MTGStockConstants.CATEGORYgetCategory()java.util.DategetDate()java.lang.StringgetInterestType()java.lang.DoublegetPercentage()doublegetPriceDayChange()java.lang.DoublegetPricePast()java.lang.DoublegetPricePresent()PrintgetPrint()java.lang.BooleanisFoil()booleanisLegalFor(MTGStockConstants.FORMAT f)voidsetCategory(MTGStockConstants.CATEGORY category)voidsetDate(java.util.Date date)voidsetFoil(java.lang.Boolean foil)voidsetInterestType(java.lang.String interestType)voidsetPercentage(java.lang.Double percentage)voidsetPricePast(java.lang.Double pricePast)voidsetPricePresent(java.lang.Double pricePresent)voidsetPrint(Print print)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
Interest
public Interest()
-
-
Method Details
-
isLegalFor
-
getPriceDayChange
public double getPriceDayChange() -
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getCategory
-
setCategory
-
isFoil
public java.lang.Boolean isFoil() -
setFoil
public void setFoil(java.lang.Boolean foil) -
getDate
public java.util.Date getDate() -
setDate
public void setDate(java.util.Date date) -
getPercentage
public java.lang.Double getPercentage() -
setPercentage
public void setPercentage(java.lang.Double percentage) -
getInterestType
public java.lang.String getInterestType() -
setInterestType
public void setInterestType(java.lang.String interestType) -
getPricePresent
public java.lang.Double getPricePresent() -
setPricePresent
public void setPricePresent(java.lang.Double pricePresent) -
getPricePast
public java.lang.Double getPricePast() -
setPricePast
public void setPricePast(java.lang.Double pricePast) -
getPrint
-
setPrint
-
equals
public boolean equals(java.lang.Object obj)- Overrides:
equalsin classjava.lang.Object
-