Skip to content
Snippets Groups Projects
Commit 71545eda authored by Gwenaelle ABEILLE's avatar Gwenaelle ABEILLE
Browse files

add setters

parent d3b2348f
No related branches found
No related tags found
No related merge requests found
...@@ -71,4 +71,12 @@ public class Publisher { ...@@ -71,4 +71,12 @@ public class Publisher {
public void setStatus(final String status) { public void setStatus(final String status) {
this.status = status; this.status = status;
} }
public void setDynMngt(final DynamicManager dynMngt) {
this.dynMngt = dynMngt;
}
public void setAttributesList(final String[] attributesList) {
this.attributesList = attributesList;
}
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment