[PORTAL-16 PORTAL-18] Widget ms; staging
[portal.git] / ecomp-portal-BE-common / src / main / java / org / openecomp / portalapp / portal / domain / AppContactUs.java
index d399c82..be3baa0 100644 (file)
@@ -1,86 +1,86 @@
-/*-\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
-/**\r
- * Models rows in the fn_app_contact_us table added for 1610.1.\r
- */\r
-public class AppContactUs extends DomainVo {\r
-\r
-       private static final long serialVersionUID = -2742197830465055134L;\r
-\r
-       private EPApp app;\r
-       private String description;\r
-       private String contactEmail;\r
-       private String contactName;\r
-       private String url;\r
-       private String activeYN;\r
-\r
-       public EPApp getApp() {\r
-               return app;\r
-       }\r
-\r
-       public void setApp(EPApp app) {\r
-               this.app = app;\r
-       }\r
-\r
-       public String getDescription() {\r
-               return description;\r
-       }\r
-\r
-       public void setDescription(String description) {\r
-               this.description = description;\r
-       }\r
-\r
-       public String getContactEmail() {\r
-               return contactEmail;\r
-       }\r
-\r
-       public void setContactEmail(String contactEmail) {\r
-               this.contactEmail = contactEmail;\r
-       }\r
-\r
-       public String getContactName() {\r
-               return contactName;\r
-       }\r
-\r
-       public void setContactName(String contactName) {\r
-               this.contactName = contactName;\r
-       }\r
-\r
-       public String getUrl() {\r
-               return url;\r
-       }\r
-\r
-       public void setUrl(String url) {\r
-               this.url = url;\r
-       }\r
-\r
-       public String getActiveYN() {\r
-               return activeYN;\r
-       }\r
-\r
-       public void setActiveYN(String activeYN) {\r
-               this.activeYN = activeYN;\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;
+
+/**
+ * Models rows in the fn_app_contact_us table added for 1610.1.
+ */
+public class AppContactUs extends DomainVo {
+
+       private static final long serialVersionUID = -2742197830465055134L;
+
+       private EPApp app;
+       private String description;
+       private String contactEmail;
+       private String contactName;
+       private String url;
+       private String activeYN;
+
+       public EPApp getApp() {
+               return app;
+       }
+
+       public void setApp(EPApp app) {
+               this.app = app;
+       }
+
+       public String getDescription() {
+               return description;
+       }
+
+       public void setDescription(String description) {
+               this.description = description;
+       }
+
+       public String getContactEmail() {
+               return contactEmail;
+       }
+
+       public void setContactEmail(String contactEmail) {
+               this.contactEmail = contactEmail;
+       }
+
+       public String getContactName() {
+               return contactName;
+       }
+
+       public void setContactName(String contactName) {
+               this.contactName = contactName;
+       }
+
+       public String getUrl() {
+               return url;
+       }
+
+       public void setUrl(String url) {
+               this.url = url;
+       }
+
+       public String getActiveYN() {
+               return activeYN;
+       }
+
+       public void setActiveYN(String activeYN) {
+               this.activeYN = activeYN;
+       }
+
+}