public class ProfileForm extends Object
Constructor and Description |
---|
ProfileForm()
Instantiates a new profile form.
|
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clear.
|
String |
getForename()
Gets the forename.
|
String |
getMail()
Gets the mail.
|
String |
getPass1()
Gets the pass1.
|
String |
getPass2()
Gets the pass2.
|
String |
getSurname()
Gets the surname.
|
void |
setForename(String val)
Sets the forename.
|
void |
setMail(String val)
Sets the mail.
|
void |
setPass1(String val)
Sets the pass1.
|
void |
setPass2(String val)
Sets the pass2.
|
void |
setSurname(String val)
Sets the surname.
|
public void clear()
public String getForename()
@NotEmpty(message="common.form.profile.field.mail.empty") @NotNull(message="common.form.profile.field.mail.empty") @NotBlank(message="common.form.profile.field.mail.empty") @Email(message="common.form.profile.field.mail.pattern") public String getMail()
public String getPass1()
public String getPass2()
public String getSurname()
public void setForename(String val)
val
- the new forenamepublic void setMail(String val)
val
- the new mailpublic void setPass1(String val)
val
- the new pass1public void setPass2(String val)
val
- the new pass2public void setSurname(String val)
val
- the new surnameCopyright © 2016 Fraunhofer FOKUS. All rights reserved.