Skip to content
Snippets Groups Projects

feat: [AoU-421] create notifications for all publication's validators when a...

Merged Nicolas.Rod requested to merge rodn-421-notifications-deposits-to-validate into master
All threads resolved!
Files
7
@@ -12,6 +12,7 @@ public class ContributorDTO extends AbstractContributor {
private String role;
private String orcid;
private String cnIndividu;
private String structure;
public ContributorDTO() {
}
@@ -79,6 +80,14 @@ public class ContributorDTO extends AbstractContributor {
this.cnIndividu = cnIndividu;
}
public String getStructure() {
return this.structure;
}
public void setStructure(String structure) {
this.structure = structure;
}
@Override
public boolean equals(Object o) {
if (this == o) {
Loading