package com.landtool.lanbase.modules.res.entity; public class Res_ExtFileSource { private Integer resourceid; private String serverurl; private String storagemode; private String gettype; private String downloadmodel; private String filename; private Double filesize; private String ftpusername; private String ftppwd; private String filetype; private Integer filepages; private String sourcetype; private String ncconfig; private String ncjsonpath; private String ncjsonattribute; public Integer getResourceid() { return resourceid; } public void setResourceid(Integer resourceid) { this.resourceid = resourceid; } public String getServerurl() { return serverurl; } public void setServerurl(String serverurl) { this.serverurl = serverurl; } public String getStoragemode() { return storagemode; } public void setStoragemode(String storagemode) { this.storagemode = storagemode; } public String getGettype() { return gettype; } public void setGettype(String gettype) { this.gettype = gettype; } public String getDownloadmodel() { return downloadmodel; } public void setDownloadmodel(String downloadmodel) { this.downloadmodel = downloadmodel; } public String getFilename() { return filename; } public void setFilename(String filename) { this.filename = filename; } public Double getFilesize() { return filesize; } public void setFilesize(Double filesize) { this.filesize = filesize; } public String getFtpusername() { return ftpusername; } public void setFtpusername(String ftpusername) { this.ftpusername = ftpusername; } public String getFtppwd() { return ftppwd; } public void setFtppwd(String ftppwd) { this.ftppwd = ftppwd; } public String getFiletype() { return filetype; } public void setFiletype(String filetype) { this.filetype = filetype; } public Integer getFilepages() { return filepages; } public void setFilepages(Integer filepages) { this.filepages = filepages; } public String getSourcetype() { return sourcetype; } public void setSourcetype(String sourcetype) { this.sourcetype = sourcetype; } public String getNcconfig() { return ncconfig; } public void setNcconfig(String ncconfig) { this.ncconfig = ncconfig; } public String getNcjsonpath() { return ncjsonpath; } public void setNcjsonpath(String ncjsonpath) { this.ncjsonpath = ncjsonpath; } public String getNcjsonattribute() { return ncjsonattribute; } public void setNcjsonattribute(String ncjsonattribute) { this.ncjsonattribute = ncjsonattribute; } }