Commit 2086896a by Antti Tonkyra

forgot compoid getset

1 parent 4fb0668e
......@@ -28,6 +28,14 @@ public class VotingCompoAddEntryView {
private Integer compoId;
public Integer getCompoId() {
return compoId;
}
public void setCompoId(Integer compoId) {
this.compoId = compoId;
}
public UploadedFile getUploadedFile() {
return uploadedFile;
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!