|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.fixagora.buyside.shared.persistence.BuySideBookTradeCaptureReport
@Entity public class BuySideBookTradeCaptureReport
The Class BuySideBookTradeCaptureReport.
Nested Class Summary | |
---|---|
static class |
BuySideBookTradeCaptureReport.Side
The Enum Side. |
Constructor Summary | |
---|---|
BuySideBookTradeCaptureReport()
|
Method Summary | |
---|---|
int |
compareTo(java.lang.Object o)
|
BuySideBook |
getBuySideBook()
Gets the buy side book. |
Counterparty |
getCounterparty()
Gets the counterparty. |
java.lang.String |
getCounterpartyOrderId()
Gets the counterparty order id. |
long |
getCreatedTimestamp()
Gets the created timestamp. |
double |
getCumulativeQuantity()
Gets the cumulative quantity. |
java.lang.String |
getExecId()
Gets the exec id. |
java.util.Set<FRole> |
getExecuteRoles()
Gets the execute roles. |
FUser |
getfUser()
Gets the f user. |
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 |
getOrderId()
Gets the order id. |
double |
getOrderQuantity()
Gets the order quantity. |
java.util.Set<FRole> |
getReadRoles()
Gets the read roles. |
FSecurity |
getSecurity()
Gets the security. |
java.lang.Long |
getSettlementDate()
Gets the settlement date. |
BuySideBookTradeCaptureReport.Side |
getSide()
Gets the side. |
AbstractInitiator |
getSourceComponent()
Gets the source component. |
java.lang.String |
getTradeId()
Gets the trade id. |
Trader |
getTrader()
Gets the trader. |
long |
getUpdatedTimestamp()
Gets the updated timestamp. |
java.util.Set<FRole> |
getWriteRoles()
Gets the write roles. |
void |
makeEager()
Make eager. |
void |
setBuySideBook(BuySideBook buySideBook)
Sets the buy side book. |
void |
setCounterparty(Counterparty counterparty)
Sets the counterparty. |
void |
setCounterpartyOrderId(java.lang.String counterpartyOrderId)
Sets the counterparty order id. |
void |
setCreatedTimestamp(long createdTimestamp)
Sets the created timestamp. |
void |
setCumulativeQuantity(double cumulativeQuantity)
Sets the cumulative quantity. |
void |
setExecId(java.lang.String execId)
Sets the exec id. |
void |
setfUser(FUser fUser)
Sets the f user. |
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 |
setOrderId(java.lang.String orderId)
Sets the order id. |
void |
setOrderQuantity(double orderQuantity)
Sets the order quantity. |
void |
setSecurity(FSecurity security)
Sets the security. |
void |
setSettlementDate(java.lang.Long settlementDate)
Sets the settlement date. |
void |
setSide(BuySideBookTradeCaptureReport.Side side)
Sets the side. |
void |
setSourceComponent(AbstractInitiator sourceComponent)
Sets the source component. |
void |
setTradeId(java.lang.String tradeId)
Sets the trade id. |
void |
setTrader(Trader trader)
Sets the trader. |
void |
setTransientValues(TransientValueSetter transientValueSetter)
Sets the transient values. |
void |
setUpdatedTimestamp(long updatedTimestamp)
Sets the updated timestamp. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BuySideBookTradeCaptureReport()
Method Detail |
---|
public java.lang.Double getLastYield()
public void setLastYield(java.lang.Double lastYield)
lastYield
- the new last yieldpublic BuySideBook getBuySideBook()
public void setBuySideBook(BuySideBook buySideBook)
buySideBook
- the new buy side bookpublic java.lang.String getTradeId()
public void setTradeId(java.lang.String tradeId)
tradeId
- the new trade idpublic java.lang.Long getSettlementDate()
public void setSettlementDate(java.lang.Long settlementDate)
settlementDate
- the new settlement datepublic double getLeaveQuantity()
public void setLeaveQuantity(double leaveQuantity)
leaveQuantity
- the new leave quantitypublic FUser getfUser()
public void setfUser(FUser fUser)
fUser
- the new f userpublic long getCreatedTimestamp()
public void setCreatedTimestamp(long createdTimestamp)
createdTimestamp
- the new created timestamppublic long getUpdatedTimestamp()
public void setUpdatedTimestamp(long updatedTimestamp)
updatedTimestamp
- the new updated timestamppublic long getId()
public void setId(long id)
id
- the new idpublic java.lang.String getOrderId()
public void setOrderId(java.lang.String orderId)
orderId
- the new order idpublic java.lang.String getCounterpartyOrderId()
public void setCounterpartyOrderId(java.lang.String counterpartyOrderId)
counterpartyOrderId
- the new counterparty order idpublic FSecurity getSecurity()
public void setSecurity(FSecurity security)
security
- the new securitypublic Counterparty getCounterparty()
public void setCounterparty(Counterparty counterparty)
counterparty
- the new counterpartypublic Trader getTrader()
public void setTrader(Trader trader)
trader
- the new traderpublic double getOrderQuantity()
public void setOrderQuantity(double orderQuantity)
orderQuantity
- the new order quantitypublic double getCumulativeQuantity()
public void setCumulativeQuantity(double cumulativeQuantity)
cumulativeQuantity
- the new cumulative quantitypublic java.lang.Double getLastQuantity()
public void setLastQuantity(java.lang.Double lastQuantity)
lastQuantity
- the new last quantitypublic java.lang.Double getLastPrice()
public void setLastPrice(java.lang.Double lastPrice)
lastPrice
- the new last pricepublic BuySideBookTradeCaptureReport.Side getSide()
public void setSide(BuySideBookTradeCaptureReport.Side side)
side
- the new sidepublic int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable<java.lang.Object>
public AbstractInitiator getSourceComponent()
public void setSourceComponent(AbstractInitiator sourceComponent)
sourceComponent
- the new source componentpublic void makeEager()
PersistenceInterface
makeEager
in interface PersistenceInterface
public java.util.Set<FRole> getWriteRoles()
PersistenceInterface
getWriteRoles
in interface PersistenceInterface
public java.util.Set<FRole> getReadRoles()
PersistenceInterface
getReadRoles
in interface PersistenceInterface
public java.util.Set<FRole> getExecuteRoles()
PersistenceInterface
getExecuteRoles
in interface PersistenceInterface
public void setTransientValues(TransientValueSetter transientValueSetter)
PersistenceInterface
setTransientValues
in interface PersistenceInterface
transientValueSetter
- the new transient valuespublic java.lang.String getExecId()
public void setExecId(java.lang.String execId)
execId
- the new exec id
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |