org.apache.geronimo.samples.daytrader.client.ws
Class AccountDataBean

java.lang.Object
  extended by org.apache.geronimo.samples.daytrader.client.ws.AccountDataBean

public class AccountDataBean
extends Object


Constructor Summary
AccountDataBean()
           
 
Method Summary
 Integer getAccountID()
           
 BigDecimal getBalance()
           
 Calendar getCreationDate()
           
 Calendar getLastLogin()
           
 int getLoginCount()
           
 int getLogoutCount()
           
 BigDecimal getOpenBalance()
           
 String getProfileID()
           
 void setAccountID(Integer accountID)
           
 void setBalance(BigDecimal balance)
           
 void setCreationDate(Calendar creationDate)
           
 void setLastLogin(Calendar lastLogin)
           
 void setLoginCount(int loginCount)
           
 void setLogoutCount(int logoutCount)
           
 void setOpenBalance(BigDecimal openBalance)
           
 void setProfileID(String profileID)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AccountDataBean

public AccountDataBean()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getAccountID

public Integer getAccountID()

setAccountID

public void setAccountID(Integer accountID)

getLoginCount

public int getLoginCount()

setLoginCount

public void setLoginCount(int loginCount)

getLogoutCount

public int getLogoutCount()

setLogoutCount

public void setLogoutCount(int logoutCount)

getLastLogin

public Calendar getLastLogin()

setLastLogin

public void setLastLogin(Calendar lastLogin)

getCreationDate

public Calendar getCreationDate()

setCreationDate

public void setCreationDate(Calendar creationDate)

getBalance

public BigDecimal getBalance()

setBalance

public void setBalance(BigDecimal balance)

getOpenBalance

public BigDecimal getOpenBalance()

setOpenBalance

public void setOpenBalance(BigDecimal openBalance)

getProfileID

public String getProfileID()

setProfileID

public void setProfileID(String profileID)


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