package com.landtool.lanbase.modules.res.entity; import java.util.Date; public class Res_Theme_Module { private Integer moduleid; private Integer panelresid; private Integer mapresid; private String title; private Integer diyuserid; private Date diytime; private String panelurl; //已选择id private String selectids; private Integer clusterstyle; private String serviceconfig; private String maptitle; private Integer isclickchartfilter; private Integer ismaplinkage; private String associationlayer; private Double echartsheight; private Integer thememapid; private String fitbrowser; private int isIE; private int isGoogle; private int isFirefox; public String getFitbrowser() { return fitbrowser; } public void setFitbrowser(String fitbrowser) { this.fitbrowser = fitbrowser; } public int getIsIE() { return isIE; } public void setIsIE(int isIE) { this.isIE = isIE; } public int getIsGoogle() { return isGoogle; } public void setIsGoogle(int isGoogle) { this.isGoogle = isGoogle; } public int getIsFirefox() { return isFirefox; } public void setIsFirefox(int isFirefox) { this.isFirefox = isFirefox; } public Integer getClusterstyle() { return clusterstyle; } public void setClusterstyle(Integer clusterstyle) { this.clusterstyle = clusterstyle; } public Integer getModuleid() { return moduleid; } public void setModuleid(Integer moduleid) { this.moduleid = moduleid; } public Integer getPanelresid() { return panelresid; } public void setPanelresid(Integer panelresid) { this.panelresid = panelresid; } public Integer getMapresid() { return mapresid; } public void setMapresid(Integer mapresid) { this.mapresid = mapresid; } public String getTitle() { return title; } public void setTitle(String title) { this.title = title == null ? null : title.trim(); } public Integer getDiyuserid() { return diyuserid; } public void setDiyuserid(Integer diyuserid) { this.diyuserid = diyuserid; } public Date getDiytime() { return diytime; } public void setDiytime(Date diytime) { this.diytime = diytime; } public String getSelectids() { return selectids; } public void setSelectids(String selectids) { this.selectids = selectids; } public String getPanelurl() { return panelurl; } public void setPanelurl(String panelurl) { this.panelurl = panelurl; } public String getServiceconfig() {return serviceconfig;} public void setServiceconfig(String serviceconfig) {this.serviceconfig = serviceconfig;} public String getMaptitle() {return maptitle;} public void setMaptitle(String maptitle) {this.maptitle = maptitle;} public Integer getIsclickchartfilter() { return isclickchartfilter; } public void setIsclickchartfilter(Integer isclickchartfilter) { this.isclickchartfilter = isclickchartfilter; } public Integer getIsmaplinkage() { return ismaplinkage; } public void setIsmaplinkage(Integer ismaplinkage) { this.ismaplinkage = ismaplinkage; } public String getAssociationlayer() { return associationlayer; } public void setAssociationlayer(String associationlayer) { this.associationlayer = associationlayer; } public Double getEchartsheight() { return echartsheight; } public void setEchartsheight(Double echartsheight) { this.echartsheight = echartsheight; } public Integer getThememapid() { return thememapid; } public void setThememapid(Integer thememapid) { this.thememapid = thememapid; } }