package com.landtool.lanbase.modules.res.entity;
|
|
public class Res_MainInfo {
|
|
private Integer resourceid;
|
private Integer catlogid;
|
private String title;
|
private String abbreviation;
|
private String pingyinfiirst;
|
private String catlogcode;
|
private String keywords;
|
private String description;
|
private String desurl;
|
private String imgurl;
|
private String resourceclass;
|
private String datasources;
|
private java.sql.Timestamp productiontime;
|
private String updatetimes;
|
private java.sql.Timestamp pubdate;
|
private Integer pubunitid;
|
private Long createuserid;
|
private String administrativeid;
|
private String securitylev;
|
private String sharprotocol;
|
private Integer espproxy;
|
private String username;
|
private String password;
|
private String token;
|
private Integer resourcestatus;
|
private Integer auditstatus;
|
|
private Integer displayby2d;
|
private Integer displayby3d;
|
private Integer orderid;
|
private java.sql.Timestamp createdate;
|
private java.sql.Timestamp lasteditdate;
|
private String remark;
|
private String pubdateBegin;
|
private String pubdatefinish;
|
private Integer iscollect;
|
private Integer cparentid;
|
private Integer t;
|
private String sort;
|
private String dir;
|
// modified by qufangxu
|
private Integer insteadaudit;
|
private String ExistPermission;//超级管理员字段
|
private Integer readcount;//浏览量
|
private Integer applycount;//申请量
|
|
private String selectids;
|
private String GraphicStyle;
|
|
|
//new ADD 2020118 ZSX
|
private Long expiration;// token失效
|
|
private Integer spcStatus;
|
|
public Integer getSpcStatus() {
|
return spcStatus;
|
}
|
|
public void setSpcStatus(Integer spcStatus) {
|
this.spcStatus = spcStatus;
|
}
|
|
public Long getExpiration() {
|
return expiration;
|
}
|
|
public void setExpiration(Long expiration) {
|
this.expiration = expiration;
|
}
|
|
public String getGraphicStyle() {
|
return GraphicStyle;
|
}
|
|
public void setGraphicStyle(String graphicStyle) {
|
GraphicStyle = graphicStyle;
|
}
|
|
public String getExistPermission() {
|
return ExistPermission;
|
}
|
|
public void setExistPermission(String existPermission) {
|
ExistPermission = existPermission;
|
}
|
|
public Integer getInsteadaudit() {
|
return insteadaudit;
|
}
|
|
public void setInsteadaudit(Integer insteadaudit) {
|
this.insteadaudit = insteadaudit;
|
}
|
|
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 getPubdatefinish() {
|
return pubdatefinish;
|
}
|
|
public void setPubdatefinish(String pubdatefinish) {
|
this.pubdatefinish = pubdatefinish;
|
}
|
|
public String getPubdateBegin() {
|
return pubdateBegin;
|
}
|
|
public void setPubdateBegin(String pubdateBegin) {
|
this.pubdateBegin = pubdateBegin;
|
}
|
|
public Integer getResourceid() {
|
return resourceid;
|
}
|
|
public void setResourceid(Integer resourceid) {
|
this.resourceid = resourceid;
|
}
|
|
public Integer getCatlogid() {
|
return catlogid;
|
}
|
|
public void setCatlogid(Integer catlogid) {
|
this.catlogid = catlogid;
|
}
|
|
public String getTitle() {
|
return title;
|
}
|
|
public void setTitle(String title) {
|
this.title = title;
|
}
|
|
public String getAbbreviation() {
|
return abbreviation;
|
}
|
|
public void setAbbreviation(String abbreviation) {
|
this.abbreviation = abbreviation;
|
}
|
|
public String getPingyinfiirst() {
|
return pingyinfiirst;
|
}
|
|
public void setPingyinfiirst(String pingyinfiirst) {
|
this.pingyinfiirst = pingyinfiirst;
|
}
|
|
public String getCatlogcode() {
|
return catlogcode;
|
}
|
|
public void setCatlogcode(String catlogcode) {
|
this.catlogcode = catlogcode;
|
}
|
|
public String getKeywords() {
|
return keywords;
|
}
|
|
public void setKeywords(String keywords) {
|
this.keywords = keywords;
|
}
|
|
public String getDescription() {
|
return description;
|
}
|
|
public void setDescription(String description) {
|
this.description = description;
|
}
|
|
public String getDesurl() {
|
return desurl;
|
}
|
|
public void setDesurl(String desurl) {
|
this.desurl = desurl;
|
}
|
|
public String getImgurl() {
|
return imgurl;
|
}
|
|
public void setImgurl(String imgurl) {
|
this.imgurl = imgurl;
|
}
|
|
public String getResourceclass() {
|
return resourceclass;
|
}
|
|
public void setResourceclass(String resourceclass) {
|
this.resourceclass = resourceclass;
|
}
|
|
public String getDatasources() {
|
return datasources;
|
}
|
|
public void setDatasources(String datasources) {
|
this.datasources = datasources;
|
}
|
|
public java.sql.Timestamp getProductiontime() {
|
return productiontime;
|
}
|
|
public void setProductiontime(java.sql.Timestamp productiontime) {
|
this.productiontime = productiontime;
|
}
|
|
public String getUpdatetimes() {
|
return updatetimes;
|
}
|
|
public void setUpdatetimes(String updatetimes) {
|
this.updatetimes = updatetimes;
|
}
|
|
public java.sql.Timestamp getPubdate() {
|
return pubdate;
|
}
|
|
public void setPubdate(java.sql.Timestamp pubdate) {
|
this.pubdate = pubdate;
|
}
|
|
public Integer getPubunitid() {
|
return pubunitid;
|
}
|
|
public void setPubunitid(Integer pubunitid) {
|
this.pubunitid = pubunitid;
|
}
|
|
public Long getCreateuserid() {
|
return createuserid;
|
}
|
|
public void setCreateuserid(Long createuserid) {
|
this.createuserid = createuserid;
|
}
|
|
public String getAdministrativeid() {
|
return administrativeid;
|
}
|
|
public void setAdministrativeid(String administrativeid) {
|
this.administrativeid = administrativeid;
|
}
|
|
public String getSecuritylev() {
|
return securitylev;
|
}
|
|
public void setSecuritylev(String securitylev) {
|
this.securitylev = securitylev;
|
}
|
|
public String getSharprotocol() {
|
return sharprotocol;
|
}
|
|
public void setSharprotocol(String sharprotocol) {
|
this.sharprotocol = sharprotocol;
|
}
|
|
public Integer getEspproxy() {
|
return espproxy;
|
}
|
|
public void setEspproxy(Integer espproxy) {
|
this.espproxy = espproxy;
|
}
|
|
public String getUsername() {
|
return username;
|
}
|
|
public void setUsername(String username) {
|
this.username = username;
|
}
|
|
public String getPassword() {
|
return password;
|
}
|
|
public void setPassword(String password) {
|
this.password = password;
|
}
|
|
public String getToken() {
|
return token;
|
}
|
|
public void setToken(String token) {
|
this.token = token;
|
}
|
|
public Integer getResourcestatus() {
|
return resourcestatus;
|
}
|
|
public void setResourcestatus(Integer resourcestatus) {
|
this.resourcestatus = resourcestatus;
|
}
|
|
public Integer getAuditstatus() {
|
return auditstatus;
|
}
|
|
public void setAuditstatus(Integer auditstatus) {
|
this.auditstatus = auditstatus;
|
}
|
|
public Integer getOrderid() {
|
return orderid;
|
}
|
|
public void setOrderid(Integer orderid) {
|
this.orderid = orderid;
|
}
|
|
public java.sql.Timestamp getCreatedate() {
|
return createdate;
|
}
|
|
public void setCreatedate(java.sql.Timestamp createdate) {
|
this.createdate = createdate;
|
}
|
|
public java.sql.Timestamp getLasteditdate() {
|
return lasteditdate;
|
}
|
|
public void setLasteditdate(java.sql.Timestamp lasteditdate) {
|
this.lasteditdate = lasteditdate;
|
}
|
|
public String getRemark() {
|
return remark;
|
}
|
|
public void setRemark(String remark) {
|
this.remark = remark;
|
}
|
|
public Integer getDisplayby2d() {
|
return displayby2d;
|
}
|
|
public void setDisplayby2d(Integer displayby2d) {
|
this.displayby2d = displayby2d;
|
}
|
|
public Integer getDisplayby3d() {
|
return displayby3d;
|
}
|
|
public void setDisplayby3d(Integer displayby3d) {
|
this.displayby3d = displayby3d;
|
}
|
|
public Integer getIscollect() {
|
return iscollect;
|
}
|
|
public void setIscollect(Integer iscollect) {
|
this.iscollect = iscollect;
|
}
|
|
public Integer getCParentid() {
|
return cparentid;
|
}
|
|
public void setCParentid(Integer cparentid) {
|
this.cparentid = cparentid;
|
}
|
|
public Integer gett() {
|
return t;
|
}
|
|
public void sett(Integer t) {
|
this.t = t;
|
}
|
|
public Integer getReadcount() {
|
return readcount;
|
}
|
|
public void setReadcount(Integer readcount) {
|
this.readcount = readcount;
|
}
|
|
public Integer getApplycount() {
|
return applycount;
|
}
|
|
public void setApplycount(Integer applycount) {
|
this.applycount = applycount;
|
}
|
|
public String getSelectids() {
|
return selectids;
|
}
|
|
public void setSelectids(String selectids) {
|
this.selectids = selectids;
|
}
|
|
private String faburen;
|
|
public String getFaburen() {
|
return faburen;
|
}
|
|
public void setFaburen(String faburen) {
|
this.faburen = faburen;
|
}
|
|
|
}
|