finance.stocks
Class YahooSummaryData

java.lang.Object
  extended by finance.stocks.YahooSummaryData

public class YahooSummaryData
extends java.lang.Object

User: lyon Date: Jul 6, 2007 Time: 8:02:16 AM Copyright DocJava, Inc. 2005.


Constructor Summary
YahooSummaryData(java.lang.String tickerSymbol)
           
 
Method Summary
 long getAveVol10Day()
           
 long getAveVol3Month()
           
 java.lang.String getCompanyName()
           
 double getPercentHeldByInsiders()
           
 double getPercentHeldByInstitutions()
           
 long getSharesOutstanding()
           
 long getSharesShort()
           
 long getSharesShortPriorMonth()
           
 double getShortPercentageOfFloat()
           
 double getShortRatio()
           
 long getStockFloat()
           
 java.lang.String getTickerSymbol()
           
static YahooSummaryData getYahooSummaryData(java.lang.String symbol)
           
 void setAveVol10Day(long aveVol10Day)
           
 void setAveVol3Month(long aveVol3Month)
           
 void setCompanyName(java.lang.String companyName)
           
 void setPercentHeldByInsiders(double percentHeldByInsiders)
           
 void setPercentHeldByInstitutions(double percentHeldByInstitutions)
           
 void setSharesOutstanding(long sharesOutstanding)
           
 void setSharesShort(long sharesShort)
           
 void setSharesShortPriorMonth(long sharesShortPriorMonth)
           
 void setShortPercentageOfFloat(double shortPercentageOfFloat)
           
 void setShortRatio(double shortRatio)
           
 void setStockFloat(long stockFloat)
           
 void setTickerSymbol(java.lang.String tickerSymbol)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

YahooSummaryData

public YahooSummaryData(java.lang.String tickerSymbol)
Method Detail

getPercentHeldByInsiders

public double getPercentHeldByInsiders()

setPercentHeldByInsiders

public void setPercentHeldByInsiders(double percentHeldByInsiders)

getAveVol3Month

public long getAveVol3Month()

setAveVol3Month

public void setAveVol3Month(long aveVol3Month)

getCompanyName

public java.lang.String getCompanyName()

setCompanyName

public void setCompanyName(java.lang.String companyName)

getTickerSymbol

public java.lang.String getTickerSymbol()

setTickerSymbol

public void setTickerSymbol(java.lang.String tickerSymbol)

getSharesOutstanding

public long getSharesOutstanding()

setSharesOutstanding

public void setSharesOutstanding(long sharesOutstanding)

getStockFloat

public long getStockFloat()

setStockFloat

public void setStockFloat(long stockFloat)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getYahooSummaryData

public static YahooSummaryData getYahooSummaryData(java.lang.String symbol)
                                            throws java.io.IOException,
                                                   javax.swing.text.BadLocationException
Throws:
java.io.IOException
javax.swing.text.BadLocationException

getAveVol10Day

public long getAveVol10Day()

setAveVol10Day

public void setAveVol10Day(long aveVol10Day)

getSharesShort

public long getSharesShort()

setSharesShort

public void setSharesShort(long sharesShort)

getSharesShortPriorMonth

public long getSharesShortPriorMonth()

setSharesShortPriorMonth

public void setSharesShortPriorMonth(long sharesShortPriorMonth)

getShortRatio

public double getShortRatio()

setShortRatio

public void setShortRatio(double shortRatio)

getPercentHeldByInstitutions

public double getPercentHeldByInstitutions()

setPercentHeldByInstitutions

public void setPercentHeldByInstitutions(double percentHeldByInstitutions)

getShortPercentageOfFloat

public double getShortPercentageOfFloat()

setShortPercentageOfFloat

public void setShortPercentageOfFloat(double shortPercentageOfFloat)