com.elasticpath.sfweb.formbean.impl
Class AnonymousSignInFormBeanImpl

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

public class AnonymousSignInFormBeanImpl
extends EpFormBeanImpl
implements AnonymousSignInFormBean

Form bean for anonymous customer sign-in.

See Also:
Serialized Form

Constructor Summary
AnonymousSignInFormBeanImpl()
           
 
Method Summary
 java.lang.String getEmail()
          Get the anonymous customer's email address.
 void setEmail(java.lang.String email)
          Set the anonymous customer's email address.
 
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

AnonymousSignInFormBeanImpl

public AnonymousSignInFormBeanImpl()
Method Detail

getEmail

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

Specified by:
getEmail in interface AnonymousSignInFormBean
Returns:
the email address

setEmail

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

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