com.elasticpath.sfweb.formbean.impl
Class SignInFormBeanImpl

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

public class SignInFormBeanImpl
extends EpFormBeanImpl
implements SignInFormBean

This bean represents customer sign in form.

See Also:
Serialized Form

Constructor Summary
SignInFormBeanImpl()
           
 
Method Summary
 java.lang.String getJ_password()
          Get the j_password (for the password input field on the sign-in form).
 java.lang.String getJ_username()
          Get the j_username (for the username input field on the sign-in form).
 void setJ_password(java.lang.String j_password)
          Set the j_password.
 void setJ_username(java.lang.String j_username)
          Set the j_username.
 
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

SignInFormBeanImpl

public SignInFormBeanImpl()
Method Detail

getJ_password

public java.lang.String getJ_password()
Get the j_password (for the password input field on the sign-in form).

Specified by:
getJ_password in interface SignInFormBean
Returns:
j_password.

getJ_username

public java.lang.String getJ_username()
Get the j_username (for the username input field on the sign-in form).

Specified by:
getJ_username in interface SignInFormBean
Returns:
j_username.

setJ_password

public void setJ_password(java.lang.String j_password)
Set the j_password.

Specified by:
setJ_password in interface SignInFormBean
Parameters:
j_password - the user input for password field on the sign-in form.

setJ_username

public void setJ_username(java.lang.String j_username)
Set the j_username.

Specified by:
setJ_username in interface SignInFormBean
Parameters:
j_username - the user input for username field on the sign-in form.