Class Interest

java.lang.Object
org.api.mtgstock.modele.Interest

public class Interest extends Object
  • Constructor Details

    • Interest

      public Interest()
  • Method Details

    • isLegalFor

      public boolean isLegalFor(MTGStockConstants.FORMAT f)
    • getPriceDayChange

      public double getPriceDayChange()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getCategory

      public MTGStockConstants.PRICES getCategory()
    • setCategory

      public void setCategory(MTGStockConstants.PRICES category)
    • isFoil

      public Boolean isFoil()
    • setFoil

      public void setFoil(Boolean foil)
    • getDate

      public Date getDate()
    • setDate

      public void setDate(Date date)
    • getPercentage

      public Double getPercentage()
    • setPercentage

      public void setPercentage(Double percentage)
    • getInterestType

      public String getInterestType()
    • setInterestType

      public void setInterestType(String interestType)
    • getPricePresent

      public Double getPricePresent()
    • setPricePresent

      public void setPricePresent(Double pricePresent)
    • getPricePast

      public Double getPricePast()
    • setPricePast

      public void setPricePast(Double pricePast)
    • getPrint

      public Print getPrint()
    • setPrint

      public void setPrint(Print print)
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object