net.sourceforge.fixagora.buyside.client.model.editor
Class BuySideQuotePageEntry

java.lang.Object
  extended by net.sourceforge.fixagora.buyside.client.model.editor.BuySideQuotePageEntry

public class BuySideQuotePageEntry
extends java.lang.Object

The Class BuySideQuotePageEntry.


Constructor Summary
BuySideQuotePageEntry()
          Instantiates a new buy side quote page entry.
 
Method Summary
 java.lang.Boolean getAskPriceUp()
          Gets the ask price up.
 long getAskPriceUpdate()
          Gets the ask price update.
 long getAskSizeUpdate()
          Gets the ask size update.
 java.lang.Boolean getAskYieldUp()
          Gets the ask yield up.
 long getAskYieldUpdate()
          Gets the ask yield update.
 java.lang.Boolean getBidPriceUp()
          Gets the bid price up.
 long getBidPriceUpdate()
          Gets the bid price update.
 long getBidSizeUpdate()
          Gets the bid size update.
 java.lang.Boolean getBidYieldUp()
          Gets the bid yield up.
 long getBidYieldUpdate()
          Gets the bid yield update.
 AbstractBuySideMDInputEntry getBuySideMDInputEntry()
          Gets the buy side md input entry.
 int getChangeFracOffset()
          Gets the change frac offset.
 int getChangeWidth()
          Gets the change width.
 int getDollarFracOffset()
          Gets the dollar frac offset.
 int getHighFracOffset()
          Gets the high frac offset.
 int getHighWidth()
          Gets the high width.
 int getLowFracOffset()
          Gets the low frac offset.
 int getLowWidth()
          Gets the low width.
 java.text.DecimalFormat getPriceDecimalFormat()
          Gets the price decimal format.
 int getPriceWidth()
          Gets the price width.
 java.text.DecimalFormat getSizeDecimalFormat()
          Gets the size decimal format.
 int getSizeWidth()
          Gets the size width.
 java.text.DecimalFormat getYieldDecimalFormat()
          Gets the yield decimal format.
 int getYieldWidth()
          Gets the yield width.
 void setAskPriceUp(java.lang.Boolean askPriceUp)
          Sets the ask price up.
 void setAskYieldUp(java.lang.Boolean askYieldUp)
          Sets the ask yield up.
 void setBidPriceUp(java.lang.Boolean bidPriceUp)
          Sets the bid price up.
 void setBidYieldUp(java.lang.Boolean bidYieldUp)
          Sets the bid yield up.
 void setBuySideMDInputEntry(AbstractBuySideMDInputEntry buySideMDInputEntry)
          Sets the buy side md input entry.
 void setChangeFracOffset(int changeFracOffset)
          Sets the change frac offset.
 void setChangeWidth(int changeWidth)
          Sets the change width.
 void setDollarFracOffset(int dollarFracOffset)
          Sets the dollar frac offset.
 void setHighFracOffset(int highFracOffset)
          Sets the high frac offset.
 void setHighWidth(int highWidth)
          Sets the high width.
 void setLowFracOffset(int lowFracOffset)
          Sets the low frac offset.
 void setLowWidth(int lowWidth)
          Sets the low width.
 void setPriceDecimalFormat(java.text.DecimalFormat priceDecimalFormat)
          Sets the price decimal format.
 void setPriceWidth(int priceWidth)
          Sets the price width.
 void setSizeWidth(int sizeWidth)
          Sets the size width.
 void setYieldDecimalFormat(java.text.DecimalFormat yieldDecimalFormat)
          Sets the yield decimal format.
 void setYieldWidth(int yieldWidth)
          Sets the yield width.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuySideQuotePageEntry

public BuySideQuotePageEntry()
Instantiates a new buy side quote page entry.

Method Detail

getBuySideMDInputEntry

public AbstractBuySideMDInputEntry getBuySideMDInputEntry()
Gets the buy side md input entry.

Returns:
the buy side md input entry

setBuySideMDInputEntry

public void setBuySideMDInputEntry(AbstractBuySideMDInputEntry buySideMDInputEntry)
Sets the buy side md input entry.

Parameters:
buySideMDInputEntry - the new buy side md input entry

getBidPriceUp

public java.lang.Boolean getBidPriceUp()
Gets the bid price up.

Returns:
the bid price up

setBidPriceUp

public void setBidPriceUp(java.lang.Boolean bidPriceUp)
Sets the bid price up.

Parameters:
bidPriceUp - the new bid price up

getAskPriceUp

public java.lang.Boolean getAskPriceUp()
Gets the ask price up.

Returns:
the ask price up

setAskPriceUp

public void setAskPriceUp(java.lang.Boolean askPriceUp)
Sets the ask price up.

