com.elasticpath.cmweb.formbean.impl
Class SignInFormBeanImpl

java.lang.Object
  extended by com.elasticpath.cmweb.formbean.impl.SignInFormBeanImpl
All Implemented Interfaces:
SignInFormBean

public class SignInFormBeanImpl
extends java.lang.Object
implements SignInFormBean

This bean represents cmUser sign in 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 java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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.