Package org.api.mkm.modele
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 doublegetAVG()doublegetLOW()doublegetLOWEX()doublegetLOWFOIL()doublegetSELL()doublegetTREND()voidsetAVG(double aVG)voidsetLOW(double lOW)voidsetLOWEX(double lOWEX)voidsetLOWFOIL(double lOWFOIL)voidsetSELL(double sELL)voidsetTREND(double tREND)java.lang.StringtoString()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:
toStringin classjava.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)
-