add label icons back-end (model and database)
This commit is contained in:
@@ -65,10 +65,18 @@ public class RestLabel {
|
||||
label.setColor(color);
|
||||
}
|
||||
|
||||
public void setIcon(@NotNull final String icon) {
|
||||
label.setIcon(icon);
|
||||
}
|
||||
|
||||
@Nullable public String getColor() {
|
||||
return label.getColor();
|
||||
}
|
||||
|
||||
@Nullable public String getIcon() {
|
||||
return label.getIcon();
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
public Label getDelegated() {
|
||||
return label;
|
||||
|
Reference in New Issue
Block a user