[PORTAL-16 PORTAL-18] Widget ms; staging
[portal.git] / ecomp-portal-BE-common / src / main / java / org / openecomp / portalapp / portal / domain / WidgetCatalogParameter.java
index c72780a..6e750db 100644 (file)
@@ -1,90 +1,90 @@
-/*-\r
- * ================================================================================\r
- * ECOMP Portal\r
- * ================================================================================\r
- * Copyright (C) 2017 AT&T Intellectual Property\r
- * ================================================================================\r
- * Licensed under the Apache License, Version 2.0 (the "License");\r
- * you may not use this file except in compliance with the License.\r
- * You may obtain a copy of the License at\r
- * \r
- *      http://www.apache.org/licenses/LICENSE-2.0\r
- * \r
- * Unless required by applicable law or agreed to in writing, software\r
- * distributed under the License is distributed on an "AS IS" BASIS,\r
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
- * See the License for the specific language governing permissions and\r
- * limitations under the License.\r
- * ================================================================================\r
- */\r
-package org.openecomp.portalapp.portal.domain;\r
-\r
-import org.openecomp.portalsdk.core.domain.support.DomainVo;\r
-\r
-public class WidgetCatalogParameter extends DomainVo{\r
-       \r
-       private static final long serialVersionUID = 1L;\r
-\r
-       public WidgetCatalogParameter() {\r
-\r
-       }\r
-       private Long id;\r
-\r
-       private Long widgetId;\r
-\r
-       private Long userId;\r
-\r
-       private Long paramId;\r
-\r
-       private String user_value;\r
-\r
-       public Long getId() {\r
-               return id;\r
-       }\r
-\r
-       public void setId(Long id) {\r
-               this.id = id;\r
-       }\r
-\r
-       public Long getWidgetId() {\r
-               return widgetId;\r
-       }\r
-\r
-       public void setWidgetId(Long widgetId) {\r
-               this.widgetId = widgetId;\r
-       }\r
-\r
-       public String getUser_value() {\r
-               return user_value;\r
-       }\r
-\r
-       public void setUser_value(String user_value) {\r
-               this.user_value = user_value;\r
-       }\r
-\r
-       public Long getParamId() {\r
-               return paramId;\r
-       }\r
-\r
-       public void setParamId(Long paramId) {\r
-               this.paramId = paramId;\r
-       }\r
-\r
-       public Long getUserId() {\r
-               return userId;\r
-       }\r
-\r
-       public void setUserId(Long userId) {\r
-               this.userId = userId;\r
-       }\r
-\r
-       @Override\r
-       public String toString() {\r
-               return "WidgetCatalogParameter [id=" + id + ", widgetId=" + widgetId + ", userId=" + userId + ", paramId="\r
-                               + paramId + ", user_value=" + user_value + "]";\r
-       }\r
-\r
-       \r
-\r
-       \r
-}\r
+/*-
+ * ================================================================================
+ * ECOMP Portal
+ * ================================================================================
+ * Copyright (C) 2017 AT&T Intellectual Property
+ * ================================================================================
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ================================================================================
+ */
+package org.openecomp.portalapp.portal.domain;
+
+import org.openecomp.portalsdk.core.domain.support.DomainVo;
+
+public class WidgetCatalogParameter extends DomainVo{
+       
+       private static final long serialVersionUID = 1L;
+
+       public WidgetCatalogParameter() {
+
+       }
+       private Long id;
+
+       private Long widgetId;
+
+       private Long userId;
+
+       private Long paramId;
+
+       private String user_value;
+
+       public Long getId() {
+               return id;
+       }
+
+       public void setId(Long id) {
+               this.id = id;
+       }
+
+       public Long getWidgetId() {
+               return widgetId;
+       }
+
+       public void setWidgetId(Long widgetId) {
+               this.widgetId = widgetId;
+       }
+
+       public String getUser_value() {
+               return user_value;
+       }
+
+       public void setUser_value(String user_value) {
+               this.user_value = user_value;
+       }
+
+       public Long getParamId() {
+               return paramId;
+       }
+
+       public void setParamId(Long paramId) {
+               this.paramId = paramId;
+       }
+
+       public Long getUserId() {
+               return userId;
+       }
+
+       public void setUserId(Long userId) {
+               this.userId = userId;
+       }
+
+       @Override
+       public String toString() {
+               return "WidgetCatalogParameter [id=" + id + ", widgetId=" + widgetId + ", userId=" + userId + ", paramId="
+                               + paramId + ", user_value=" + user_value + "]";
+       }
+
+       
+
+       
+}