Parameters:
askPriceUp - the new ask price up

getPriceWidth

public int getPriceWidth()
Gets the price width.

Returns:
the price width

setPriceWidth

public void setPriceWidth(int priceWidth)
Sets the price width.

Parameters:
priceWidth - the new price width

getBidYieldUp

public java.lang.Boolean getBidYieldUp()
Gets the bid yield up.

Returns:
the bid yield up

setBidYieldUp

public void setBidYieldUp(java.lang.Boolean bidYieldUp)
Sets the bid yield up.

Parameters:
bidYieldUp - the new bid yield up

getAskYieldUp

public java.lang.Boolean getAskYieldUp()
Gets the ask yield up.

Returns:
the ask yield up

setAskYieldUp

public void setAskYieldUp(java.lang.Boolean askYieldUp)
Sets the ask yield up.

Parameters:
askYieldUp - the new ask yield up

getYieldWidth

public int getYieldWidth()
Gets the yield width.

Returns:
the yield width

setYieldWidth

public void setYieldWidth(int yieldWidth)
Sets the yield width.

Parameters:
yieldWidth - the new yield width

getSizeWidth

public int getSizeWidth()
Gets the size width.

Returns:
the size width

setSizeWidth

public void setSizeWidth(int sizeWidth)
Sets the size width.

Parameters:
sizeWidth - the new size width

getChangeWidth

public int getChangeWidth()
Gets the change width.

Returns:
the change width

setChangeWidth

public void setChangeWidth(int changeWidth)
Sets the change width.

Parameters:
changeWidth - the new change width

getHighWidth

public int getHighWidth()
Gets the high width.

Returns:
the high width

setHighWidth

public void setHighWidth(int highWidth)
Sets the high width.

Parameters:
highWidth - the new high width

getLowWidth

public int getLowWidth()
Gets the low width.

Returns:
the low width

setLowWidth

public void setLowWidth(int lowWidth)
Sets the low width.

Parameters:
lowWidth - the new low width

getBidPriceUpdate

public long getBidPriceUpdate()
Gets the bid price update.

Returns:
the bid price update

getAskPriceUpdate

public long getAskPriceUpdate()
Gets the ask price update.

Returns:
the ask price update

getBidYieldUpdate

public long getBidYieldUpdate()
Gets the bid yield update.

Returns:
the bid yield update

getAskYieldUpdate

public long getAskYieldUpdate()
Gets the ask yield update.

Returns:
the ask yield update

getBidSizeUpdate

public long getBidSizeUpdate()
Gets the bid size update.

Returns:
the bid size update

getAskSizeUpdate

public long getAskSizeUpdate()
Gets the ask size update.

Returns:
the ask size update

getDollarFracOffset

public int getDollarFracOffset()
Gets the dollar frac offset.

Returns:
the dollar frac offset

setDollarFracOffset

public void setDollarFracOffset(int dollarFracOffset)
Sets the dollar frac offset.

Parameters:
dollarFracOffset - the new dollar frac offset

getChangeFracOffset

public int getChangeFracOffset()
Gets the change frac offset.

Returns:
the change frac offset

setChangeFracOffset

public void setChangeFracOffset(int changeFracOffset)
Sets the change frac offset.

Parameters:
changeFracOffset - the new change frac offset

getHighFracOffset

public int getHighFracOffset()
Gets the high frac offset.

Returns:
the high frac offset

setHighFracOffset

public void setHighFracOffset(int highFracOffset)
Sets the high frac offset.

Parameters:
highFracOffset - the new high frac offset

getLowFracOffset

public int getLowFracOffset()
Gets the low frac offset.

Returns:
the low frac offset

setLowFracOffset

public void setLowFracOffset(int lowFracOffset)
Sets the low frac offset.

Parameters:
lowFracOffset - the new low frac offset

getPriceDecimalFormat

public java.text.DecimalFormat getPriceDecimalFormat()
Gets the price decimal format.

Returns:
the price decimal format

setPriceDecimalFormat

public void setPriceDecimalFormat(java.text.DecimalFormat priceDecimalFormat)
Sets the price decimal format.

Parameters:
priceDecimalFormat - the new price decimal format

getYieldDecimalFormat

public java.text.DecimalFormat getYieldDecimalFormat()
Gets the yield decimal format.

Returns:
the yield decimal format

setYieldDecimalFormat

public void setYieldDecimalFormat(java.text.DecimalFormat yieldDecimalFormat)
Sets the yield decimal format.

Parameters:
yieldDecimalFormat - the new yield decimal format

getSizeDecimalFormat

public java.text.DecimalFormat getSizeDecimalFormat()
Gets the size decimal format.

Returns:
the size decimal format