Provide tosca function to custom datatypes of list and map
[sdc.git] / catalog-model / src / main / java / org / openecomp / sdc / be / model / PropertyDefinition.java
index d9add3f..f612514 100644 (file)
@@ -39,6 +39,16 @@ public class PropertyDefinition extends PropertyDataDefinition implements IOpera
         super();
     }
 
+    public String getToscaSubPath() {
+        return toscaSubPath;
+    }
+
+    public void setToscaSubPath(String toscaSubPath) {
+        this.toscaSubPath = toscaSubPath;
+    }
+
+    private String toscaSubPath;
+
     public PropertyDefinition(PropertyDataDefinition p) {
         super(p);
         getConstraints();