- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 30 of file Duplicated.java.
◆ Duplicated()
org.turro.contacts.duplicates.Duplicated.Duplicated |
( |
DuplicatedType |
type, |
|
|
String |
title, |
|
|
String |
value |
|
) |
| |
◆ compareTo()
int org.turro.contacts.duplicates.Duplicated.compareTo |
( |
Duplicated |
o | ) |
|
Definition at line 83 of file Duplicated.java.
84 return Comparison.ascendant()
85 .compare(type, o.type)
86 .compare(title, o.title)
87 .compare(value, o.value)
◆ getConsequence()
String org.turro.contacts.duplicates.Duplicated.getConsequence |
( |
| ) |
|
◆ getContacts()
Set<String> org.turro.contacts.duplicates.Duplicated.getContacts |
( |
| ) |
|
◆ getIcon()
String org.turro.contacts.duplicates.Duplicated.getIcon |
( |
| ) |
|
Definition at line 58 of file Duplicated.java.
60 case STOPPER ->
"hand paper red";
61 case WARNING ->
"exclamation triangle orange";
62 case SAFE ->
"copy outline teal";
◆ getTitle()
String org.turro.contacts.duplicates.Duplicated.getTitle |
( |
| ) |
|
◆ getType()
◆ getValue()
String org.turro.contacts.duplicates.Duplicated.getValue |
( |
| ) |
|
◆ setConsequence()
void org.turro.contacts.duplicates.Duplicated.setConsequence |
( |
String |
consequence | ) |
|
◆ setContacts()
void org.turro.contacts.duplicates.Duplicated.setContacts |
( |
Collection< String > |
contacts | ) |
|
The documentation for this class was generated from the following file: