|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.aries.samples.ariestrader.api.persistence.MarketSummaryDataBean
public class MarketSummaryDataBean
| Constructor Summary | |
|---|---|
MarketSummaryDataBean()
|
|
MarketSummaryDataBean(BigDecimal TSIA,
BigDecimal openTSIA,
double volume,
Collection topGainers,
Collection topLosers)
|
|
| Method Summary | |
|---|---|
BigDecimal |
getGainPercent()
|
BigDecimal |
getOpenTSIA()
Gets the openTSIA |
Date |
getSummaryDate()
Gets the summaryDate |
Collection |
getTopGainers()
Gets the topGainers |
Collection |
getTopLosers()
Gets the topLosers |
BigDecimal |
getTSIA()
Gets the tSIA |
double |
getVolume()
Gets the volume |
void |
print()
|
void |
setOpenTSIA(BigDecimal openTSIA)
Sets the openTSIA |
void |
setSummaryDate(Date summaryDate)
Sets the summaryDate |
void |
setTopGainers(Collection topGainers)
Sets the topGainers |
void |
setTopLosers(Collection topLosers)
Sets the topLosers |
void |
setTSIA(BigDecimal tSIA)
Sets the tSIA |
void |
setVolume(double volume)
Sets the volume |
String |
toHTML()
|
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(BigDecimal TSIA,
BigDecimal openTSIA,
double volume,
Collection topGainers,
Collection topLosers)
| Method Detail |
|---|
public String toString()
toString in class Objectpublic String toHTML()
public void print()
public BigDecimal getGainPercent()
public BigDecimal getTSIA()
public void setTSIA(BigDecimal tSIA)
tSIA - The tSIA to setpublic BigDecimal getOpenTSIA()
public void setOpenTSIA(BigDecimal openTSIA)
openTSIA - The openTSIA to setpublic double getVolume()
public void setVolume(double volume)
volume - The volume to setpublic Collection getTopGainers()
public void setTopGainers(Collection topGainers)
topGainers - The topGainers to setpublic Collection getTopLosers()
public void setTopLosers(Collection topLosers)
topLosers - The topLosers to setpublic Date getSummaryDate()
public void setSummaryDate(Date summaryDate)
summaryDate - The summaryDate to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||