public static class LoginI18n.Form extends Object implements Serializable
Constructor and Description |
---|
Form() |
Modifier and Type | Method and Description |
---|---|
String |
getForgotPassword() |
String |
getPassword() |
String |
getSubmit() |
String |
getTitle() |
String |
getUsername() |
void |
setForgotPassword(String forgotPassword) |
void |
setPassword(String password) |
void |
setSubmit(String submit) |
void |
setTitle(String title) |
void |
setUsername(String username) |
public String getTitle()
public void setTitle(String title)
title
- new value for the title property.public String getUsername()
public void setUsername(String username)
username
- new value for the username property.public String getPassword()
public void setPassword(String password)
password
- new value for the password property.public String getSubmit()
public void setSubmit(String submit)
submit
- new value for the submit property.public String getForgotPassword()
public void setForgotPassword(String forgotPassword)
forgotPassword
- new value for the forgotPassword property.Copyright © 2020. All rights reserved.