public class NewsletterForm extends Object
| Constructor and Description |
|---|
NewsletterForm()
Instantiates a new newsletter form.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clear.
|
String[] |
getCategories()
Gets the categories.
|
String |
getMail()
Gets the mail.
|
long |
getSubId()
Gets the sub id.
|
String |
getUuid()
Gets the uuid.
|
void |
setCategories(String[] m_strCategories)
Sets the categories.
|
void |
setMail(String value)
Sets the mail.
|
void |
setSubId(long value)
Sets the sub id.
|
void |
setUuid(String value)
Sets the uuid.
|
public void clear()
@Size(min=1,
message="user.form.register.field.categories.empty")
public String[] getCategories()
@NotEmpty(message="user.form.register.field.mail.empty") @NotNull(message="user.form.register.field.mail.empty") @NotBlank(message="user.form.register.field.mail.empty") @Email(message="user.form.register.field.mail.pattern") public String getMail()
public long getSubId()
public String getUuid()
public void setCategories(String[] m_strCategories)
m_strCategories - the new categoriespublic void setMail(String value)
value - the new mailpublic void setSubId(long value)
value - the new sub idpublic void setUuid(String value)
value - the new uuidCopyright © 2016 Fraunhofer FOKUS. All rights reserved.