|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.geronimo.samples.daytrader.AccountProfileDataBean
public class AccountProfileDataBean
Constructor Summary | |
---|---|
AccountProfileDataBean()
|
|
AccountProfileDataBean(String userID,
String password,
String fullName,
String address,
String email,
String creditCard)
|
Method Summary | |
---|---|
AccountDataBean |
getAccount()
|
String |
getAddress()
Gets the address |
String |
getCreditCard()
Gets the creditCard |
String |
getEmail()
Gets the email |
String |
getFullName()
Gets the fullName |
String |
getPassword()
Gets the passwd |
static AccountProfileDataBean |
getRandomInstance()
|
String |
getUserID()
Gets the userID |
void |
print()
|
void |
setAccount(AccountDataBean account)
|
void |
setAddress(String address)
Sets the address |
void |
setCreditCard(String creditCard)
Sets the creditCard |
void |
setEmail(String email)
Sets the email |
void |
setFullName(String fullName)
Sets the fullName |
void |
setPassword(String password)
Sets the passwd |
void |
setUserID(String userID)
Sets the userID |
String |
toHTML()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AccountProfileDataBean()
public AccountProfileDataBean(String userID, String password, String fullName, String address, String email, String creditCard)
Method Detail |
---|
public static AccountProfileDataBean getRandomInstance()
public String toString()
toString
in class Object
public String toHTML()
public void print()
public String getUserID()
public void setUserID(String userID)
userID
- The userID to setpublic String getPassword()
public void setPassword(String password)
password
- The passwd to setpublic String getFullName()
public void setFullName(String fullName)
fullName
- The fullName to setpublic String getAddress()
public void setAddress(String address)
address
- The address to setpublic String getEmail()
public void setEmail(String email)
email
- The email to setpublic String getCreditCard()
public void setCreditCard(String creditCard)
creditCard
- The creditCard to setpublic AccountDataBean getAccount()
public void setAccount(AccountDataBean account)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |