com.elasticpath.cmweb.formbean
Interface SignInFormBean

All Known Implementing Classes:
SignInFormBeanImpl

public interface SignInFormBean

SignInFormBean represents the command object for sign-in form.


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.
 

Method Detail

getJ_password

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

Returns:
j_password.

getJ_username

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

Returns:
j_username.

setJ_password

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

Parameters:
j_password - the user input for password field on the sign-in form.

setJ_username

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

Parameters:
j_username - the user input for username field on the sign-in form.