com.elasticpath.sfweb.formbean.impl
Class ForgottenPasswordFormBeanImpl

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

public class ForgottenPasswordFormBeanImpl
extends EpFormBeanImpl
implements ForgottenPasswordFormBean

The default implementation of ForgottenPasswordFormBean.

See Also:
Serialized Form

Constructor Summary
ForgottenPasswordFormBeanImpl()
           
 
Method Summary
 java.lang.String getEmail()
          Return the email.
 void setEmail(java.lang.String email)
          Set the email.
 
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

ForgottenPasswordFormBeanImpl

public ForgottenPasswordFormBeanImpl()
Method Detail

getEmail

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

Specified by:
getEmail in interface ForgottenPasswordFormBean
Returns:
the email.

setEmail

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

Specified by:
setEmail in interface ForgottenPasswordFormBean
Parameters:
email - the email to set.