org.eclipse.birt.chart.datafeed
Class StockEntry

java.lang.Object
  extended byorg.eclipse.birt.chart.datafeed.StockEntry

public final class StockEntry
extends java.lang.Object

StockEntry


Constructor Summary
StockEntry(double dOpen, double dLow, double dHigh, double dClose)
           
StockEntry(java.lang.Object[] oaFourComponents)
           
 
Method Summary
 double getClose()
           
 double getHigh()
           
 double getLow()
           
 double getOpen()
           
 void setClose(double close)
           
 void setHigh(double high)
           
 void setLow(double low)
           
 void setOpen(double open)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StockEntry

public StockEntry(double dOpen,
                  double dLow,
                  double dHigh,
                  double dClose)
Parameters:
dOpen -
dLow -
dHigh -
dClose -

StockEntry

public StockEntry(java.lang.Object[] oaFourComponents)
Parameters:
oaFourComponents -
Method Detail

toString

public java.lang.String toString()

getClose

public final double getClose()
Returns:
Returns the close.

setClose

public final void setClose(double close)
Parameters:
close - The close to set.

getHigh

public final double getHigh()
Returns:
Returns the high.

setHigh

public final void setHigh(double high)
Parameters:
high - The high to set.

getLow

public final double getLow()
Returns:
Returns the low.

setLow

public final void setLow(double low)
Parameters:
low - The low to set.

getOpen

public final double getOpen()
Returns:
Returns the open.

setOpen

public final void setOpen(double open)
Parameters:
open - The open to set.


Copyright © 2005 Actuate Corp. All rights reserved.