public class ChartData
extends java.lang.Object
Constructor and Description |
---|
ChartData()
Standardkonstruktor
|
Modifier and Type | Method and Description |
---|---|
double |
getAdjClose() |
java.time.LocalDate |
getDate() |
double |
getHigh() |
double |
getLow() |
double |
getOpen() |
int |
getVolume() |
void |
setAdjClose(double adjClose) |
void |
setDate(java.time.LocalDate date) |
void |
setHigh(double high) |
void |
setLow(double low) |
void |
setOpen(double open) |
void |
setVolume(int volume) |
java.lang.String |
toString() |
public double getAdjClose()
public java.time.LocalDate getDate()
public double getHigh()
public double getLow()
public double getOpen()
public int getVolume()
public void setAdjClose(double adjClose)
adjClose
- the adjClose to setpublic void setDate(java.time.LocalDate date)
date
- public void setHigh(double high)
high
- the high to setpublic void setLow(double low)
low
- the low to setpublic void setOpen(double open)
open
- the open to setpublic void setVolume(int volume)
volume
- the volume to setpublic java.lang.String toString()
toString
in class java.lang.Object
Object.toString()