org.apache.aries.samples.ariestrader.entities
Class AccountProfileDataBeanImpl

java.lang.Object
  extended by org.apache.aries.samples.ariestrader.entities.AccountProfileDataBeanImpl
All Implemented Interfaces:
Serializable, AccountProfileDataBean

@Entity(name="accountprofileejb")
public class AccountProfileDataBeanImpl
extends Object
implements AccountProfileDataBean, Serializable

See Also:
Serialized Form

Constructor Summary
AccountProfileDataBeanImpl()
           
AccountProfileDataBeanImpl(String userID, String password, String fullName, String address, String email, String creditCard)
           
 
Method Summary
 boolean equals(Object object)
           
 AccountDataBean getAccount()
           
 String getAddress()
           
 String getCreditCard()
           
 String getEmail()
           
 String getFullName()
           
 String getPassword()
           
static AccountProfileDataBean getRandomInstance()
           
 String getUserID()
           
 int hashCode()
           
 void print()
           
 void setAccount(AccountDataBean account)
           
 void setAddress(String address)
           
 void setCreditCard(String creditCard)
           
 void setEmail(String email)
           
 void setFullName(String fullName)
           
 void setPassword(String password)
           
 void setUserID(String userID)
           
 String toHTML()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AccountProfileDataBeanImpl

public AccountProfileDataBeanImpl()

AccountProfileDataBeanImpl

public AccountProfileDataBeanImpl(String userID,
                                  String password,
                                  String fullName,
                                  String address,
                                  String email,
                                  String creditCard)
Method Detail

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.