org.eclipse.birt.chart.datafeed
Class StockEntry
java.lang.Object
org.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)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
-
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.