- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 36 of file SignUp.java.
◆ getComment()
String org.turro.contacts.SignUp.getComment |
( |
| ) |
|
◆ getEmail()
String org.turro.contacts.SignUp.getEmail |
( |
| ) |
|
◆ getId()
String org.turro.contacts.SignUp.getId |
( |
| ) |
|
◆ getName()
String org.turro.contacts.SignUp.getName |
( |
| ) |
|
◆ getValueMap()
String org.turro.contacts.SignUp.getValueMap |
( |
| ) |
|
◆ getValues()
KeyValueMap org.turro.contacts.SignUp.getValues |
( |
| ) |
throws ParserException |
Definition at line 109 of file SignUp.java.
110 return new KeyValueMap(valueMap);
◆ isConfirmed()
boolean org.turro.contacts.SignUp.isConfirmed |
( |
| ) |
|
◆ isValid()
boolean org.turro.contacts.SignUp.isValid |
( |
| ) |
|
Definition at line 104 of file SignUp.java.
105 return !Strings.isBlank(name) &&
106 !Strings.isBlank(email);
◆ setComment()
void org.turro.contacts.SignUp.setComment |
( |
String |
comment | ) |
|
Definition at line 82 of file SignUp.java.
83 this.comment = comment;
◆ setConfirmed()
void org.turro.contacts.SignUp.setConfirmed |
( |
boolean |
confirmed | ) |
|
Definition at line 90 of file SignUp.java.
91 this.confirmed = confirmed;
◆ setEmail()
void org.turro.contacts.SignUp.setEmail |
( |
String |
email | ) |
|
Definition at line 74 of file SignUp.java.
75 this.email = email ==
null ? null : email.toLowerCase();
◆ setId()
void org.turro.contacts.SignUp.setId |
( |
String |
id | ) |
|
◆ setName()
void org.turro.contacts.SignUp.setName |
( |
String |
name | ) |
|
◆ setValueMap()
void org.turro.contacts.SignUp.setValueMap |
( |
String |
valueMap | ) |
|
Definition at line 98 of file SignUp.java.
99 this.valueMap = valueMap;
The documentation for this class was generated from the following file: