|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.geronimo.samples.daytrader.AccountDataBean
public class AccountDataBean
Constructor Summary | |
---|---|
AccountDataBean()
|
|
AccountDataBean(Integer accountID,
int loginCount,
int logoutCount,
Date lastLogin,
Date creationDate,
BigDecimal balance,
BigDecimal openBalance,
String profileID)
|
|
AccountDataBean(int loginCount,
int logoutCount,
Date lastLogin,
Date creationDate,
BigDecimal balance,
BigDecimal openBalance,
String profileID)
|
Method Summary | |
---|---|
Integer |
getAccountID()
Gets the accountID |
BigDecimal |
getBalance()
Gets the balance |
Date |
getCreationDate()
Gets the creationDate |
Date |
getLastLogin()
Gets the lastLogin |
int |
getLoginCount()
Gets the loginCount |
int |
getLogoutCount()
Gets the logoutCount |
BigDecimal |
getOpenBalance()
Gets the openBalance |
Collection<OrderDataBean> |
getOrders()
Gets the profileID |
AccountProfileDataBean |
getProfile()
|
String |
getProfileID()
Gets the profileID |
static AccountDataBean |
getRandomInstance()
|
void |
login(String password)
|
void |
logout()
|
void |
print()
|
void |
setAccountID(Integer accountID)
Sets the accountID |
void |
setBalance(BigDecimal balance)
Sets the balance |
void |
setCreationDate(Date creationDate)
Sets the creationDate |
void |
setLastLogin(Date lastLogin)
Sets the lastLogin |
void |
setLoginCount(int loginCount)
Sets the loginCount |
void |
setLogoutCount(int logoutCount)
Sets the logoutCount |
void |
setOpenBalance(BigDecimal openBalance)
Sets the openBalance |
void |
setOrders(Collection<OrderDataBean> orders)
|
void |
setProfile(AccountProfileDataBean profile)
|
void |
setProfileID(String profileID)
Sets the profileID |
String |
toHTML()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AccountDataBean()
public AccountDataBean(Integer accountID, int loginCount, int logoutCount, Date lastLogin, Date creationDate, BigDecimal balance, BigDecimal openBalance, String profileID)
public AccountDataBean(int loginCount, int logoutCount, Date lastLogin, Date creationDate, BigDecimal balance, BigDecimal openBalance, String profileID)
Method Detail |
---|
public static AccountDataBean getRandomInstance()
public String toString()
toString
in class Object
public String toHTML()
public void print()
public Integer getAccountID()
public void setAccountID(Integer accountID)
accountID
- The accountID to setpublic int getLoginCount()
public void setLoginCount(int loginCount)
loginCount
- The loginCount to setpublic int getLogoutCount()
public void setLogoutCount(int logoutCount)
logoutCount
- The logoutCount to setpublic Date getLastLogin()
public void setLastLogin(Date lastLogin)
lastLogin
- The lastLogin to setpublic Date getCreationDate()
public void setCreationDate(Date creationDate)
creationDate
- The creationDate to setpublic BigDecimal getBalance()
public void setBalance(BigDecimal balance)
balance
- The balance to setpublic BigDecimal getOpenBalance()
public void setOpenBalance(BigDecimal openBalance)
openBalance
- The openBalance to setpublic String getProfileID()
public void setProfileID(String profileID)
profileID
- The profileID to setpublic Collection<OrderDataBean> getOrders()
public void setOrders(Collection<OrderDataBean> orders)
public AccountProfileDataBean getProfile()
public void setProfile(AccountProfileDataBean profile)
public void login(String password)
public void logout()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |