|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.elasticpath.sfweb.formbean.impl.EpFormBeanImpl
com.elasticpath.sfweb.formbean.impl.SignInFormBeanImpl
public class SignInFormBeanImpl
This bean represents customer 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 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 |
|---|
public SignInFormBeanImpl()
| Method Detail |
|---|
public java.lang.String getJ_password()
getJ_password in interface SignInFormBeanpublic java.lang.String getJ_username()
getJ_username in interface SignInFormBeanpublic void setJ_password(java.lang.String j_password)
setJ_password in interface SignInFormBeanj_password - the user input for password field on the sign-in form.public void setJ_username(java.lang.String j_username)
setJ_username in interface SignInFormBeanj_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 | ||||||||