[PORTAL-16 PORTAL-18] Widget ms; staging
[portal.git] / ecomp-portal-BE-common / src / main / java / org / openecomp / portalapp / portal / domain / EcompApp.java
index 1cf89fb..6df37e8 100644 (file)
-/*-\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
-/**\r
- * Model for a subset of the columns in the fn_app table.\r
- */\r
-public class EcompApp {\r
-       \r
-       protected Long id;\r
-\r
-       public Long getId() {\r
-               return id;\r
-       }\r
-       \r
-       public void setId(Long id) {\r
-               this.id = id;\r
-       }\r
-       \r
-    private String name;\r
-\r
-       public String getName() {\r
-               return name;\r
-       }\r
-\r
-       public void setName(String name) {\r
-               this.name = name;\r
-       }\r
-       \r
-       private String imageUrl;\r
-\r
-       public String getImageUrl() {\r
-               return imageUrl;\r
-       }\r
-\r
-       public void setImageUrl(String imageUrl) {\r
-               this.imageUrl = imageUrl;\r
-       }\r
-       \r
-       private String description;\r
-\r
-       public String getDescription() {\r
-               return description;\r
-       }\r
-\r
-       public void setDescription(String description) {\r
-               this.description = description;\r
-       }\r
-       \r
-       private String notes;\r
-\r
-       public String getNotes() {\r
-               return notes;\r
-       }\r
-\r
-       public void setNotes(String notes) {\r
-               this.notes = notes;\r
-       }       \r
-\r
-       private String url;\r
-\r
-       public String getUrl() {\r
-               return url;\r
-       }\r
-\r
-       public void setUrl(String url) {\r
-               this.url = url;\r
-       }\r
-\r
-       private String alternateUrl;\r
-\r
-       public String getAlternateUrl() {\r
-               return alternateUrl;\r
-       }\r
-\r
-       public void setAlternateUrl(String alternateUrl) {\r
-               this.alternateUrl = alternateUrl;\r
-       }\r
-       \r
-       private String uebTopicName;\r
-       \r
-       public String getUebTopicName() {\r
-               return uebTopicName;\r
-       }\r
-       \r
-       public void setUebTopicName(String topicName) {\r
-               this.uebTopicName = topicName;\r
-       }\r
-       \r
-       private String uebKey;\r
-       \r
-       public String getUebKey() {\r
-               return uebKey;\r
-       }\r
-       \r
-       public void setUebKey(String uebKey) {\r
-               this.uebKey = uebKey;\r
-       }\r
-       \r
-       private String uebSecret;\r
-       \r
-       public String getUebSecret() {\r
-               return uebSecret;\r
-       }\r
-       \r
-       public void setUebSecret(String secret) {\r
-               this.uebSecret = secret;\r
-       }\r
-       \r
-       private Boolean enabled;\r
-       \r
-       public Boolean isEnabled() {\r
-               return enabled;\r
-       }\r
-       \r
-       public void setEnabled(Boolean enable) {\r
-               this.enabled = enable;\r
-       }\r
-\r
-       private Boolean restrictedApp;\r
-       \r
-       public Boolean isRestrictedApp() {\r
-               return restrictedApp;\r
-       }\r
-       \r
-       public void setRestrictedApp(Boolean restrictedApp) {\r
-               this.restrictedApp = restrictedApp;\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;
+
+/**
+ * Model for a subset of the columns in the fn_app table.
+ */
+public class EcompApp {
+       
+       protected Long id;
+
+       public Long getId() {
+               return id;
+       }
+       
+       public void setId(Long id) {
+               this.id = id;
+       }
+       
+    private String name;
+
+       public String getName() {
+               return name;
+       }
+
+       public void setName(String name) {
+               this.name = name;
+       }
+       
+       private String imageUrl;
+
+       public String getImageUrl() {
+               return imageUrl;
+       }
+
+       public void setImageUrl(String imageUrl) {
+               this.imageUrl = imageUrl;
+       }
+       
+       private String description;
+
+       public String getDescription() {
+               return description;
+       }
+
+       public void setDescription(String description) {
+               this.description = description;
+       }
+       
+       private String notes;
+
+       public String getNotes() {
+               return notes;
+       }
+
+       public void setNotes(String notes) {
+               this.notes = notes;
+       }       
+
+       private String url;
+
+       public String getUrl() {
+               return url;
+       }
+
+       public void setUrl(String url) {
+               this.url = url;
+       }
+
+       private String alternateUrl;
+
+       public String getAlternateUrl() {
+               return alternateUrl;
+       }
+
+       public void setAlternateUrl(String alternateUrl) {
+               this.alternateUrl = alternateUrl;
+       }
+       
+       private String uebTopicName;
+       
+       public String getUebTopicName() {
+               return uebTopicName;
+       }
+       
+       public void setUebTopicName(String topicName) {
+               this.uebTopicName = topicName;
+       }
+       
+       private String uebKey;
+       
+       public String getUebKey() {
+               return uebKey;
+       }
+       
+       public void setUebKey(String uebKey) {
+               this.uebKey = uebKey;
+       }
+       
+       private String uebSecret;
+       
+       public String getUebSecret() {
+               return uebSecret;
+       }
+       
+       public void setUebSecret(String secret) {
+               this.uebSecret = secret;
+       }
+       
+       private Boolean enabled;
+       
+       public Boolean isEnabled() {
+               return enabled;
+       }
+       
+       public void setEnabled(Boolean enable) {
+               this.enabled = enable;
+       }
+
+       private Boolean restrictedApp;
+       
+       public Boolean isRestrictedApp() {
+               return restrictedApp;
+       }
+       
+       public void setRestrictedApp(Boolean restrictedApp) {
+               this.restrictedApp = restrictedApp;
+       }
+}