|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.geronimo.samples.daytrader.MarketSummaryDataBean
Constructor Summary | |
MarketSummaryDataBean()
|
|
MarketSummaryDataBean(java.math.BigDecimal TSIA,
java.math.BigDecimal openTSIA,
double volume,
java.util.Collection topGainers,
java.util.Collection topLosers)
|
Method Summary | |
java.math.BigDecimal |
getGainPercent()
|
java.math.BigDecimal |
getOpenTSIA()
Gets the openTSIA |
static MarketSummaryDataBean |
getRandomInstance()
|
java.util.Date |
getSummaryDate()
Gets the summaryDate |
java.util.Collection |
getTopGainers()
Gets the topGainers |
java.util.Collection |
getTopLosers()
Gets the topLosers |
java.math.BigDecimal |
getTSIA()
Gets the tSIA |
double |
getVolume()
Gets the volume |
void |
print()
|
void |
setOpenTSIA(java.math.BigDecimal openTSIA)
Sets the openTSIA |
void |
setSummaryDate(java.util.Date summaryDate)
Sets the summaryDate |
void |
setTopGainers(java.util.Collection topGainers)
Sets the topGainers |
void |
setTopLosers(java.util.Collection topLosers)
Sets the topLosers |
void |
setTSIA(java.math.BigDecimal tSIA)
Sets the tSIA |
void |
setVolume(double volume)
Sets the volume |
java.lang.String |
toHTML()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MarketSummaryDataBean()
public MarketSummaryDataBean(java.math.BigDecimal TSIA, java.math.BigDecimal openTSIA, double volume, java.util.Collection topGainers, java.util.Collection topLosers)
Method Detail |
public static MarketSummaryDataBean getRandomInstance()
public java.lang.String toString()
public java.lang.String toHTML()
public void print()
public java.math.BigDecimal getGainPercent()
public java.math.BigDecimal getTSIA()
public void setTSIA(java.math.BigDecimal tSIA)
tSIA
- The tSIA to setpublic java.math.BigDecimal getOpenTSIA()
public void setOpenTSIA(java.math.BigDecimal openTSIA)
openTSIA
- The openTSIA to setpublic double getVolume()
public void setVolume(double volume)
volume
- The volume to setpublic java.util.Collection getTopGainers()
public void setTopGainers(java.util.Collection topGainers)
topGainers
- The topGainers to setpublic java.util.Collection getTopLosers()
public void setTopLosers(java.util.Collection topLosers)
topLosers
- The topLosers to setpublic java.util.Date getSummaryDate()
public void setSummaryDate(java.util.Date summaryDate)
summaryDate
- The summaryDate to set
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |