WidgetsController Up
[portal.git] / portal-BE / src / main / java / org / onap / portal / domain / dto / ecomp / Widget.java
index 86c9226..206484f 100644 (file)
@@ -66,6 +66,12 @@ public class Widget extends DomainVo {
                this.url = "";
        }
 
+       public Widget(Long appId, String name, String url) {
+               this.name = name;
+               this.url = url;
+               this.appId = appId;
+       }
+
        public void setName(String name) {
                if (StringUtils.isEmpty(name)) {
                        name = "";