com.elasticpath.cmweb.formbean
Interface ForgottenPasswordFormBean

All Known Implementing Classes:
ForgottenPasswordFormBeanImpl

public interface ForgottenPasswordFormBean

This bean represents forgotten password form.


Method Summary
 java.lang.String getEmail()
          Return the email.
 void setEmail(java.lang.String email)
          Set the email.
 

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.