org.apache.geronimo.samples.daytrader.ejb
Interface LocalAccountProfile
- All Superinterfaces:
- EJBLocalObject
public interface LocalAccountProfile
- extends EJBLocalObject
getUserID
String getUserID()
getPasswd
String getPasswd()
setPasswd
void setPasswd(String password)
getFullName
String getFullName()
setFullName
void setFullName(String fullName)
getAddress
String getAddress()
setAddress
void setAddress(String address)
getEmail
String getEmail()
setEmail
void setEmail(String email)
getCreditCard
String getCreditCard()
setCreditCard
void setCreditCard(String creditCard)
getAccount
LocalAccount getAccount()
updateAccountProfile
AccountProfileDataBean updateAccountProfile(AccountProfileDataBean profileData)
getAccountForUpdate
LocalAccount getAccountForUpdate()
getDataBean
AccountProfileDataBean getDataBean()
toString
String toString()
- Overrides:
toString
in class Object
Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.