|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.geronimo.samples.daytrader.QuoteDataBean
org.apache.geronimo.samples.daytrader.client.TradeStreamerQuoteDataBean
Constructor Summary | |
TradeStreamerQuoteDataBean()
|
Method Summary | |
java.math.BigDecimal |
getAuditPrice()
Gets the price |
AuditModel |
getAuditPriceModel()
Gets the audit price model |
double |
getAuditVolume()
Gets the volume |
AuditModel |
getAuditVolumeModel()
Gets the audit volume model |
ChangeModel |
getChangeModel()
Gets the change model since open |
java.util.Date |
getLastUpdate()
Gets the last update date of the quote |
void |
setAuditPrice(java.math.BigDecimal auditPrice)
Sets the price |
void |
setAuditPriceModel(java.math.BigDecimal aPrice)
Sets the audit price model |
void |
setAuditVolume(double auditVolume)
Sets the volume |
void |
setAuditVolumeModel(double aVolume)
Sets the audit volume model |
void |
setChange(double change)
Sets the change since open Overridden to provide model class for JTable to render |
void |
setLastUpdate(java.util.Date lastUpdate)
Sets the last update date of the quote |
java.lang.String |
toString()
|
Methods inherited from class org.apache.geronimo.samples.daytrader.QuoteDataBean |
getChange, getCompanyName, getHigh, getLow, getOpen, getPrice, getRandomInstance, getSymbol, getVolume, print, setCompanyName, setHigh, setLow, setOpen, setPrice, setSymbol, setVolume, toHTML |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TradeStreamerQuoteDataBean()
Method Detail |
public java.math.BigDecimal getAuditPrice()
public void setAuditPrice(java.math.BigDecimal auditPrice)
public double getAuditVolume()
public void setAuditVolume(double auditVolume)
public java.util.Date getLastUpdate()
public void setChange(double change)
public ChangeModel getChangeModel()
public AuditModel getAuditPriceModel()
public void setAuditPriceModel(java.math.BigDecimal aPrice)
public AuditModel getAuditVolumeModel()
public void setAuditVolumeModel(double aVolume)
public void setLastUpdate(java.util.Date lastUpdate)
lastUpdate
- the last update date of the quotepublic java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |