Sync Integ to Master
[sdc.git] / ui-ci / src / main / java / org / openecomp / sdc / ci / tests / datatypes / CanvasElement.java
index 818b488..e217847 100644 (file)
@@ -43,6 +43,12 @@ public final class CanvasElement {
                elementType = canvasItem;
        }
 
+       public CanvasElement(String name, ImmutablePair<Integer, Integer> location) {
+               super();
+               this.uniqueId = name;
+               this.location = location;
+       }
+
        public String getUniqueId() {
                return uniqueId;
        }