Class PriceGuide

java.lang.Object
org.api.mkm.modele.PriceGuide
All Implemented Interfaces:
java.io.Serializable

public class PriceGuide
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form
  • Constructor Summary

    Constructors
    Constructor Description
    PriceGuide()  
  • Method Summary

    Modifier and Type Method Description
    double getAVG()  
    double getLOW()  
    double getLOWEX()  
    double getLOWFOIL()  
    double getSELL()  
    double getTREND()  
    void setAVG​(double aVG)  
    void setLOW​(double lOW)  
    void setLOWEX​(double lOWEX)  
    void setLOWFOIL​(double lOWFOIL)  
    void setSELL​(double sELL)  
    void setTREND​(double tREND)  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • PriceGuide

      public PriceGuide()
  • Method Details

    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • getSELL

      public double getSELL()
    • setSELL

      public void setSELL​(double sELL)
    • getLOW

      public double getLOW()
    • setLOW

      public void setLOW​(double lOW)
    • getLOWEX

      public double getLOWEX()
    • setLOWEX

      public void setLOWEX​(double lOWEX)
    • getLOWFOIL

      public double getLOWFOIL()
    • setLOWFOIL

      public void setLOWFOIL​(double lOWFOIL)
    • getAVG

      public double getAVG()
    • setAVG

      public void setAVG​(double aVG)
    • getTREND

      public double getTREND()
    • setTREND

      public void setTREND​(double tREND)