- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 37 of file InTouch.java.
◆ getAddress()
Address org.turro.contacts.InTouch.getAddress |
( |
| ) |
|
◆ getContact()
Contact org.turro.contacts.InTouch.getContact |
( |
| ) |
|
◆ getControl()
Date org.turro.contacts.InTouch.getControl |
( |
| ) |
|
◆ getDescription()
String org.turro.contacts.InTouch.getDescription |
( |
| ) |
|
◆ getId()
String org.turro.contacts.InTouch.getId |
( |
| ) |
|
◆ getName()
String org.turro.contacts.InTouch.getName |
( |
| ) |
|
◆ getPath()
String org.turro.contacts.InTouch.getPath |
( |
| ) |
|
◆ isEmpty()
boolean org.turro.contacts.InTouch.isEmpty |
( |
| ) |
|
Definition at line 119 of file InTouch.java.
120 return Strings.isBlank(path) ||
121 Strings.isBlank(name) || contact ==
null;
◆ setAddress()
void org.turro.contacts.InTouch.setAddress |
( |
Address |
address | ) |
|
◆ setContact()
void org.turro.contacts.InTouch.setContact |
( |
Contact |
contact | ) |
|
Definition at line 97 of file InTouch.java.
98 this.contact = contact;
◆ setControl()
void org.turro.contacts.InTouch.setControl |
( |
Date |
control | ) |
|
Definition at line 73 of file InTouch.java.
74 this.control = control;
◆ setDescription()
void org.turro.contacts.InTouch.setDescription |
( |
String |
description | ) |
|
Definition at line 113 of file InTouch.java.
114 this.description = description;
◆ setId()
void org.turro.contacts.InTouch.setId |
( |
String |
id | ) |
|
◆ setName()
void org.turro.contacts.InTouch.setName |
( |
String |
name | ) |
|
◆ setPath()
void org.turro.contacts.InTouch.setPath |
( |
String |
path | ) |
|
The documentation for this class was generated from the following file: