net.sf.emarket.quote.domain
Class Quote

java.lang.Object
  extended by 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()
           
 
Method Summary
 float getAskPrice()
           
 float getAskSize()
           
 float getBidPrice()
           
 float getBidSize()
           
 float getChange()
           
 java.lang.String getDescription()
           
 long getId()
           
 Instrument getInstrument()
           
 float getLastPrice()
           
 float getPreviousClose()
           
 java.lang.String getSymbol()
           
 java.sql.Timestamp getTime()
           
 int getVolume()
           
 void setAskPrice(float askPrice)
           
 void setAskSize(float askSize)
           
 void setBidPrice(float bidPrice)
           
 void setBidSize(float bidSize)
           
 void setChange(float change)
           
 void setId(long id)
           
 void setInstrument(Instrument inst)
           
 void setLastPrice(float lastPrice)
           
 void setPreviousClose(float previousClose)
           
 void setSymbol(java.lang.String symbol)
           
 void setTime(java.sql.Timestamp time)
           
 void setVolume(int volume)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Quote

public Quote()
Method Detail

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.