net.sf.emarket.quote.domain
Class Quote
java.lang.Object
net.sf.emarket.quote.domain.Quote
- All Implemented Interfaces:
- java.io.Serializable
public class Quote
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
Quote()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Quote
public Quote()
getId
public long getId()
setId
public void setId(long id)
getSymbol
public java.lang.String getSymbol()
setSymbol
public void setSymbol(java.lang.String symbol)
getInstrument
public Instrument getInstrument()
setInstrument
public void setInstrument(Instrument inst)
getDescription
public java.lang.String getDescription()
getAskPrice
public float getAskPrice()
setAskPrice
public void setAskPrice(float askPrice)
getBidPrice
public float getBidPrice()
setBidPrice
public void setBidPrice(float bidPrice)
getAskSize
public float getAskSize()
setAskSize
public void setAskSize(float askSize)
getBidSize
public float getBidSize()
setBidSize
public void setBidSize(float bidSize)
getChange
public float getChange()
setChange
public void setChange(float change)
getVolume
public int getVolume()
setVolume
public void setVolume(int volume)
getLastPrice
public float getLastPrice()
setLastPrice
public void setLastPrice(float lastPrice)
getPreviousClose
public float getPreviousClose()
setPreviousClose
public void setPreviousClose(float previousClose)
getTime
public java.sql.Timestamp getTime()
setTime
public void setTime(java.sql.Timestamp time)
Copyright © 2009. All Rights Reserved.