summaryrefslogtreecommitdiffstats
path: root/common-be
diff options
context:
space:
mode:
Diffstat (limited to 'common-be')
-rw-r--r--common-be/src/main/java/org/openecomp/sdc/be/datatypes/elements/PropertyDataDefinition.java7
1 files changed, 3 insertions, 4 deletions
diff --git a/common-be/src/main/java/org/openecomp/sdc/be/datatypes/elements/PropertyDataDefinition.java b/common-be/src/main/java/org/openecomp/sdc/be/datatypes/elements/PropertyDataDefinition.java
index 6b17c419e4..845eee808a 100644
--- a/common-be/src/main/java/org/openecomp/sdc/be/datatypes/elements/PropertyDataDefinition.java
+++ b/common-be/src/main/java/org/openecomp/sdc/be/datatypes/elements/PropertyDataDefinition.java
@@ -71,10 +71,6 @@ public class PropertyDataDefinition extends ToscaDataDefinition {
private String parentPropertyType;
private String subPropertyInputPath;
private List<Annotation> annotations;
- /**
- * The resource id which this property belongs to
- */
- private String parentUniqueId;
private List<GetInputValueDataDefinition> getInputValues;
private Boolean isDeclaredListInput = Boolean.FALSE;
private List<GetPolicyValueDataDefinition> getPolicyValues;
@@ -188,6 +184,9 @@ public class PropertyDataDefinition extends ToscaDataDefinition {
return mappedToComponentProperty;
}
+ /**
+ * The resource id which this property belongs to
+ */
public String getParentUniqueId() {
return getOwnerId();
}