com.elasticpath.sfweb.formbean
Interface AnonymousSignInFormBean

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

public interface AnonymousSignInFormBean
extends EpFormBean

Form bean for anonymous customer sign-in.


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 interface com.elasticpath.sfweb.formbean.EpFormBean
getElasticPath
 

Method Detail

getEmail

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

Returns:
the email address

setEmail

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

Parameters:
email - the customer's email address