- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 33 of file RelatedPaths.java.
◆ getCreation()
Date org.turro.contacts.RelatedPaths.getCreation |
( |
| ) |
|
◆ getDescription()
String org.turro.contacts.RelatedPaths.getDescription |
( |
| ) |
|
◆ getDestination()
String org.turro.contacts.RelatedPaths.getDestination |
( |
| ) |
|
◆ getOrigin()
String org.turro.contacts.RelatedPaths.getOrigin |
( |
| ) |
|
◆ isEmpty()
boolean org.turro.contacts.RelatedPaths.isEmpty |
( |
| ) |
|
Definition at line 87 of file RelatedPaths.java.
88 return Strings.isBlank(origin) || Strings.isBlank(destination);
◆ isUnbreakable()
boolean org.turro.contacts.RelatedPaths.isUnbreakable |
( |
| ) |
|
◆ setCreation()
void org.turro.contacts.RelatedPaths.setCreation |
( |
Date |
creation | ) |
|
◆ setDescription()
void org.turro.contacts.RelatedPaths.setDescription |
( |
String |
description | ) |
|
◆ setDestination()
void org.turro.contacts.RelatedPaths.setDestination |
( |
String |
destination | ) |
|
◆ setOrigin()
void org.turro.contacts.RelatedPaths.setOrigin |
( |
String |
origin | ) |
|
◆ setUnbreakable()
void org.turro.contacts.RelatedPaths.setUnbreakable |
( |
boolean |
unbreakable | ) |
|
The documentation for this class was generated from the following file: