|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.fixagora.excel.shared.persistence.ExcelTradeCaptureReport
@Entity public class ExcelTradeCaptureReport
The Class ExcelTradeCaptureReport.
Nested Class Summary | |
---|---|
static class |
ExcelTradeCaptureReport.Side
The Enum Side. |
Constructor Summary | |
---|---|
ExcelTradeCaptureReport()
|
Method Summary | |
---|---|
int |
compareTo(java.lang.Object o)
|
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. |
ExcelTradeCapture |
getExcelTradeCapture()
Gets the excel trade capture. |
java.lang.String |
getExecId()
Gets the exec id. |
java.util.Set<FRole> |
getExecuteRoles()
Gets the execute roles. |
java.lang.String |
getExecutingTrader()
Gets the executing trader. |
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. |
java.util.Set<FRole> |
getReadRoles()
Gets the read roles. |
FSecurity |
getSecurity()
Gets the security. |
java.lang.Long |
getSettlementDate()
Gets the settlement date. |
ExcelTradeCaptureReport.Side |
getSide()
Gets the side. |
AbstractBusinessComponent |
getSourceComponent()
Gets the source component. |
java.lang.String |
getTradeId()
Gets the trade id. |
Trader |
getTrader()
Gets the trader. |
long |
getUpdatedTimestamp()
Gets the updated timestamp. |
FUser |
getUser()
Gets the user. |
java.util.Set<FRole> |
getWriteRoles()
Gets the write roles. |
void |
makeEager()
Make eager. |
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 |
setExcelTradeCapture(ExcelTradeCapture excelTradeCapture)
Sets the excel trade capture. |
void |
setExecId(java.lang.String execId)
Sets the exec id. |
void |
setExecutingTrader(java.lang.String executingTrader)
Sets the executing trader. |
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 |
setSecurity(FSecurity security)
Sets the security. |
void |
setSettlementDate(java.lang.Long settlementDate)
Sets the settlement date. |
void |
setSide(ExcelTradeCaptureReport.Side side)
Sets the side. |
void |
setSourceComponent(AbstractBusinessComponent 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. |
void |
setUser(FUser user)
Sets the user. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExcelTradeCaptureReport()
Method Detail |
---|
public java.lang.Double getLastYield()
public void setLastYield(java.lang.Double lastYield)
lastYield
- the new last yieldpublic java.lang.String getExecId()
public java.lang.String getMarket()
public void setMarket(java.lang.String market)
market
- the new marketpublic FUser getUser()
public void setUser(FUser user)
user
- the new userpublic void setExecId(java.lang.String execId)
execId
- the new exec idpublic 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 java.lang.String getExecutingTrader()
public void setExecutingTrader(java.lang.String executingTrader)
executingTrader
- the new executing traderpublic 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 ExcelTradeCaptureReport.Side getSide()
public void setSide(ExcelTradeCaptureReport.Side side)
side
- the new sidepublic int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable<java.lang.Object>
public ExcelTradeCapture getExcelTradeCapture()
public void setExcelTradeCapture(ExcelTradeCapture excelTradeCapture)
excelTradeCapture
- the new excel trade capturepublic AbstractBusinessComponent getSourceComponent()
public void setSourceComponent(AbstractBusinessComponent 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 values
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |