org.apache.geronimo.samples.daytrader
Class RunStatsDataBean

java.lang.Object
  extended byorg.apache.geronimo.samples.daytrader.RunStatsDataBean
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

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

RunStatsDataBean

public RunStatsDataBean()
Method Detail

toString

public java.lang.String toString()

getTradeUserCount

public int getTradeUserCount()
Gets the tradeUserCount

Returns:
Returns a int

setTradeUserCount

public void setTradeUserCount(int tradeUserCount)
Sets the tradeUserCount

Parameters:
tradeUserCount - The tradeUserCount to set

getNewUserCount

public int getNewUserCount()
Gets the newUserCount

Returns:
Returns a int

setNewUserCount

public void setNewUserCount(int newUserCount)
Sets the newUserCount

Parameters:
newUserCount - The newUserCount to set

getSumLoginCount

public int getSumLoginCount()
Gets the sumLoginCount

Returns:
Returns a int

setSumLoginCount

public void setSumLoginCount(int sumLoginCount)
Sets the sumLoginCount

Parameters:
sumLoginCount - The sumLoginCount to set

getSumLogoutCount

public int getSumLogoutCount()
Gets the sumLogoutCount

Returns:
Returns a int

setSumLogoutCount

public void setSumLogoutCount(int sumLogoutCount)
Sets the sumLogoutCount

Parameters:
sumLogoutCount - The sumLogoutCount to set

getHoldingCount

public int getHoldingCount()
Gets the holdingCount

Returns:
Returns a int

setHoldingCount

public void setHoldingCount(int holdingCount)
Sets the holdingCount

Parameters:
holdingCount - The holdingCount to set

getBuyOrderCount

public int getBuyOrderCount()
Gets the buyOrderCount

Returns:
Returns a int

setBuyOrderCount

public void setBuyOrderCount(int buyOrderCount)
Sets the buyOrderCount

Parameters:
buyOrderCount - The buyOrderCount to set

getSellOrderCount

public int getSellOrderCount()
Gets the sellOrderCount

Returns:
Returns a int

setSellOrderCount

public void setSellOrderCount(int sellOrderCount)
Sets the sellOrderCount

Parameters:
sellOrderCount - The sellOrderCount to set

getCancelledOrderCount

public int getCancelledOrderCount()
Gets the cancelledOrderCount

Returns:
Returns a int

setCancelledOrderCount

public void setCancelledOrderCount(int cancelledOrderCount)
Sets the cancelledOrderCount

Parameters:
cancelledOrderCount - The cancelledOrderCount to set

getOpenOrderCount

public int getOpenOrderCount()
Gets the openOrderCount

Returns:
Returns a int

setOpenOrderCount

public void setOpenOrderCount(int openOrderCount)
Sets the openOrderCount

Parameters:
openOrderCount - The openOrderCount to set

getDeletedOrderCount

public int getDeletedOrderCount()
Gets the deletedOrderCount

Returns:
Returns a int

setDeletedOrderCount

public void setDeletedOrderCount(int deletedOrderCount)
Sets the deletedOrderCount

Parameters:
deletedOrderCount - The deletedOrderCount to set

getOrderCount

public int getOrderCount()
Gets the orderCount

Returns:
Returns a int

setOrderCount

public void setOrderCount(int orderCount)
Sets the orderCount

Parameters:
orderCount - The orderCount to set

getTradeStockCount

public int getTradeStockCount()
Gets the tradeStockCount

Returns:
Returns a int

setTradeStockCount

public void setTradeStockCount(int tradeStockCount)
Sets the tradeStockCount

Parameters:
tradeStockCount - The tradeStockCount to set


Copyright © 2005-2006 Apache Software Foundation. All Rights Reserved.