net.sourceforge.fixagora.excel.shared.communication
Class ExcelTradeCaptureEntry

java.lang.Object
  extended by net.sourceforge.fixagora.excel.shared.communication.ExcelTradeCaptureEntry
All Implemented Interfaces:
java.io.Serializable

public class ExcelTradeCaptureEntry
extends java.lang.Object
implements java.io.Serializable

The Class ExcelTradeCaptureEntry.

See Also:
Serialized Form

Nested Class Summary
static class ExcelTradeCaptureEntry.Side
          The Enum Side.
 
Constructor Summary
ExcelTradeCaptureEntry()
           
 
Method Summary
 long getCounterparty()
          Gets the counterparty.
 java.lang.String getCounterpartyOrderId()
          Gets the counterparty order id.
 long getCreated()
          Gets the created.
 double getCumulativeQuantity()
          Gets the cumulative quantity.
 long getExcelTradeCapture()
          Gets the excel trade capture.
 java.lang.String getExecId()
          Gets the exec id.
 long getId()
          Gets the id.
 java.lang.Double getLastPrice()
          Gets the last price.
 java.lang.Double getLastQuantity()
          Gets the last quantity.
 java.lang.Double getLastYield()
          Gets the last yield.
 double getLeaveQuantity()
          Gets the leave quantity.
 java.lang.String getMarket()
          Gets the market.
 java.lang.String getOrderId()
          Gets the order id.
 double getOrderQuantity()
          Gets the order quantity.
 long getSecurity()
          Gets the security.
 java.lang.Long getSettlementDate()
          Gets the settlement date.
 ExcelTradeCaptureEntry.Side getSide()
          Gets the side.
 long getSourceComponent()
          Gets the source component.
 java.lang.String getTradeId()
          Gets the trade id.
 java.lang.Long getTrader()
          Gets the trader.
 long getUpdated()
          Gets the updated.
 java.lang.Long getUser()
          Gets the user.
 java.lang.String getUserID()
          Gets the user id.
 boolean isRemoved()
          Checks if is removed.
 void setCounterparty(long counterparty)
          Sets the counterparty.
 void setCounterpartyOrderId(java.lang.String counterpartyOrderId)
          Sets the counterparty order id.
 void setCreated(long created)
          Sets the created.
 void setCumulativeQuantity(double cumulativeQuantity)
          Sets the cumulative quantity.
 void setExecId(java.lang.String execId)
          Sets the exec id.
 void setId(long id)
          Sets the id.
 void setLastPrice(java.lang.Double lastPrice)
          Sets the last price.
 void setLastQuantity(java.lang.Double lastQuantity)
          Sets the last quantity.
 void setLastYield(java.lang.Double lastYield)
          Sets the last yield.
 void setLeaveQuantity(double leaveQuantity)
          Sets the leave quantity.
 void setMarket(java.lang.String market)
          Sets the market.
 void setOrderId(java.lang.String orderId)
          Sets the order id.
 void setOrderQuantity(double orderQuantity)
          Sets the order quantity.
 void setRemoved(boolean removed)
          Sets the removed.
 void setSecurity(long security)
          Sets the security.
 void setSettlementDate(java.lang.Long settlementDate)
          Sets the settlement date.
 void setSide(ExcelTradeCaptureEntry.Side side)
          Sets the side.
 void setSourceComponent(long sourceComponent)
          Sets the source component.
 void setTradeCapture(long tradeCapture)
          Sets the trade capture.
 void setTradeId(java.lang.String tradeId)
          Sets the trade id.
 void setTrader(java.lang.Long trader)
          Sets the trader.
 void setUpdated(long updated)
          Sets the updated.
 void setUser(java.lang.Long user)
          Sets the user.
 void setUserID(java.lang.String userID)
          Sets the user id.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcelTradeCaptureEntry

public ExcelTradeCaptureEntry()
Method Detail

getLastYield

public java.lang.Double getLastYield()
Gets the last yield.

Returns:
the last yield

setLastYield

public void setLastYield(java.lang.Double lastYield)
Sets the last yield.

Parameters:
lastYield - the new last yield

isRemoved

public boolean isRemoved()
Checks if is removed.

Returns:
true, if is removed

setRemoved

public void setRemoved(boolean removed)
Sets the removed.

Parameters:
removed - the new removed

getTrader

public java.lang.Long getTrader()
Gets the trader.

Returns:
the trader

getTradeId

public java.lang.String getTradeId()
Gets the trade id.

Returns:
the trade id

setTradeId

public void setTradeId(java.lang.String tradeId)
Sets the trade id.

Parameters:
tradeId - the new trade id

getExecId

public java.lang.String getExecId()
Gets the exec id.

Returns:
the exec id

setExecId

public void setExecId(java.lang.String execId)
Sets the exec id.

Parameters:
execId - the new exec id

setTrader

public void setTrader(java.lang.Long trader)
Sets the trader.

Parameters:
trader - the new trader

getSettlementDate

public java.lang.Long getSettlementDate()
Gets the settlement date.

Returns:
the settlement date

setSettlementDate

public void setSettlementDate(java.lang.Long settlementDate)
Sets the settlement date.

Parameters:
settlementDate - the new settlement date

getMarket

public java.lang.String getMarket()
Gets the market.

Returns:
the market

setMarket

public void setMarket(java.lang.String market)
Sets the market.

Parameters:
market - the new market

getLeaveQuantity

public double getLeaveQuantity()
Gets the leave quantity.

Returns:
the leave quantity

setLeaveQuantity

public void setLeaveQuantity(double leaveQuantity)
Sets the leave quantity.

Parameters:
leaveQuantity - the new leave quantity

getUpdated

public long getUpdated()
Gets the updated.

Returns:
the updated

setUpdated

public void setUpdated(long updated)
Sets the updated.

Parameters:
updated - the new updated

getCreated

public long getCreated()
Gets the created.

Returns:
the created

setCreated

public void setCreated(long created)
Sets the created.

Parameters:
created - the new created

getUser

public java.lang.Long getUser()
Gets the user.

Returns:
the user

setUser

public void setUser(java.lang.Long user)
Sets the user.

Parameters:
user - the new user

getLastPrice

public java.lang.Double getLastPrice()
Gets the last price.

Returns:
the last price

setLastPrice

public void setLastPrice(java.lang.Double lastPrice)
Sets the last price.

Parameters:
lastPrice - the new last price

getExcelTradeCapture

public long getExcelTradeCapture()
Gets the excel trade capture.

Returns:
the excel trade capture

setTradeCapture

public void setTradeCapture(long tradeCapture)
Sets the trade capture.

Parameters:
tradeCapture - the new trade capture

getOrderId

public java.lang.String getOrderId()
Gets the order id.

Returns:
the order id

setOrderId

public void setOrderId(java.lang.String orderId)
Sets the order id.

Parameters:
orderId - the new order id

getCounterpartyOrderId

public java.lang.String getCounterpartyOrderId()
Gets the counterparty order id.

Returns:
the counterparty order id

setCounterpartyOrderId

public void setCounterpartyOrderId(java.lang.String counterpartyOrderId)
Sets the counterparty order id.

Parameters:
counterpartyOrderId - the new counterparty order id

getSide

public ExcelTradeCaptureEntry.Side getSide()
Gets the side.

Returns:
the side

setSide

public void setSide(ExcelTradeCaptureEntry.Side side)
Sets the side.

Parameters:
side - the new side

getSecurity

public long getSecurity()
Gets the security.

Returns:
the security

setSecurity

public void setSecurity(long security)
Sets the security.

Parameters:
security - the new security

getCounterparty

public long getCounterparty()
Gets the counterparty.

Returns:
the counterparty

setCounterparty

public void setCounterparty(long counterparty)
Sets the counterparty.

Parameters:
counterparty - the new counterparty

getOrderQuantity

public double getOrderQuantity()
Gets the order quantity.

Returns:
the order quantity

setOrderQuantity

public void setOrderQuantity(double orderQuantity)
Sets the order quantity.

Parameters:
orderQuantity - the new order quantity

getCumulativeQuantity

public double getCumulativeQuantity()
Gets the cumulative quantity.

Returns:
the cumulative quantity

setCumulativeQuantity

public void setCumulativeQuantity(double cumulativeQuantity)
Sets the cumulative quantity.

Parameters:
cumulativeQuantity - the new cumulative quantity

getLastQuantity

public java.lang.Double getLastQuantity()
Gets the last quantity.

Returns:
the last quantity

setLastQuantity

public void setLastQuantity(java.lang.Double lastQuantity)
Sets the last quantity.

Parameters:
lastQuantity - the new last quantity

getSourceComponent

public long getSourceComponent()
Gets the source component.

Returns:
the source component

setSourceComponent

public void setSourceComponent(long sourceComponent)
Sets the source component.

Parameters:
sourceComponent - the new source component

getId

public long getId()
Gets the id.

Returns:
the id

setId

public void setId(long id)
Sets the id.

Parameters:
id - the new id

getUserID

public java.lang.String getUserID()
Gets the user id.

Returns:
the user id

setUserID

public void setUserID(java.lang.String userID)
Sets the user id.

Parameters:
userID - the new user id