org.apache.geronimo.samples.daytrader
Class AccountProfileDataBean

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

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

See Also:
Serialized Form

Constructor Summary
AccountProfileDataBean()
           
AccountProfileDataBean(java.lang.String userID, java.lang.String password, java.lang.String fullName, java.lang.String address, java.lang.String email, java.lang.String creditCard)
           
 
Method Summary
 java.lang.String getAddress()
          Gets the address
 java.lang.String getCreditCard()
          Gets the creditCard
 java.lang.String getEmail()
          Gets the email
 java.lang.String getFullName()
          Gets the fullName
 java.lang.String getPassword()
          Gets the password
static AccountProfileDataBean getRandomInstance()
           
 java.lang.String getUserID()
          Gets the userID
 void print()
           
 void setAddress(java.lang.String address)
          Sets the address
 void setCreditCard(java.lang.String creditCard)
          Sets the creditCard
 void setEmail(java.lang.String email)
          Sets the email
 void setFullName(java.lang.String fullName)
          Sets the fullName
 void setPassword(java.lang.String password)
          Sets the password
 void setUserID(java.lang.String userID)
          Sets the userID
 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

AccountProfileDataBean

public AccountProfileDataBean()

AccountProfileDataBean

public AccountProfileDataBean(java.lang.String userID,
                              java.lang.String password,
                              java.lang.String fullName,
                              java.lang.String address,
                              java.lang.String email,
                              java.lang.String creditCard)
Method Detail

getRandomInstance

public static AccountProfileDataBean getRandomInstance()

toString

public java.lang.String toString()

toHTML

public java.lang.String toHTML()

print

public void print()

getUserID

public java.lang.String getUserID()
Gets the userID

Returns:
Returns a String

setUserID

public void setUserID(java.lang.String userID)
Sets the userID

Parameters:
userID - The userID to set

getPassword

public java.lang.String getPassword()
Gets the password

Returns:
Returns a String

setPassword

public void setPassword(java.lang.String password)
Sets the password

Parameters:
password - The password to set

getFullName

public java.lang.String getFullName()
Gets the fullName

Returns:
Returns a String

setFullName

public void setFullName(java.lang.String fullName)
Sets the fullName

Parameters:
fullName - The fullName to set

getAddress

public java.lang.String getAddress()
Gets the address

Returns:
Returns a String

setAddress

public void setAddress(java.lang.String address)
Sets the address

Parameters:
address - The address to set

getEmail

public java.lang.String getEmail()
Gets the email

Returns:
Returns a String

setEmail

public void setEmail(java.lang.String email)
Sets the email

Parameters:
email - The email to set

getCreditCard

public java.lang.String getCreditCard()
Gets the creditCard

Returns:
Returns a String

setCreditCard

public void setCreditCard(java.lang.String creditCard)
Sets the creditCard

Parameters:
creditCard - The creditCard to set


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