public class Tag extends Object
| Modifier and Type | Field and Description |
|---|---|
Date |
creationDate |
String |
label |
User |
user |
| Constructor and Description |
|---|
Tag(String label) |
Tag(String label,
User user) |
Tag(String label,
User user,
Date creationDate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
static Tag |
tag(String label) |
String |
toString() |
Copyright © 2020 ICIJ. All rights reserved.