org.apache.aries.samples.ariestrader.beans
Class AccountProfileDataBeanImpl
java.lang.Object
org.apache.aries.samples.ariestrader.beans.AccountProfileDataBeanImpl
- All Implemented Interfaces:
- Serializable, AccountProfileDataBean
public class AccountProfileDataBeanImpl
- extends Object
- implements AccountProfileDataBean, Serializable
- See Also:
- Serialized Form
AccountProfileDataBeanImpl
public AccountProfileDataBeanImpl()
AccountProfileDataBeanImpl
public AccountProfileDataBeanImpl(String userID,
String password,
String fullName,
String address,
String email,
String creditCard)
getRandomInstance
public static AccountProfileDataBean getRandomInstance()
toString
public String toString()
- Specified by:
toString in interface AccountProfileDataBean- Overrides:
toString in class Object
toHTML
public String toHTML()
- Specified by:
toHTML in interface AccountProfileDataBean
print
public void print()
getUserID
public String getUserID()
- Specified by:
getUserID in interface AccountProfileDataBean
setUserID
public void setUserID(String userID)
- Specified by:
setUserID in interface AccountProfileDataBean
getPassword
public String getPassword()
- Specified by:
getPassword in interface AccountProfileDataBean
setPassword
public void setPassword(String password)
- Specified by:
setPassword in interface AccountProfileDataBean
getFullName
public String getFullName()
- Specified by:
getFullName in interface AccountProfileDataBean
setFullName
public void setFullName(String fullName)
- Specified by:
setFullName in interface AccountProfileDataBean
getAddress
public String getAddress()
- Specified by:
getAddress in interface AccountProfileDataBean
setAddress
public void setAddress(String address)
- Specified by:
setAddress in interface AccountProfileDataBean
getEmail
public String getEmail()
- Specified by:
getEmail in interface AccountProfileDataBean
setEmail
public void setEmail(String email)
- Specified by:
setEmail in interface AccountProfileDataBean
getCreditCard
public String getCreditCard()
- Specified by:
getCreditCard in interface AccountProfileDataBean
setCreditCard
public void setCreditCard(String creditCard)
- Specified by:
setCreditCard in interface AccountProfileDataBean
getAccount
public AccountDataBean getAccount()
- Specified by:
getAccount in interface AccountProfileDataBean
setAccount
public void setAccount(AccountDataBean account)
- Specified by:
setAccount in interface AccountProfileDataBean
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object object)
- Overrides:
equals in class Object
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.