Add CLI in verigraph.
[parser.git] / verigraph / src / it / polito / verigraph / tosca / yaml / beans / NatNode.java
diff --git a/verigraph/src/it/polito/verigraph/tosca/yaml/beans/NatNode.java b/verigraph/src/it/polito/verigraph/tosca/yaml/beans/NatNode.java
new file mode 100644 (file)
index 0000000..cd30172
--- /dev/null
@@ -0,0 +1,21 @@
+/*******************************************************************************\r
+ * Copyright (c) 2018 Politecnico di Torino and others.\r
+ *\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Apache License, Version 2.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.apache.org/licenses/LICENSE-2.0\r
+ *******************************************************************************/\r
+package it.polito.verigraph.tosca.yaml.beans;\r
+\r
+public class NatNode extends NodeTemplateYaml {\r
+    private NatConfigurationYaml properties;\r
+\r
+    public NatConfigurationYaml getProperties() {\r
+        return properties;\r
+    }\r
+\r
+    public void setProperties(NatConfigurationYaml properties) {\r
+        this.properties = properties;\r
+    }\r
+}\r