Switch to side-by-side view

--- a/src/net/timbusproject/dpes/alternative/ReasonerClient/REST/RequestData.java
+++ b/src/net/timbusproject/dpes/alternative/ReasonerClient/REST/RequestData.java
@@ -59,4 +59,20 @@
         }
         return result;
     }
+
+    public List<String> getToInstall() {
+        return toInstall;
+    }
+
+    public List<String> getToRemove() {
+        return toRemove;
+    }
+
+    public String getTarget() {
+        return target;
+    }
+
+    public String getDataset() {
+        return dataset;
+    }
 }