com.timestock.tess.webservices.api
Class DPercentileData

java.lang.Object
  extended by com.timestock.tess.webservices.api.DPercentileData

public class DPercentileData
extends java.lang.Object


Constructor Summary
DPercentileData()
           
DPercentileData(float percent, float value)
           
 
Method Summary
 float getPercent()
           
 float getValue()
           
 void setPercent(float p)
           
 void setValue(float value)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DPercentileData

public DPercentileData()

DPercentileData

public DPercentileData(float percent,
                       float value)
Method Detail

getPercent

public float getPercent()

setPercent

public void setPercent(float p)

getValue

public float getValue()

setValue

public void setValue(float value)

toString

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