[PORTAL-16 PORTAL-18] Widget ms; staging
[portal.git] / ecomp-portal-BE-common / src / main / java / org / openecomp / portalapp / portal / transport / EPAppsManualPreference.java
index 658ef51..7d8b8cd 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.transport;\r
-\r
-public class EPAppsManualPreference {\r
-       \r
-       private Long appid;\r
-       private int col;\r
-       private String headerText;\r
-       private String imageLink;\r
-       private int order;\r
-       private boolean restrictedApp;\r
-       private int row;\r
-       private int sizeX;\r
-       private int sizeY;\r
-       private String subHeaderText;\r
-       private String url;\r
-       private boolean addRemoveApps;\r
-       \r
-       \r
-       public boolean isAddRemoveApps() {\r
-               return addRemoveApps;\r
-       }\r
-       public void setAddRemoveApps(boolean addRemoveApps) {\r
-               this.addRemoveApps = addRemoveApps;\r
-       }\r
-       public Long getAppid() {\r
-               return appid;\r
-       }\r
-       public void setAppid(Long appid) {\r
-               this.appid = appid;\r
-       }\r
-       public int getCol() {\r
-               return col;\r
-       }\r
-       public void setCol(int col) {\r
-               this.col = col;\r
-       }\r
-       public String getHeaderText() {\r
-               return headerText;\r
-       }\r
-       public void setHeaderText(String headerText) {\r
-               this.headerText = headerText;\r
-       }\r
-       public String getImageLink() {\r
-               return imageLink;\r
-       }\r
-       public void setImageLink(String imageLink) {\r
-               this.imageLink = imageLink;\r
-       }\r
-       public int getOrder() {\r
-               return order;\r
-       }\r
-       public void setOrder(int order) {\r
-               this.order = order;\r
-       }\r
-       public boolean isRestrictedApp() {\r
-               return restrictedApp;\r
-       }\r
-       public void setRestrictedApp(boolean restrictedApp) {\r
-               this.restrictedApp = restrictedApp;\r
-       }\r
-       public int getRow() {\r
-               return row;\r
-       }\r
-       public void setRow(int row) {\r
-               this.row = row;\r
-       }\r
-       public int getSizeX() {\r
-               return sizeX;\r
-       }\r
-       public void setSizeX(int sizeX) {\r
-               this.sizeX = sizeX;\r
-       }\r
-       public int getSizeY() {\r
-               return sizeY;\r
-       }\r
-       public void setSizeY(int sizeY) {\r
-               this.sizeY = sizeY;\r
-       }\r
-       public String getSubHeaderText() {\r
-               return subHeaderText;\r
-       }\r
-       public void setSubHeaderText(String subHeaderText) {\r
-               this.subHeaderText = subHeaderText;\r
-       }\r
-       public String getUrl() {\r
-               return url;\r
-       }\r
-       public void setUrl(String url) {\r
-               this.url = url;\r
-       }\r
-       \r
-       public boolean isValid(){\r
-               return appid != null;\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.transport;
+
+public class EPAppsManualPreference {
+       
+       private Long appid;
+       private int col;
+       private String headerText;
+       private String imageLink;
+       private int order;
+       private boolean restrictedApp;
+       private int row;
+       private int sizeX;
+       private int sizeY;
+       private String subHeaderText;
+       private String url;
+       private boolean addRemoveApps;
+       
+       
+       public boolean isAddRemoveApps() {
+               return addRemoveApps;
+       }
+       public void setAddRemoveApps(boolean addRemoveApps) {
+               this.addRemoveApps = addRemoveApps;
+       }
+       public Long getAppid() {
+               return appid;
+       }
+       public void setAppid(Long appid) {
+               this.appid = appid;
+       }
+       public int getCol() {
+               return col;
+       }
+       public void setCol(int col) {
+               this.col = col;
+       }
+       public String getHeaderText() {
+               return headerText;
+       }
+       public void setHeaderText(String headerText) {
+               this.headerText = headerText;
+       }
+       public String getImageLink() {
+               return imageLink;
+       }
+       public void setImageLink(String imageLink) {
+               this.imageLink = imageLink;
+       }
+       public int getOrder() {
+               return order;
+       }
+       public void setOrder(int order) {
+               this.order = order;
+       }
+       public boolean isRestrictedApp() {
+               return restrictedApp;
+       }
+       public void setRestrictedApp(boolean restrictedApp) {
+               this.restrictedApp = restrictedApp;
+       }
+       public int getRow() {
+               return row;
+       }
+       public void setRow(int row) {
+               this.row = row;
+       }
+       public int getSizeX() {
+               return sizeX;
+       }
+       public void setSizeX(int sizeX) {
+               this.sizeX = sizeX;
+       }
+       public int getSizeY() {
+               return sizeY;
+       }
+       public void setSizeY(int sizeY) {
+               this.sizeY = sizeY;
+       }
+       public String getSubHeaderText() {
+               return subHeaderText;
+       }
+       public void setSubHeaderText(String subHeaderText) {
+               this.subHeaderText = subHeaderText;
+       }
+       public String getUrl() {
+               return url;
+       }
+       public void setUrl(String url) {
+               this.url = url;
+       }
+       
+       public boolean isValid(){
+               return appid != null;
+       }
+}