|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.geronimo.samples.daytrader.AccountDataBean
| Constructor Summary | |
AccountDataBean()
|
|
AccountDataBean(java.lang.Integer accountID,
int loginCount,
int logoutCount,
java.util.Date lastLogin,
java.util.Date creationDate,
java.math.BigDecimal balance,
java.math.BigDecimal openBalance,
java.lang.String profileID)
|
|
| Method Summary | |
java.lang.Integer |
getAccountID()
Gets the accountID |
java.math.BigDecimal |
getBalance()
Gets the balance |
java.util.Date |
getCreationDate()
Gets the creationDate |
java.util.Date |
getLastLogin()
Gets the lastLogin |
int |
getLoginCount()
Gets the loginCount |
int |
getLogoutCount()
Gets the logoutCount |
java.math.BigDecimal |
getOpenBalance()
Gets the openBalance |
java.lang.String |
getProfileID()
Gets the profileID |
static AccountDataBean |
getRandomInstance()
|
void |
print()
|
void |
setAccountID(java.lang.Integer accountID)
Sets the accountID |
void |
setBalance(java.math.BigDecimal balance)
Sets the balance |
void |
setCreationDate(java.util.Date creationDate)
Sets the creationDate |
void |
setLastLogin(java.util.Date lastLogin)
Sets the lastLogin |
void |
setLoginCount(int loginCount)
Sets the loginCount |
void |
setLogoutCount(int logoutCount)
Sets the logoutCount |
void |
setOpenBalance(java.math.BigDecimal openBalance)
Sets the openBalance |
void |
setProfileID(java.lang.String profileID)
Sets the profileID |
java.lang.String |
toHTML()
|
java.lang.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(java.lang.Integer accountID,
int loginCount,
int logoutCount,
java.util.Date lastLogin,
java.util.Date creationDate,
java.math.BigDecimal balance,
java.math.BigDecimal openBalance,
java.lang.String profileID)
| Method Detail |
public static AccountDataBean getRandomInstance()
public java.lang.String toString()
public java.lang.String toHTML()
public void print()
public java.lang.Integer getAccountID()
public void setAccountID(java.lang.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 java.util.Date getLastLogin()
public void setLastLogin(java.util.Date lastLogin)
lastLogin - The lastLogin to setpublic java.util.Date getCreationDate()
public void setCreationDate(java.util.Date creationDate)
creationDate - The creationDate to setpublic java.math.BigDecimal getBalance()
public void setBalance(java.math.BigDecimal balance)
balance - The balance to setpublic java.math.BigDecimal getOpenBalance()
public void setOpenBalance(java.math.BigDecimal openBalance)
openBalance - The openBalance to setpublic java.lang.String getProfileID()
public void setProfileID(java.lang.String profileID)
profileID - The profileID to set
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||