public class Stock extends Object
Constructor and Description |
---|
Stock()
Creates a new stock.
|
Modifier and Type | Method and Description |
---|---|
String |
getChange()
Get the value of change.
|
String |
getHigh()
Get the value of high.
|
String |
getLastPrice()
Get the value of lastPrice.
|
String |
getLow()
Get the value of low.
|
String |
getName()
Get the value of name.
|
String |
getOpen()
Get the value of open.
|
String |
getPercentChange()
Get the value of percentChange.
|
String |
getSection()
Get the value of section.
|
String |
getSymbol()
Get the value of symbol.
|
String |
getTitle()
Get the value of title.
|
String |
getVolume()
Get the value of volume.
|
String |
getYearHigh()
Get the value of yearHigh.
|
String |
getYearLow()
Get the value of yearLow.
|
void |
setChange(String change)
Set the value of change.
|
void |
setHigh(String high)
Set the value of high.
|
void |
setLastPrice(String lastPrice)
Set the value of lastPrice.
|
void |
setLow(String low)
Set the value of low.
|
void |
setName(String name)
Set the value of name.
|
void |
setOpen(String open)
Set the value of open.
|
void |
setPercentChange(String percentChange)
Set the value of percentChange.
|
void |
setSection(String section)
Set the value of section.
|
void |
setSymbol(String symbol)
Set the value of symbol.
|
void |
setTitle(String title)
Set the value of title.
|
void |
setVolume(String volume)
Set the value of volume.
|
void |
setYearHigh(String yearHigh)
Set the value of yearHigh.
|
void |
setYearLow(String yearLow)
Set the value of yearLow.
|
public String getTitle()
public void setTitle(String title)
title
- Value to assign to title.public String getSection()
public void setSection(String section)
section
- Value to assign to section.public String getSymbol()
public void setSymbol(String symbol)
symbol
- Value to assign to symbol.public String getName()
public void setName(String name)
name
- Value to assign to name.public String getLastPrice()
public void setLastPrice(String lastPrice)
lastPrice
- Value to assign to lastPrice.public String getChange()
public void setChange(String change)
change
- Value to assign to change.public String getPercentChange()
public void setPercentChange(String percentChange)
percentChange
- Value to assign to percentChange.public String getHigh()
public void setHigh(String high)
high
- Value to assign to high.public String getLow()
public void setLow(String low)
low
- Value to assign to low.public String getOpen()
public void setOpen(String open)
open
- Value to assign to open.public String getVolume()
public void setVolume(String volume)
volume
- Value to assign to volume.public String getYearHigh()
public void setYearHigh(String yearHigh)
yearHigh
- Value to assign to yearHigh.public String getYearLow()
public void setYearLow(String yearLow)
yearLow
- Value to assign to yearLow.