package com.landtool.lanbase.modules.res.entity.UserDefined;
|
|
import java.sql.Timestamp;
|
|
public class UserDef_ZYML_ChaXunQu {
|
|
private String title;
|
|
private String resourceclass;
|
|
private Long createuserid;
|
|
private String catlogcode;
|
|
private String datasources;
|
|
private String pubdateBegin;
|
|
private String pubdatefinish;
|
|
private String ExistPermission;
|
|
private Integer resourcestatus;
|
|
private String filetype;
|
|
private String sourcetype;
|
|
private java.sql.Timestamp createdate;
|
|
private String sort;
|
|
private String dir;
|
|
private String integratetype;
|
|
private String publishsoft;
|
|
private String basemaptype;
|
|
private String showmodel;
|
|
private String rendermode;
|
|
private String servertype;
|
|
private String type;
|
|
private String tmpublishsoft;
|
|
private String ywpublishsoft;
|
|
private String imageaccuracy;
|
|
private String databasealias;
|
|
private Integer espproxy;
|
|
private Integer catlogid;
|
|
private String sharprotocol;
|
|
private String catalogName;//��ԴĿ¼����
|
|
private String isDiTuFuwu; //是否查询地图服务的资源
|
|
private String spcStatus;
|
public String getTitle() {
|
return title;
|
}
|
|
public void setTitle(String title) {
|
this.title = title;
|
}
|
|
public String getResourceclass() {
|
return resourceclass;
|
}
|
|
public void setResourceclass(String resourceclass) {
|
this.resourceclass = resourceclass;
|
}
|
|
public Long getCreateuserid() {
|
return createuserid;
|
}
|
|
public void setCreateuserid(Long createuserid) {
|
this.createuserid = createuserid;
|
}
|
|
public String getCatlogcode() {
|
return catlogcode;
|
}
|
|
public void setCatlogcode(String catlogcode) {
|
this.catlogcode = catlogcode;
|
}
|
|
public String getDatasources() {
|
return datasources;
|
}
|
|
public void setDatasources(String datasources) {
|
this.datasources = datasources;
|
}
|
|
public String getPubdateBegin() {
|
return pubdateBegin;
|
}
|
|
public void setPubdateBegin(String pubdateBegin) {
|
this.pubdateBegin = pubdateBegin;
|
}
|
|
public String getPubdatefinish() {
|
return pubdatefinish;
|
}
|
|
public void setPubdatefinish(String pubdatefinish) {
|
this.pubdatefinish = pubdatefinish;
|
}
|
|
public String getExistPermission() {
|
return ExistPermission;
|
}
|
|
public void setExistPermission(String existPermission) {
|
ExistPermission = existPermission;
|
}
|
|
public Integer getResourcestatus() {
|
return resourcestatus;
|
}
|
|
public void setResourcestatus(Integer resourcestatus) {
|
this.resourcestatus = resourcestatus;
|
}
|
|
public String getFiletype() {
|
return filetype;
|
}
|
|
public void setFiletype(String filetype) {
|
this.filetype = filetype;
|
}
|
|
public String getSourcetype() {
|
return sourcetype;
|
}
|
|
public void setSourcetype(String sourcetype) {
|
this.sourcetype = sourcetype;
|
}
|
|
public Timestamp getCreatedate() {
|
return createdate;
|
}
|
|
public void setCreatedate(Timestamp createdate) {
|
this.createdate = createdate;
|
}
|
|
public String getSort() {
|
return sort;
|
}
|
|
public void setSort(String sort) {
|
this.sort = sort;
|
}
|
|
public String getDir() {
|
return dir;
|
}
|
|
public void setDir(String dir) {
|
this.dir = dir;
|
}
|
|
public String getIntegratetype() {
|
return integratetype;
|
}
|
|
public void setIntegratetype(String integratetype) {
|
this.integratetype = integratetype;
|
}
|
|
public String getPublishsoft() {
|
return publishsoft;
|
}
|
|
public void setPublishsoft(String publishsoft) {
|
this.publishsoft = publishsoft;
|
}
|
|
public String getBasemaptype() {
|
return basemaptype;
|
}
|
|
public void setBasemaptype(String basemaptype) {
|
this.basemaptype = basemaptype;
|
}
|
|
public String getShowmodel() {
|
return showmodel;
|
}
|
|
public void setShowmodel(String showmodel) {
|
this.showmodel = showmodel;
|
}
|
|
public String getRendermode() {
|
return rendermode;
|
}
|
|
public void setRendermode(String rendermode) {
|
this.rendermode = rendermode;
|
}
|
|
public String getServertype() {
|
return servertype;
|
}
|
|
public void setServertype(String servertype) {
|
this.servertype = servertype;
|
}
|
|
public String getType() {
|
return type;
|
}
|
|
public void setType(String type) {
|
this.type = type;
|
}
|
|
public String getTmpublishsoft() {
|
return tmpublishsoft;
|
}
|
|
public void setTmpublishsoft(String tmpublishsoft) {
|
this.tmpublishsoft = tmpublishsoft;
|
}
|
|
public String getYwpublishsoft() {
|
return ywpublishsoft;
|
}
|
|
public void setYwpublishsoft(String ywpublishsoft) {
|
this.ywpublishsoft = ywpublishsoft;
|
}
|
|
public String getImageaccuracy() {
|
return imageaccuracy;
|
}
|
|
public void setImageaccuracy(String imageaccuracy) {
|
this.imageaccuracy = imageaccuracy;
|
}
|
|
public Integer getEspproxy() {
|
return espproxy;
|
}
|
|
public void setEspproxy(Integer espproxy) {
|
this.espproxy = espproxy;
|
}
|
|
public String getDatabasealias() {
|
return databasealias;
|
}
|
|
public void setDatabasealias(String databasealias) {
|
this.databasealias = databasealias;
|
}
|
|
public Integer getCatlogid() {
|
return catlogid;
|
}
|
|
public void setCatlogid(Integer catlogid) {
|
this.catlogid = catlogid;
|
}
|
|
public String getSharprotocol() {
|
return sharprotocol;
|
}
|
|
public void setSharprotocol(String sharprotocol) {
|
this.sharprotocol = sharprotocol;
|
}
|
|
public String getCatalogName() {
|
return catalogName;
|
}
|
|
public void setCatalogName(String catalogName) {
|
this.catalogName = catalogName;
|
}
|
|
private String faburen;
|
|
public String getFaburen() {
|
return faburen;
|
}
|
|
public void setFaburen(String faburen) {
|
this.faburen = faburen;
|
}
|
|
public String getIsDiTuFuwu() {
|
return isDiTuFuwu;
|
}
|
|
public void setIsDiTuFuwu(String isDiTuFuwu) {
|
this.isDiTuFuwu = isDiTuFuwu;
|
}
|
|
private String isDiTuwu;
|
|
public String getIsDiTuwu() {
|
return isDiTuwu;
|
}
|
|
public void setIsDiTuwu(String isDiTuwu) {
|
this.isDiTuwu = isDiTuwu;
|
}
|
|
public String getSpcStatus() {
|
return spcStatus;
|
}
|
|
public void setSpcStatus(String spcStatus) {
|
this.spcStatus = spcStatus;
|
}
|
}
|