finance.dar
Class FixedPriceBean
java.lang.Object
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FixedPriceBean
public FixedPriceBean(java.lang.String symbol)
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)