|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.walluck.oscar.handlers.stocks.Stock
Stocks.
Constructor Summary | |
Stock()
Creates a new stock. |
Method Summary | |
java.lang.String |
getChange()
Get the value of change. |
java.lang.String |
getHigh()
Get the value of high. |
java.lang.String |
getLastPrice()
Get the value of lastPrice. |
java.lang.String |
getLow()
Get the value of low. |
java.lang.String |
getName()
Get the value of name. |
java.lang.String |
getOpen()
Get the value of open. |
java.lang.String |
getPercentChange()
Get the value of percentChange. |
java.lang.String |
getSection()
Get the value of section. |
java.lang.String |
getSymbol()
Get the value of symbol. |
java.lang.String |
getTitle()
Get the value of title. |
java.lang.String |
getVolume()
Get the value of volume. |
java.lang.String |
getYearHigh()
Get the value of yearHigh. |
java.lang.String |
getYearLow()
Get the value of yearLow. |
void |
setChange(java.lang.String change)
Set the value of change. |
void |
setHigh(java.lang.String high)
Set the value of high. |
void |
setLastPrice(java.lang.String lastPrice)
Set the value of lastPrice. |
void |
setLow(java.lang.String low)
Set the value of low. |
void |
setName(java.lang.String name)
Set the value of name. |
void |
setOpen(java.lang.String open)
Set the value of open. |
void |
setPercentChange(java.lang.String percentChange)
Set the value of percentChange. |
void |
setSection(java.lang.String section)
Set the value of section. |
void |
setSymbol(java.lang.String symbol)
Set the value of symbol. |
void |
setTitle(java.lang.String title)
Set the value of title. |
void |
setVolume(java.lang.String volume)
Set the value of volume. |
void |
setYearHigh(java.lang.String yearHigh)
Set the value of yearHigh. |
void |
setYearLow(java.lang.String yearLow)
Set the value of yearLow. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Stock()
Method Detail |
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- Value to assign to title.public java.lang.String getSection()
public void setSection(java.lang.String section)
section
- Value to assign to section.public java.lang.String getSymbol()
public void setSymbol(java.lang.String symbol)
symbol
- Value to assign to symbol.public java.lang.String getName()
public void setName(java.lang.String name)
name
- Value to assign to name.public java.lang.String getLastPrice()
public void setLastPrice(java.lang.String lastPrice)
lastPrice
- Value to assign to lastPrice.public java.lang.String getChange()
public void setChange(java.lang.String change)
change
- Value to assign to change.public java.lang.String getPercentChange()
public void setPercentChange(java.lang.String percentChange)
percentChange
- Value to assign to percentChange.public java.lang.String getHigh()
public void setHigh(java.lang.String high)
high
- Value to assign to high.public java.lang.String getLow()
public void setLow(java.lang.String low)
low
- Value to assign to low.public java.lang.String getOpen()
public void setOpen(java.lang.String open)
open
- Value to assign to open.public java.lang.String getVolume()
public void setVolume(java.lang.String volume)
volume
- Value to assign to volume.public java.lang.String getYearHigh()
public void setYearHigh(java.lang.String yearHigh)
yearHigh
- Value to assign to yearHigh.public java.lang.String getYearLow()
public void setYearLow(java.lang.String yearLow)
yearLow
- Value to assign to yearLow.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |