package cn.flightfeather.thirdappmodule.bean.vo; import java.util.Date; import java.util.List; import cn.flightfeather.thirdappmodule.bean.entity.Inspection; import cn.flightfeather.thirdappmodule.bean.entity.Itemevaluation; /** * Created by note_ff_1602 on 2017/12/26. */ public class InspectionVo { private String guid; private String stguid; private String sguid; private String scensename; private String scenseaddress; private Boolean istogether; private String entouraget; private String entouragewx; private String entourage; private Date executionstarttime; private Date executionendtime; private Integer problemcount; private Boolean isrechecked; private Integer recheckcount; private Integer promissednum; private Integer changednum; private Boolean ischanged; private Boolean isrvaluated; private Boolean ispromissed; private Date promissedtime; private String promisseduserguid; private String promissedusername; private String promisseduserrealname; private String promissedway; private Date promisseddeadline; private String promissbookpath; private String signpath; private String extension1; private String extension2; private String extension3; private String remark; private List problemList; private List gitList; private List itemevaluationList; public String getGuid() { return guid; } public void setGuid(String guid) { this.guid = guid; } public String getStguid() { return stguid; } public void setStguid(String stguid) { this.stguid = stguid; } public String getSguid() { return sguid; } public void setSguid(String sguid) { this.sguid = sguid; } public String getScensename() { return scensename; } public void setScensename(String scensename) { this.scensename = scensename; } public String getScenseaddress() { return scenseaddress; } public void setScenseaddress(String scenseaddress) { this.scenseaddress = scenseaddress; } public Boolean getIstogether() { return istogether; } public void setIstogether(Boolean istogether) { this.istogether = istogether; } public String getEntouraget() { return entouraget; } public void setEntouraget(String entouraget) { this.entouraget = entouraget; } public String getEntouragewx() { return entouragewx; } public void setEntouragewx(String entouragewx) { this.entouragewx = entouragewx; } public String getEntourage() { return entourage; } public void setEntourage(String entourage) { this.entourage = entourage; } public Date getExecutionstarttime() { return executionstarttime; } public void setExecutionstarttime(Date executionstarttime) { this.executionstarttime = executionstarttime; } public Date getExecutionendtime() { return executionendtime; } public void setExecutionendtime(Date executionendtime) { this.executionendtime = executionendtime; } public Integer getProblemcount() { return problemcount; } public void setProblemcount(Integer problemcount) { this.problemcount = problemcount; } public Boolean getIsrechecked() { return isrechecked; } public void setIsrechecked(Boolean isrechecked) { this.isrechecked = isrechecked; } public Integer getRecheckcount() { return recheckcount; } public void setRecheckcount(Integer recheckcount) { this.recheckcount = recheckcount; } public Integer getPromissednum() { return promissednum; } public void setPromissednum(Integer promissednum) { this.promissednum = promissednum; } public Integer getChangednum() { return changednum; } public void setChangednum(Integer changednum) { this.changednum = changednum; } public Boolean getIschanged() { return ischanged; } public void setIschanged(Boolean ischanged) { this.ischanged = ischanged; } public Boolean getIsrvaluated() { return isrvaluated; } public void setIsrvaluated(Boolean isrvaluated) { this.isrvaluated = isrvaluated; } public Boolean getIspromissed() { return ispromissed; } public void setIspromissed(Boolean ispromissed) { this.ispromissed = ispromissed; } public Date getPromissedtime() { return promissedtime; } public void setPromissedtime(Date promissedtime) { this.promissedtime = promissedtime; } public String getPromisseduserguid() { return promisseduserguid; } public void setPromisseduserguid(String promisseduserguid) { this.promisseduserguid = promisseduserguid; } public String getPromissedusername() { return promissedusername; } public void setPromissedusername(String promissedusername) { this.promissedusername = promissedusername; } public String getPromisseduserrealname() { return promisseduserrealname; } public void setPromisseduserrealname(String promisseduserrealname) { this.promisseduserrealname = promisseduserrealname; } public String getPromissedway() { return promissedway; } public void setPromissedway(String promissedway) { this.promissedway = promissedway; } public Date getPromisseddeadline() { return promisseddeadline; } public void setPromisseddeadline(Date promisseddeadline) { this.promisseddeadline = promisseddeadline; } public String getPromissbookpath() { return promissbookpath; } public void setPromissbookpath(String promissbookpath) { this.promissbookpath = promissbookpath; } public String getSignpath() { return signpath; } public void setSignpath(String signpath) { this.signpath = signpath; } public String getExtension1() { return extension1; } public void setExtension1(String extension1) { this.extension1 = extension1; } public String getExtension2() { return extension2; } public void setExtension2(String extension2) { this.extension2 = extension2; } public String getExtension3() { return extension3; } public void setExtension3(String extension3) { this.extension3 = extension3; } public String getRemark() { return remark; } public void setRemark(String remark) { this.remark = remark; } public List getProblemList() { return problemList; } public void setProblemList(List problemList) { this.problemList = problemList; } public List getGitList() { return gitList; } public void setGitList(List gitList) { this.gitList = gitList; } public List getItemevaluationList() { return itemevaluationList; } public void setItemevaluationList(List itemevaluationList) { this.itemevaluationList = itemevaluationList; } public Inspection transToInspection() { Inspection inspection = new Inspection(); inspection.setGuid(this.getGuid()); inspection.setStguid(this.getStguid()); inspection.setSguid(this.getSguid()); inspection.setScensename(this.getScensename()); inspection.setScenseaddress(this.getScenseaddress()); inspection.setIstogether(this.getIstogether()); inspection.setEntouraget(this.getEntouraget()); inspection.setEntouragewx(this.getEntouragewx()); inspection.setEntourage(this.getEntourage()); inspection.setExecutionstarttime(this.getExecutionstarttime()); inspection.setExecutionendtime(this.getExecutionendtime()); inspection.setProblemcount(this.getProblemcount()); inspection.setIsrechecked(this.getIsrechecked()); inspection.setRecheckcount(this.getRecheckcount()); inspection.setPromissednum(this.getPromissednum()); inspection.setChangednum(this.getChangednum()); inspection.setChangednum(this.getChangednum()); inspection.setIschanged(this.getIschanged()); inspection.setIsrvaluated(this.getIsrvaluated()); inspection.setIspromissed(this.getIspromissed()); inspection.setPromissedtime(this.getPromissedtime()); inspection.setPromisseduserguid(this.getPromisseduserguid()); inspection.setPromissedusername(this.getPromissedusername()); inspection.setPromisseduserrealname(this.getPromisseduserrealname()); inspection.setPromissedway(this.getPromissedway()); inspection.setPromisseddeadline(this.getPromisseddeadline()); inspection.setPromissbookpath(this.getPromissbookpath()); inspection.setSignpath(this.getSignpath()); inspection.setExtension1(this.getExtension1()); inspection.setExtension2(this.getExtension2()); inspection.setExtension3(this.getExtension3()); inspection.setRemark(this.getRemark()); return inspection; } }