|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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. |
| Methods inherited from interface com.elasticpath.sfweb.formbean.EpFormBean |
|---|
getElasticPath |
| Method Detail |
|---|
java.lang.String getJ_password()
java.lang.String getJ_username()
void setJ_password(java.lang.String j_password)
j_password - the user input for password field on the sign-in form.void setJ_username(java.lang.String j_username)
j_username - the user input for username field on the sign-in form.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||