package com.landtool.lanbase.modules.res.entity;
|
|
|
import java.util.List;
|
|
public class SimpleZiYuan {
|
|
private Integer resourceid;
|
private String title;
|
private String keywords;
|
private String resourceclass;
|
private String securitylev;
|
private String pubdate;
|
private Integer pubunitid;
|
private Long createuserid;
|
private String datasources;
|
|
private String createusername;//中文名
|
private String pubunitname;//单位名称
|
private Integer readcount;//浏览次数
|
private Integer applycount;//申请量
|
private String auditstatusname;//审核状态名称
|
private String imgurl;//圖片地址
|
private String resourcetype;
|
private Integer isquanxian;//对此资源是否有权限
|
private String firstmapurl;//首笔协议服务路径
|
|
private Integer status; //资源状态
|
|
public Integer getStatus() {
|
return status;
|
}
|
|
public void setStatus(Integer status) {
|
this.status = status;
|
}
|
|
public List getList() {
|
return list;
|
}
|
|
public void setList(List list) {
|
this.list = list;
|
}
|
|
private List list;//关联字列表
|
|
public String getDatasources() {
|
return datasources;
|
}
|
|
public void setDatasources(String datasources) {
|
this.datasources = datasources;
|
}
|
|
public Integer getResourceid() {
|
return resourceid;
|
}
|
|
public void setResourceid(Integer resourceid) {
|
this.resourceid = resourceid;
|
}
|
|
public String getTitle() {
|
return title;
|
}
|
|
public void setTitle(String title) {
|
this.title = title;
|
}
|
|
public String getKeywords() {
|
return keywords;
|
}
|
|
public void setKeywords(String keywords) {
|
this.keywords = keywords;
|
}
|
|
public String getResourceclass() {
|
return resourceclass;
|
}
|
|
public void setResourceclass(String resourceclass) {
|
this.resourceclass = resourceclass;
|
}
|
|
public String getSecuritylev() {
|
return securitylev;
|
}
|
|
public void setSecuritylev(String securitylev) {
|
this.securitylev = securitylev;
|
}
|
|
public String getPubdate() {
|
return pubdate;
|
}
|
|
public void setPubdate(String 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 getCreateusername() {
|
return createusername;
|
}
|
|
public void setCreateusername(String createusername) {
|
this.createusername = createusername;
|
}
|
|
public String getPubunitname() {
|
return pubunitname;
|
}
|
|
public void setPubunitname(String pubunitname) {
|
this.pubunitname = pubunitname;
|
}
|
|
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 getAuditstatusname() { return auditstatusname; }
|
|
public void setAuditstatusname(String auditstatusname) {
|
this.auditstatusname = auditstatusname;
|
}
|
|
public String getImgurl() {
|
return imgurl;
|
}
|
|
public void setImgurl(String imgurl) {
|
this.imgurl = imgurl;
|
}
|
|
public String getResourcetype(){
|
return resourcetype;
|
}
|
|
public void setResourcetype(String resourcetype){
|
this.resourcetype = resourcetype;
|
}
|
|
public Integer getIsquanxian(){
|
return isquanxian;
|
}
|
|
public void setIsquanxian(Integer isquanxian){
|
this.isquanxian = isquanxian;
|
}
|
|
public String getFirstmapurl(){
|
return firstmapurl;
|
}
|
|
public void setFirstmapurl(String firstmapurl){
|
this.firstmapurl = firstmapurl;
|
}
|
}
|