|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.elasticpath.sfweb.formbean.impl.EpFormBeanImpl
com.elasticpath.sfweb.formbean.impl.EditAccountFormBeanImpl
public class EditAccountFormBeanImpl
Form bean used to collect information in the edit account controller/screen.
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 |
---|
public EditAccountFormBeanImpl()
Method Detail |
---|
public java.lang.String getConfirmPassword()
getConfirmPassword
in interface EditAccountFormBean
public java.lang.String getEmail()
getEmail
in interface EditAccountFormBean
public java.lang.String getFirstName()
getFirstName
in interface EditAccountFormBean
public java.lang.String getLastName()
getLastName
in interface EditAccountFormBean
public java.lang.String getPassword()
getPassword
in interface EditAccountFormBean
public java.lang.String getPhoneNumber()
getPhoneNumber
in interface EditAccountFormBean
public void setConfirmPassword(java.lang.String confirmPassword)
setConfirmPassword
in interface EditAccountFormBean
confirmPassword
- the confirm passwordpublic void setEmail(java.lang.String email)
setEmail
in interface EditAccountFormBean
email
- the customer's email addresspublic void setFirstName(java.lang.String firstName)
setFirstName
in interface EditAccountFormBean
firstName
- the customer's first namepublic void setLastName(java.lang.String lastName)
setLastName
in interface EditAccountFormBean
lastName
- the customer's last namepublic void setPassword(java.lang.String password)
setPassword
in interface EditAccountFormBean
password
- the passwordpublic void setPhoneNumber(java.lang.String phoneNumber)
setPhoneNumber
in interface EditAccountFormBean
phoneNumber
- the new phone number.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |