com.elasticpath.sfweb.formbean
Interface ForgottenPasswordFormBean

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

public interface ForgottenPasswordFormBean
extends EpFormBean

This bean represents forgotten password form.


Method Summary
 java.lang.String getEmail()
          Return the email.
 void setEmail(java.lang.String email)
          Set the email.
 
Methods inherited from interface com.elasticpath.sfweb.formbean.EpFormBean
getElasticPath
 

Method Detail

getEmail

java.lang.String getEmail()
Return the email.

Returns:
the email.

setEmail

void setEmail(java.lang.String email)
Set the email.

Parameters:
email - the email to set.