org.walluck.oscar.handlers.stocks
Class Stock

java.lang.Object
  extended by org.walluck.oscar.handlers.stocks.Stock

public class Stock
extends Object

Stocks.

Since:
1.0
Version:
1.0
Author:
David Walluck

Constructor Summary
Stock()
          Creates a new stock.
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Stock

public Stock()
Creates a new stock.

Method Detail

getTitle

public String getTitle()
Get the value of title.

Returns:
value of title.

setTitle

public void setTitle(String title)
Set the value of title.

Parameters:
title - Value to assign to title.

getSection

public String getSection()
Get the value of section.

Returns:
value of section.

setSection

public void setSection(String section)
Set the value of section.

Parameters:
section - Value to assign to section.

getSymbol

public String getSymbol()
Get the value of symbol.

Returns:
value of symbol.

setSymbol

public void setSymbol(String symbol)
Set the value of symbol.

Parameters:
symbol - Value to assign to symbol.

getName

public String getName()
Get the value of name.

Returns:
value of name.

setName

public void setName(String name)
Set the value of name.

Parameters:
name - Value to assign to name.

getLastPrice

public String getLastPrice()
Get the value of lastPrice.

Returns:
value of lastPrice.

setLastPrice

public void setLastPrice(String lastPrice)
Set the value of lastPrice.

Parameters:
lastPrice - Value to assign to lastPrice.

getChange

public String getChange()
Get the value of change.

Returns:
value of change.

setChange

public void setChange(String change)
Set the value of change.

Parameters:
change - Value to assign to change.

getPercentChange

public String getPercentChange()
Get the value of percentChange.

Returns:
value of percentChange.

setPercentChange

public void setPercentChange(String percentChange)
Set the value of percentChange.

Parameters:
percentChange - Value to assign to percentChange.

getHigh

public String getHigh()
Get the value of high.

Returns:
value of high.

setHigh

public void setHigh(String high)
Set the value of high.

Parameters:
high - Value to assign to high.

getLow

public String getLow()
Get the value of low.

Returns:
value of low.

setLow

public void setLow(String low)
Set the value of low.

Parameters:
low - Value to assign to low.

getOpen

public String getOpen()
Get the value of open.

Returns:
value of open.

setOpen

public void setOpen(String open)
Set the value of open.

Parameters:
open - Value to assign to open.

getVolume

public String getVolume()
Get the value of volume.

Returns:
value of volume.

setVolume

public void setVolume(String volume)
Set the value of volume.

Parameters:
volume - Value to assign to volume.

getYearHigh

public String getYearHigh()
Get the value of yearHigh.

Returns:
value of yearHigh.

setYearHigh

public void setYearHigh(String yearHigh)
Set the value of yearHigh.

Parameters:
yearHigh - Value to assign to yearHigh.

getYearLow

public String getYearLow()
Get the value of yearLow.

Returns:
value of yearLow.

setYearLow

public void setYearLow(String yearLow)
Set the value of yearLow.

Parameters:
yearLow - Value to assign to yearLow.