com.elasticpath.sfweb.formbean
Interface EditAccountFormBean

All Superinterfaces:
EpFormBean, java.io.Serializable
All Known Implementing Classes:
EditAccountFormBeanImpl

public interface EditAccountFormBean
extends EpFormBean

Form bean used to collect information in the edit account controller/screen.


Method Summary
 java.lang.String getConfirmPassword()
          Get the confirm password.
 java.lang.String getEmail()
          Get the customer's email address.
 java.lang.String getFirstName()
          Get the customer's first name.
 java.lang.String getLastName()
          Get the customer's last name.
 java.lang.String getPassword()
          Get the password.
 java.lang.String getPhoneNumber()
          Gets the phone number associated .
 void setConfirmPassword(java.lang.String confirmPassword)
          Set the confirm password.
 void setEmail(java.lang.String email)
          Set the customer's email address.
 void setFirstName(java.lang.String firstName)
          Set the customer's first name.
 void setLastName(java.lang.String lastName)
          Set the customer's last name.
 void setPassword(java.lang.String password)
          Set the password.
 void setPhoneNumber(java.lang.String phoneNumber)
          Sets the phone number.
 
Methods inherited from interface com.elasticpath.sfweb.formbean.EpFormBean
getElasticPath
 

Method Detail

getConfirmPassword

java.lang.String getConfirmPassword()
Get the confirm password.

Returns:
the confirm password

getEmail

java.lang.String getEmail()
Get the customer's email address.

Returns:
the customer's email address.

getFirstName

java.lang.String getFirstName()
Get the customer's first name.

Returns:
the first name

getLastName

java.lang.String getLastName()
Get the customer's last name.

Returns:
the customer's last name

getPassword

java.lang.String getPassword()
Get the password.

Returns:
the password

getPhoneNumber

java.lang.String getPhoneNumber()
Gets the phone number associated .

Returns:
the phone number.

setConfirmPassword

void setConfirmPassword(java.lang.String confirmPassword)
Set the confirm password.

Parameters:
confirmPassword - the confirm password

setEmail

void setEmail(java.lang.String email)
Set the customer's email address.

Parameters:
email - the customer's email address

setFirstName

void setFirstName(java.lang.String firstName)
Set the customer's first name.

Parameters:
firstName - the customer's first name

setLastName

void setLastName(java.lang.String lastName)
Set the customer's last name.

Parameters:
lastName - the customer's last name

setPassword

void setPassword(java.lang.String password)
Set the password.

Parameters:
password - the password

setPhoneNumber

void setPhoneNumber(java.lang.String phoneNumber)
Sets the phone number.

Parameters:
phoneNumber - the new phone number.