Provide user to specify the ouput name while declaring the atrributes
[sdc.git] / catalog-model / src / main / java / org / openecomp / sdc / be / model / ComponentInstanceAttribOutput.java
index 8531a36..42ff192 100644 (file)
@@ -28,6 +28,7 @@ public class ComponentInstanceAttribOutput extends ComponentInstanceAttribute {
 
     private String attributesName;
     private AttributeDefinition output;
+    private String outputName;
 
     public ComponentInstanceAttribOutput() {
         super();