org.apache.geronimo.samples.daytrader.ejb
Interface LocalAccountProfile

All Superinterfaces:
EJBLocalObject

public interface LocalAccountProfile
extends EJBLocalObject


Method Summary
 LocalAccount getAccount()
           
 LocalAccount getAccountForUpdate()
           
 String getAddress()
           
 String getCreditCard()
           
 AccountProfileDataBean getDataBean()
           
 String getEmail()
           
 String getFullName()
           
 String getPasswd()
           
 String getUserID()
           
 void setAddress(String address)
           
 void setCreditCard(String creditCard)
           
 void setEmail(String email)
           
 void setFullName(String fullName)
           
 void setPasswd(String password)
           
 String toString()
           
 AccountProfileDataBean updateAccountProfile(AccountProfileDataBean profileData)
           
 
Methods inherited from interface javax.ejb.EJBLocalObject
getEJBLocalHome, getPrimaryKey, isIdentical, remove
 

Method Detail

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.