com.elasticpath.sfweb.formbean.impl
Class EditAccountFormBeanImpl

java.lang.Object
  extended by com.elasticpath.sfweb.formbean.impl.EpFormBeanImpl
      extended by com.elasticpath.sfweb.formbean.impl.EditAccountFormBeanImpl
All Implemented Interfaces:
EditAccountFormBean, EpFormBean, java.io.Serializable

public class EditAccountFormBeanImpl
extends EpFormBeanImpl
implements EditAccountFormBean

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

See Also:
Serialized Form

Constructor Summary
EditAccountFormBeanImpl()
           
 
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 class com.elasticpath.sfweb.formbean.impl.EpFormBeanImpl
getElasticPath
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.elasticpath.sfweb.formbean.EpFormBean
getElasticPath
 

Constructor Detail

EditAccountFormBeanImpl

public EditAccountFormBeanImpl()
Method Detail

getConfirmPassword

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

Specified by:
getConfirmPassword in interface EditAccountFormBean
Returns:
the confirm password

getEmail

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

Specified by:
getEmail in interface EditAccountFormBean
Returns:
the customer's email address.

getFirstName

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

Specified by:
getFirstName in interface EditAccountFormBean
Returns:
the first name

getLastName

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

Specified by:
getLastName in interface EditAccountFormBean
Returns:
the customer's last name

getPassword

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

Specified by:
getPassword in interface EditAccountFormBean
Returns:
the password

getPhoneNumber

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

Specified by:
getPhoneNumber in interface EditAccountFormBean
Returns:
the phone number.

setConfirmPassword

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

Specified by:
setConfirmPassword in interface EditAccountFormBean
Parameters:
confirmPassword - the confirm password

setEmail

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

Specified by:
setEmail in interface EditAccountFormBean
Parameters:
email - the customer's email address

setFirstName

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

Specified by:
setFirstName in interface EditAccountFormBean
Parameters:
firstName - the customer's first name

setLastName

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

Specified by:
setLastName in interface EditAccountFormBean
Parameters:
lastName - the customer's last name

setPassword

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

Specified by:
setPassword in interface EditAccountFormBean
Parameters:
password - the password

setPhoneNumber

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

Specified by:
setPhoneNumber in interface EditAccountFormBean
Parameters:
phoneNumber - the new phone number.