|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.geronimo.samples.daytrader.RunStatsDataBean
Constructor Summary | |
RunStatsDataBean()
|
Method Summary | |
int |
getBuyOrderCount()
Gets the buyOrderCount |
int |
getCancelledOrderCount()
Gets the cancelledOrderCount |
int |
getDeletedOrderCount()
Gets the deletedOrderCount |
int |
getHoldingCount()
Gets the holdingCount |
int |
getNewUserCount()
Gets the newUserCount |
int |
getOpenOrderCount()
Gets the openOrderCount |
int |
getOrderCount()
Gets the orderCount |
int |
getSellOrderCount()
Gets the sellOrderCount |
int |
getSumLoginCount()
Gets the sumLoginCount |
int |
getSumLogoutCount()
Gets the sumLogoutCount |
int |
getTradeStockCount()
Gets the tradeStockCount |
int |
getTradeUserCount()
Gets the tradeUserCount |
void |
setBuyOrderCount(int buyOrderCount)
Sets the buyOrderCount |
void |
setCancelledOrderCount(int cancelledOrderCount)
Sets the cancelledOrderCount |
void |
setDeletedOrderCount(int deletedOrderCount)
Sets the deletedOrderCount |
void |
setHoldingCount(int holdingCount)
Sets the holdingCount |
void |
setNewUserCount(int newUserCount)
Sets the newUserCount |
void |
setOpenOrderCount(int openOrderCount)
Sets the openOrderCount |
void |
setOrderCount(int orderCount)
Sets the orderCount |
void |
setSellOrderCount(int sellOrderCount)
Sets the sellOrderCount |
void |
setSumLoginCount(int sumLoginCount)
Sets the sumLoginCount |
void |
setSumLogoutCount(int sumLogoutCount)
Sets the sumLogoutCount |
void |
setTradeStockCount(int tradeStockCount)
Sets the tradeStockCount |
void |
setTradeUserCount(int tradeUserCount)
Sets the tradeUserCount |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RunStatsDataBean()
Method Detail |
public java.lang.String toString()
public int getTradeUserCount()
public void setTradeUserCount(int tradeUserCount)
tradeUserCount
- The tradeUserCount to setpublic int getNewUserCount()
public void setNewUserCount(int newUserCount)
newUserCount
- The newUserCount to setpublic int getSumLoginCount()
public void setSumLoginCount(int sumLoginCount)
sumLoginCount
- The sumLoginCount to setpublic int getSumLogoutCount()
public void setSumLogoutCount(int sumLogoutCount)
sumLogoutCount
- The sumLogoutCount to setpublic int getHoldingCount()
public void setHoldingCount(int holdingCount)
holdingCount
- The holdingCount to setpublic int getBuyOrderCount()
public void setBuyOrderCount(int buyOrderCount)
buyOrderCount
- The buyOrderCount to setpublic int getSellOrderCount()
public void setSellOrderCount(int sellOrderCount)
sellOrderCount
- The sellOrderCount to setpublic int getCancelledOrderCount()
public void setCancelledOrderCount(int cancelledOrderCount)
cancelledOrderCount
- The cancelledOrderCount to setpublic int getOpenOrderCount()
public void setOpenOrderCount(int openOrderCount)
openOrderCount
- The openOrderCount to setpublic int getDeletedOrderCount()
public void setDeletedOrderCount(int deletedOrderCount)
deletedOrderCount
- The deletedOrderCount to setpublic int getOrderCount()
public void setOrderCount(int orderCount)
orderCount
- The orderCount to setpublic int getTradeStockCount()
public void setTradeStockCount(int tradeStockCount)
tradeStockCount
- The tradeStockCount to set
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |