| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606 |
- package com.goafanti.order.bo;
- import java.math.BigDecimal;
- import com.goafanti.common.enums.OfficialPatentType;
- import com.goafanti.common.utils.StringUtils;
- public class TOrderTaskDetailBo {
- private Integer id;
- private String taskName;
- private String orderNo;
- private String userName;
- private String cname;
- private Integer sort;
- private String taskReceiver;
- private String receiverName;
- private Integer projectStatus;
- private Integer taskStatus;
- private String taskDate;
- private String taskComment;
- private String attachmentUrl;
- private String salesmanName;
- private String startDate;
- private String endDate;
- private String acceptDate;
- private String reviewDate;
- private String publicityDate;
- private String licenceDate;
- private String contacts;
- private String contactMobile;
- private String legalPerson;
- private String legalPersonTel;
- private String certificateNumber;
- private String contractNo;
- private String depName;
- private BigDecimal setUpAmount;
- private Integer arrivalMoney;
- private Integer locationProvince;
- private Integer locationCity;
- private Integer locationArea;
- private String postalAddress;
- private Integer declarationBatch;
- private Integer ifCertificationFee;
- private Integer deleteSign;
- private String certificationCorporate;
- private BigDecimal certificationFee;
- /**
- * 任务状态
- */
- private Integer status;
- /**
- * 满意度表格回收
- */
- private Integer formRetrieve;
- /**
- * 回收详情
- */
- private String retrieveContent;
- /**
- * 任务退单
- */
- private Integer taskRefund;
- /**
- * 退单详情
- */
- private String refundContent;
- /**
- * 申报账号
- */
- private String declareUser;
- /**
- * 申报密码
- */
- private String declarePwd;
- /**
- * 外包公司名称
- */
- private String outsourceName;
- /**
- * 外包价格
- */
- private String outsourcePrice;
- private Integer splitStatus;
- private String splitSuper;
- private Integer splitId;
- /**
- * 项目分类
- */
- private Integer bpType;
- /** 官费 */
- private Integer officialCost;
- /** 费减 */
- private Integer costReduction;
- private Integer setUpStatus;
- private String setUpTime;
- private Integer spotCheckStatus;
- private Integer highTechStatus;
- private Integer urgentDay;
- private Integer ifMaterial;
- private String specialComment;
- private Integer rejectCount;
- private Integer certificatesCount;
- private Integer authorizeCount;
- private Integer endCount;
- private Integer acceptCount;
- private BigDecimal commodityPrice;
- private Integer commodityQuantity;
- private String timeRecord;
- private Integer checkStatus;
- private Integer patentType;
- @SuppressWarnings("unused")
- private String patentTypeName;
- private Integer patentTransfer;
- private Integer processStatus;
- private String commodityId;
- private Integer satisfactionDegree;
- private String satisfactionDegreeUrl;
- public Integer getSatisfactionDegree() {
- return satisfactionDegree;
- }
- public void setSatisfactionDegree(Integer satisfactionDegree) {
- this.satisfactionDegree = satisfactionDegree;
- }
- public String getSatisfactionDegreeUrl() {
- return satisfactionDegreeUrl;
- }
- public void setSatisfactionDegreeUrl(String satisfactionDegreeUrl) {
- this.satisfactionDegreeUrl = satisfactionDegreeUrl;
- }
- public Integer getDeleteSign() {
- return deleteSign;
- }
- public void setDeleteSign(Integer deleteSign) {
- this.deleteSign = deleteSign;
- }
- public String getCommodityId() {
- return commodityId;
- }
- public void setCommodityId(String commodityId) {
- this.commodityId = commodityId;
- }
- public Integer getProcessStatus() {
- return processStatus;
- }
- public void setProcessStatus(Integer processStatus) {
- this.processStatus = processStatus;
- }
- public Integer getPatentTransfer() {
- return patentTransfer;
- }
- public void setPatentTransfer(Integer patentTransfer) {
- this.patentTransfer = patentTransfer;
- }
- public Integer getCertificatesCount() {
- return certificatesCount;
- }
- public void setCertificatesCount(Integer certificatesCount) {
- this.certificatesCount = certificatesCount;
- }
- public Integer getAuthorizeCount() {
- return authorizeCount;
- }
- public void setAuthorizeCount(Integer authorizeCount) {
- this.authorizeCount = authorizeCount;
- }
- public Integer getEndCount() {
- return endCount;
- }
- public void setEndCount(Integer endCount) {
- this.endCount = endCount;
- }
- public Integer getAcceptCount() {
- return acceptCount;
- }
- public void setAcceptCount(Integer acceptCount) {
- this.acceptCount = acceptCount;
- }
- public Integer getSetUpStatus() {
- return setUpStatus;
- }
- public void setSetUpStatus(Integer setUpStatus) {
- this.setUpStatus = setUpStatus;
- }
- public String getSetUpTime() {
- return setUpTime;
- }
- public void setSetUpTime(String setUpTime) {
- this.setUpTime = setUpTime;
- }
- public Integer getSpotCheckStatus() {
- return spotCheckStatus;
- }
- public void setSpotCheckStatus(Integer spotCheckStatus) {
- this.spotCheckStatus = spotCheckStatus;
- }
- public Integer getHighTechStatus() {
- return highTechStatus;
- }
- public void setHighTechStatus(Integer highTechStatus) {
- this.highTechStatus = highTechStatus;
- }
- public Integer getUrgentDay() {
- return urgentDay;
- }
- public void setUrgentDay(Integer urgentDay) {
- this.urgentDay = urgentDay;
- }
- public Integer getIfMaterial() {
- return ifMaterial;
- }
- public void setIfMaterial(Integer ifMaterial) {
- this.ifMaterial = ifMaterial;
- }
- public Integer getRejectCount() {
- return rejectCount;
- }
- public void setRejectCount(Integer rejectCount) {
- this.rejectCount = rejectCount;
- }
- public Integer getSplitStatus() {
- return splitStatus;
- }
- public void setSplitStatus(Integer splitStatus) {
- this.splitStatus = splitStatus;
- }
- public String getSplitSuper() {
- return splitSuper;
- }
- public void setSplitSuper(String splitSuper) {
- this.splitSuper = splitSuper;
- }
- public Integer getSplitId() {
- return splitId;
- }
- public void setSplitId(Integer splitId) {
- this.splitId = splitId;
- }
- public String getOutsourceName() {
- return outsourceName;
- }
- public void setOutsourceName(String outsourceName) {
- this.outsourceName = outsourceName;
- }
- public String getOutsourcePrice() {
- return outsourcePrice;
- }
- public void setOutsourcePrice(String outsourcePrice) {
- if(StringUtils.isNotBlank(outsourcePrice))this.outsourcePrice = outsourcePrice;
- }
- public Integer getLocationProvince() {
- return locationProvince;
- }
- public void setLocationProvince(Integer locationProvince) {
- this.locationProvince = locationProvince;
- }
- public Integer getLocationCity() {
- return locationCity;
- }
- public void setLocationCity(Integer locationCity) {
- this.locationCity = locationCity;
- }
- public Integer getLocationArea() {
- return locationArea;
- }
- public void setLocationArea(Integer locationArea) {
- this.locationArea = locationArea;
- }
- public String getPostalAddress() {
- return postalAddress;
- }
- public void setPostalAddress(String postalAddress) {
- this.postalAddress = postalAddress;
- }
- public Integer getStatus() {
- return status;
- }
- public void setStatus(Integer status) {
- this.status = status;
- }
- public Integer getFormRetrieve() {
- return formRetrieve;
- }
- public void setFormRetrieve(Integer formRetrieve) {
- this.formRetrieve = formRetrieve;
- }
- public Integer getTaskRefund() {
- return taskRefund;
- }
- public void setTaskRefund(Integer taskRefund) {
- this.taskRefund = taskRefund;
- }
- public String getRefundContent() {
- return refundContent;
- }
- public void setRefundContent(String refundContent) {
- this.refundContent = refundContent;
- }
- public String getDeclareUser() {
- return declareUser;
- }
- public void setDeclareUser(String declareUser) {
- this.declareUser = declareUser;
- }
- public String getDeclarePwd() {
- return declarePwd;
- }
- public void setDeclarePwd(String declarePwd) {
- this.declarePwd = declarePwd;
- }
- public String getTaskComment() {
- return taskComment;
- }
- public void setTaskComment(String taskComment) {
- this.taskComment = taskComment;
- }
- public String getContacts() {
- return contacts;
- }
- public void setContacts(String contacts) {
- this.contacts = contacts;
- }
- public String getSalesmanName() {
- return salesmanName;
- }
- public void setSalesmanName(String salesmanName) {
- this.salesmanName = salesmanName;
- }
- public String getStartDate() {
- return startDate;
- }
- public void setStartDate(String startDate) {
- this.startDate = startDate;
- }
- public String getEndDate() {
- return endDate;
- }
- public void setEndDate(String endDate) {
- this.endDate = endDate;
- }
- public String getAcceptDate() {
- return acceptDate;
- }
- public void setAcceptDate(String acceptDate) {
- this.acceptDate = acceptDate;
- }
- public String getReviewDate() {
- return reviewDate;
- }
- public void setReviewDate(String reviewDate) {
- this.reviewDate = reviewDate;
- }
- public String getPublicityDate() {
- return publicityDate;
- }
- public void setPublicityDate(String publicityDate) {
- this.publicityDate = publicityDate;
- }
- public String getLicenceDate() {
- return licenceDate;
- }
- public void setLicenceDate(String licenceDate) {
- this.licenceDate = licenceDate;
- }
- public String getContactMobile() {
- return contactMobile;
- }
- public void setContactMobile(String contactMobile) {
- this.contactMobile = contactMobile;
- }
- public Integer getId() {
- return id;
- }
- public void setId(Integer id) {
- this.id = id;
- }
- public String getTaskName() {
- return taskName;
- }
- public void setTaskName(String taskName) {
- this.taskName = taskName;
- }
- public String getOrderNo() {
- return orderNo;
- }
- public void setOrderNo(String orderNo) {
- this.orderNo = orderNo;
- }
- public String getCname() {
- return cname;
- }
- public void setCname(String cname) {
- this.cname = cname;
- }
- public String getReceiverName() {
- return receiverName;
- }
- public void setReceiverName(String receiverName) {
- this.receiverName = receiverName;
- }
- public Integer getProjectStatus() {
- return projectStatus;
- }
- public void setProjectStatus(Integer projectStatus) {
- this.projectStatus = projectStatus;
- }
- public Integer getTaskStatus() {
- return taskStatus;
- }
- public void setTaskStatus(Integer taskStatus) {
- this.taskStatus = taskStatus;
- }
- public String getTaskDate() {
- return taskDate;
- }
- public void setTaskDate(String taskDate) {
- this.taskDate = taskDate;
- }
- public String getUserName() {
- return userName;
- }
- public void setUserName(String userName) {
- this.userName = userName;
- }
- public String getAttachmentUrl() {
- return attachmentUrl;
- }
- public void setAttachmentUrl(String attachmentUrl) {
- this.attachmentUrl = attachmentUrl;
- }
- public String getLegalPerson() {
- return legalPerson;
- }
- public void setLegalPerson(String legalPerson) {
- this.legalPerson = legalPerson;
- }
- public String getLegalPersonTel() {
- return legalPersonTel;
- }
- public void setLegalPersonTel(String legalPersonTel) {
- this.legalPersonTel = legalPersonTel;
- }
- public String getCertificateNumber() {
- return certificateNumber;
- }
- public void setCertificateNumber(String certificateNumber) {
- this.certificateNumber = certificateNumber;
- }
- public String getContractNo() {
- return contractNo;
- }
- public void setContractNo(String contractNo) {
- this.contractNo = contractNo;
- }
- public String getDepName() {
- return depName;
- }
- public void setDepName(String depName) {
- this.depName = depName;
- }
- public BigDecimal getSetUpAmount() {
- return setUpAmount;
- }
- public void setSetUpAmount(BigDecimal setUpAmount) {
- this.setUpAmount = setUpAmount;
- }
- public Integer getArrivalMoney() {
- return arrivalMoney;
- }
- public void setArrivalMoney(Integer arrivalMoney) {
- this.arrivalMoney = arrivalMoney;
- }
- public String getRetrieveContent() {
- return retrieveContent;
- }
- public void setRetrieveContent(String retrieveContent) {
- this.retrieveContent = retrieveContent;
- }
- public String getTaskReceiver() {
- return taskReceiver;
- }
- public void setTaskReceiver(String taskReceiver) {
- this.taskReceiver = taskReceiver;
- }
- public Integer getDeclarationBatch() {
- return declarationBatch;
- }
- public void setDeclarationBatch(Integer declarationBatch) {
- this.declarationBatch = declarationBatch;
- }
- public Integer getBpType() {
- return bpType;
- }
- public void setBpType(Integer bpType) {
- this.bpType = bpType;
- }
- public Integer getOfficialCost() {
- return officialCost;
- }
- public void setOfficialCost(Integer officialCost) {
- this.officialCost = officialCost;
- }
- public Integer getCostReduction() {
- return costReduction;
- }
- public void setCostReduction(Integer costReduction) {
- this.costReduction = costReduction;
- }
- public String getSpecialComment() {
- return specialComment;
- }
- public void setSpecialComment(String specialComment) {
- this.specialComment = specialComment;
- }
- public BigDecimal getCommodityPrice() {
- return commodityPrice;
- }
- public void setCommodityPrice(BigDecimal commodityPrice) {
- this.commodityPrice = commodityPrice;
- }
- public Integer getCommodityQuantity() {
- return commodityQuantity;
- }
- public void setCommodityQuantity(Integer commodityQuantity) {
- this.commodityQuantity = commodityQuantity;
- }
- public Integer getSort() {
- return sort;
- }
- public void setSort(Integer sort) {
- this.sort = sort;
- }
- public Integer getIfCertificationFee() {
- return ifCertificationFee;
- }
- public void setIfCertificationFee(Integer ifCertificationFee) {
- this.ifCertificationFee = ifCertificationFee;
- }
- public String getCertificationCorporate() {
- return certificationCorporate;
- }
- public void setCertificationCorporate(String certificationCorporate) {
- this.certificationCorporate = certificationCorporate;
- }
- public BigDecimal getCertificationFee() {
- return certificationFee;
- }
- public void setCertificationFee(BigDecimal certificationFee) {
- this.certificationFee = certificationFee;
- }
- public String getTimeRecord() {
- return timeRecord;
- }
- public void setTimeRecord(String timeRecord) {
- this.timeRecord = timeRecord;
- }
- public Integer getCheckStatus() {
- return checkStatus;
- }
- public void setCheckStatus(Integer checkStatus) {
- this.checkStatus = checkStatus;
- }
- public Integer getPatentType() {
- return patentType;
- }
- public void setPatentType(Integer patentType) {
- this.patentType = patentType;
- }
- public String getPatentTypeName() {
- if (getPatentType()!=null) {
- return OfficialPatentType.getValueByCode(getPatentType());
- }
- return "";
- }
- public void setPatentTypeName(String patentTypeName) {
- this.patentTypeName = patentTypeName;
- }
- }
|