finance.dar
Class FixedPriceBean

java.lang.Object
  extended by finance.dar.FixedPriceBean
All Implemented Interfaces:
java.io.Serializable

public class FixedPriceBean
extends java.lang.Object
implements java.io.Serializable

This has your ISYS data http://www.sec.gov/Archives/edgar/data/718130/000119312507182934/dex99a1i.htm for homework due 10/12 (friday) (next week) complete the parser so that we can populate the fixed price bean.

See Also:
Serialized Form

Constructor Summary
FixedPriceBean(java.lang.String symbol)
           
 
Method Summary
 double getBuyBackPrice()
           
static java.lang.String getHeader()
           
 double getNumberOfSharesSought()
           
 java.util.Date getResultsDate()
           
 java.lang.String getSymbol()
           
 java.util.Date getTerminationDate()
           
 boolean isOddLotHonored()
           
 void setBuyBackPrice(double buyBackPrice)
           
 void setNumberOfSharesSought(double numberOfSharesSought)
           
 void setOddLotHonored(boolean oddLotHonored)
           
 void setResultsDate(java.util.Date resultsDate)
           
 void setTerminationDate(java.util.Date terminationDate)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FixedPriceBean

public FixedPriceBean(java.lang.String symbol)
Method Detail

getSymbol

public java.lang.String getSymbol()

getTerminationDate

public java.util.Date getTerminationDate()

setTerminationDate

public void setTerminationDate(java.util.Date terminationDate)

isOddLotHonored

public boolean isOddLotHonored()

setOddLotHonored

public void setOddLotHonored(boolean oddLotHonored)

getHeader

public static java.lang.String getHeader()

toString

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

getResultsDate

public java.util.Date getResultsDate()

setResultsDate

public void setResultsDate(java.util.Date resultsDate)

getBuyBackPrice

public double getBuyBackPrice()

setBuyBackPrice

public void setBuyBackPrice(double buyBackPrice)

getNumberOfSharesSought

public double getNumberOfSharesSought()

setNumberOfSharesSought

public void setNumberOfSharesSought(double numberOfSharesSought)