TOrderTaskDetailBo.java 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606
  1. package com.goafanti.order.bo;
  2. import java.math.BigDecimal;
  3. import com.goafanti.common.enums.OfficialPatentType;
  4. import com.goafanti.common.utils.StringUtils;
  5. public class TOrderTaskDetailBo {
  6. private Integer id;
  7. private String taskName;
  8. private String orderNo;
  9. private String userName;
  10. private String cname;
  11. private Integer sort;
  12. private String taskReceiver;
  13. private String receiverName;
  14. private Integer projectStatus;
  15. private Integer taskStatus;
  16. private String taskDate;
  17. private String taskComment;
  18. private String attachmentUrl;
  19. private String salesmanName;
  20. private String startDate;
  21. private String endDate;
  22. private String acceptDate;
  23. private String reviewDate;
  24. private String publicityDate;
  25. private String licenceDate;
  26. private String contacts;
  27. private String contactMobile;
  28. private String legalPerson;
  29. private String legalPersonTel;
  30. private String certificateNumber;
  31. private String contractNo;
  32. private String depName;
  33. private BigDecimal setUpAmount;
  34. private Integer arrivalMoney;
  35. private Integer locationProvince;
  36. private Integer locationCity;
  37. private Integer locationArea;
  38. private String postalAddress;
  39. private Integer declarationBatch;
  40. private Integer ifCertificationFee;
  41. private Integer deleteSign;
  42. private String certificationCorporate;
  43. private BigDecimal certificationFee;
  44. /**
  45. * 任务状态
  46. */
  47. private Integer status;
  48. /**
  49. * 满意度表格回收
  50. */
  51. private Integer formRetrieve;
  52. /**
  53. * 回收详情
  54. */
  55. private String retrieveContent;
  56. /**
  57. * 任务退单
  58. */
  59. private Integer taskRefund;
  60. /**
  61. * 退单详情
  62. */
  63. private String refundContent;
  64. /**
  65. * 申报账号
  66. */
  67. private String declareUser;
  68. /**
  69. * 申报密码
  70. */
  71. private String declarePwd;
  72. /**
  73. * 外包公司名称
  74. */
  75. private String outsourceName;
  76. /**
  77. * 外包价格
  78. */
  79. private String outsourcePrice;
  80. private Integer splitStatus;
  81. private String splitSuper;
  82. private Integer splitId;
  83. /**
  84. * 项目分类
  85. */
  86. private Integer bpType;
  87. /** 官费 */
  88. private Integer officialCost;
  89. /** 费减 */
  90. private Integer costReduction;
  91. private Integer setUpStatus;
  92. private String setUpTime;
  93. private Integer spotCheckStatus;
  94. private Integer highTechStatus;
  95. private Integer urgentDay;
  96. private Integer ifMaterial;
  97. private String specialComment;
  98. private Integer rejectCount;
  99. private Integer certificatesCount;
  100. private Integer authorizeCount;
  101. private Integer endCount;
  102. private Integer acceptCount;
  103. private BigDecimal commodityPrice;
  104. private Integer commodityQuantity;
  105. private String timeRecord;
  106. private Integer checkStatus;
  107. private Integer patentType;
  108. @SuppressWarnings("unused")
  109. private String patentTypeName;
  110. private Integer patentTransfer;
  111. private Integer processStatus;
  112. private String commodityId;
  113. private Integer satisfactionDegree;
  114. private String satisfactionDegreeUrl;
  115. public Integer getSatisfactionDegree() {
  116. return satisfactionDegree;
  117. }
  118. public void setSatisfactionDegree(Integer satisfactionDegree) {
  119. this.satisfactionDegree = satisfactionDegree;
  120. }
  121. public String getSatisfactionDegreeUrl() {
  122. return satisfactionDegreeUrl;
  123. }
  124. public void setSatisfactionDegreeUrl(String satisfactionDegreeUrl) {
  125. this.satisfactionDegreeUrl = satisfactionDegreeUrl;
  126. }
  127. public Integer getDeleteSign() {
  128. return deleteSign;
  129. }
  130. public void setDeleteSign(Integer deleteSign) {
  131. this.deleteSign = deleteSign;
  132. }
  133. public String getCommodityId() {
  134. return commodityId;
  135. }
  136. public void setCommodityId(String commodityId) {
  137. this.commodityId = commodityId;
  138. }
  139. public Integer getProcessStatus() {
  140. return processStatus;
  141. }
  142. public void setProcessStatus(Integer processStatus) {
  143. this.processStatus = processStatus;
  144. }
  145. public Integer getPatentTransfer() {
  146. return patentTransfer;
  147. }
  148. public void setPatentTransfer(Integer patentTransfer) {
  149. this.patentTransfer = patentTransfer;
  150. }
  151. public Integer getCertificatesCount() {
  152. return certificatesCount;
  153. }
  154. public void setCertificatesCount(Integer certificatesCount) {
  155. this.certificatesCount = certificatesCount;
  156. }
  157. public Integer getAuthorizeCount() {
  158. return authorizeCount;
  159. }
  160. public void setAuthorizeCount(Integer authorizeCount) {
  161. this.authorizeCount = authorizeCount;
  162. }
  163. public Integer getEndCount() {
  164. return endCount;
  165. }
  166. public void setEndCount(Integer endCount) {
  167. this.endCount = endCount;
  168. }
  169. public Integer getAcceptCount() {
  170. return acceptCount;
  171. }
  172. public void setAcceptCount(Integer acceptCount) {
  173. this.acceptCount = acceptCount;
  174. }
  175. public Integer getSetUpStatus() {
  176. return setUpStatus;
  177. }
  178. public void setSetUpStatus(Integer setUpStatus) {
  179. this.setUpStatus = setUpStatus;
  180. }
  181. public String getSetUpTime() {
  182. return setUpTime;
  183. }
  184. public void setSetUpTime(String setUpTime) {
  185. this.setUpTime = setUpTime;
  186. }
  187. public Integer getSpotCheckStatus() {
  188. return spotCheckStatus;
  189. }
  190. public void setSpotCheckStatus(Integer spotCheckStatus) {
  191. this.spotCheckStatus = spotCheckStatus;
  192. }
  193. public Integer getHighTechStatus() {
  194. return highTechStatus;
  195. }
  196. public void setHighTechStatus(Integer highTechStatus) {
  197. this.highTechStatus = highTechStatus;
  198. }
  199. public Integer getUrgentDay() {
  200. return urgentDay;
  201. }
  202. public void setUrgentDay(Integer urgentDay) {
  203. this.urgentDay = urgentDay;
  204. }
  205. public Integer getIfMaterial() {
  206. return ifMaterial;
  207. }
  208. public void setIfMaterial(Integer ifMaterial) {
  209. this.ifMaterial = ifMaterial;
  210. }
  211. public Integer getRejectCount() {
  212. return rejectCount;
  213. }
  214. public void setRejectCount(Integer rejectCount) {
  215. this.rejectCount = rejectCount;
  216. }
  217. public Integer getSplitStatus() {
  218. return splitStatus;
  219. }
  220. public void setSplitStatus(Integer splitStatus) {
  221. this.splitStatus = splitStatus;
  222. }
  223. public String getSplitSuper() {
  224. return splitSuper;
  225. }
  226. public void setSplitSuper(String splitSuper) {
  227. this.splitSuper = splitSuper;
  228. }
  229. public Integer getSplitId() {
  230. return splitId;
  231. }
  232. public void setSplitId(Integer splitId) {
  233. this.splitId = splitId;
  234. }
  235. public String getOutsourceName() {
  236. return outsourceName;
  237. }
  238. public void setOutsourceName(String outsourceName) {
  239. this.outsourceName = outsourceName;
  240. }
  241. public String getOutsourcePrice() {
  242. return outsourcePrice;
  243. }
  244. public void setOutsourcePrice(String outsourcePrice) {
  245. if(StringUtils.isNotBlank(outsourcePrice))this.outsourcePrice = outsourcePrice;
  246. }
  247. public Integer getLocationProvince() {
  248. return locationProvince;
  249. }
  250. public void setLocationProvince(Integer locationProvince) {
  251. this.locationProvince = locationProvince;
  252. }
  253. public Integer getLocationCity() {
  254. return locationCity;
  255. }
  256. public void setLocationCity(Integer locationCity) {
  257. this.locationCity = locationCity;
  258. }
  259. public Integer getLocationArea() {
  260. return locationArea;
  261. }
  262. public void setLocationArea(Integer locationArea) {
  263. this.locationArea = locationArea;
  264. }
  265. public String getPostalAddress() {
  266. return postalAddress;
  267. }
  268. public void setPostalAddress(String postalAddress) {
  269. this.postalAddress = postalAddress;
  270. }
  271. public Integer getStatus() {
  272. return status;
  273. }
  274. public void setStatus(Integer status) {
  275. this.status = status;
  276. }
  277. public Integer getFormRetrieve() {
  278. return formRetrieve;
  279. }
  280. public void setFormRetrieve(Integer formRetrieve) {
  281. this.formRetrieve = formRetrieve;
  282. }
  283. public Integer getTaskRefund() {
  284. return taskRefund;
  285. }
  286. public void setTaskRefund(Integer taskRefund) {
  287. this.taskRefund = taskRefund;
  288. }
  289. public String getRefundContent() {
  290. return refundContent;
  291. }
  292. public void setRefundContent(String refundContent) {
  293. this.refundContent = refundContent;
  294. }
  295. public String getDeclareUser() {
  296. return declareUser;
  297. }
  298. public void setDeclareUser(String declareUser) {
  299. this.declareUser = declareUser;
  300. }
  301. public String getDeclarePwd() {
  302. return declarePwd;
  303. }
  304. public void setDeclarePwd(String declarePwd) {
  305. this.declarePwd = declarePwd;
  306. }
  307. public String getTaskComment() {
  308. return taskComment;
  309. }
  310. public void setTaskComment(String taskComment) {
  311. this.taskComment = taskComment;
  312. }
  313. public String getContacts() {
  314. return contacts;
  315. }
  316. public void setContacts(String contacts) {
  317. this.contacts = contacts;
  318. }
  319. public String getSalesmanName() {
  320. return salesmanName;
  321. }
  322. public void setSalesmanName(String salesmanName) {
  323. this.salesmanName = salesmanName;
  324. }
  325. public String getStartDate() {
  326. return startDate;
  327. }
  328. public void setStartDate(String startDate) {
  329. this.startDate = startDate;
  330. }
  331. public String getEndDate() {
  332. return endDate;
  333. }
  334. public void setEndDate(String endDate) {
  335. this.endDate = endDate;
  336. }
  337. public String getAcceptDate() {
  338. return acceptDate;
  339. }
  340. public void setAcceptDate(String acceptDate) {
  341. this.acceptDate = acceptDate;
  342. }
  343. public String getReviewDate() {
  344. return reviewDate;
  345. }
  346. public void setReviewDate(String reviewDate) {
  347. this.reviewDate = reviewDate;
  348. }
  349. public String getPublicityDate() {
  350. return publicityDate;
  351. }
  352. public void setPublicityDate(String publicityDate) {
  353. this.publicityDate = publicityDate;
  354. }
  355. public String getLicenceDate() {
  356. return licenceDate;
  357. }
  358. public void setLicenceDate(String licenceDate) {
  359. this.licenceDate = licenceDate;
  360. }
  361. public String getContactMobile() {
  362. return contactMobile;
  363. }
  364. public void setContactMobile(String contactMobile) {
  365. this.contactMobile = contactMobile;
  366. }
  367. public Integer getId() {
  368. return id;
  369. }
  370. public void setId(Integer id) {
  371. this.id = id;
  372. }
  373. public String getTaskName() {
  374. return taskName;
  375. }
  376. public void setTaskName(String taskName) {
  377. this.taskName = taskName;
  378. }
  379. public String getOrderNo() {
  380. return orderNo;
  381. }
  382. public void setOrderNo(String orderNo) {
  383. this.orderNo = orderNo;
  384. }
  385. public String getCname() {
  386. return cname;
  387. }
  388. public void setCname(String cname) {
  389. this.cname = cname;
  390. }
  391. public String getReceiverName() {
  392. return receiverName;
  393. }
  394. public void setReceiverName(String receiverName) {
  395. this.receiverName = receiverName;
  396. }
  397. public Integer getProjectStatus() {
  398. return projectStatus;
  399. }
  400. public void setProjectStatus(Integer projectStatus) {
  401. this.projectStatus = projectStatus;
  402. }
  403. public Integer getTaskStatus() {
  404. return taskStatus;
  405. }
  406. public void setTaskStatus(Integer taskStatus) {
  407. this.taskStatus = taskStatus;
  408. }
  409. public String getTaskDate() {
  410. return taskDate;
  411. }
  412. public void setTaskDate(String taskDate) {
  413. this.taskDate = taskDate;
  414. }
  415. public String getUserName() {
  416. return userName;
  417. }
  418. public void setUserName(String userName) {
  419. this.userName = userName;
  420. }
  421. public String getAttachmentUrl() {
  422. return attachmentUrl;
  423. }
  424. public void setAttachmentUrl(String attachmentUrl) {
  425. this.attachmentUrl = attachmentUrl;
  426. }
  427. public String getLegalPerson() {
  428. return legalPerson;
  429. }
  430. public void setLegalPerson(String legalPerson) {
  431. this.legalPerson = legalPerson;
  432. }
  433. public String getLegalPersonTel() {
  434. return legalPersonTel;
  435. }
  436. public void setLegalPersonTel(String legalPersonTel) {
  437. this.legalPersonTel = legalPersonTel;
  438. }
  439. public String getCertificateNumber() {
  440. return certificateNumber;
  441. }
  442. public void setCertificateNumber(String certificateNumber) {
  443. this.certificateNumber = certificateNumber;
  444. }
  445. public String getContractNo() {
  446. return contractNo;
  447. }
  448. public void setContractNo(String contractNo) {
  449. this.contractNo = contractNo;
  450. }
  451. public String getDepName() {
  452. return depName;
  453. }
  454. public void setDepName(String depName) {
  455. this.depName = depName;
  456. }
  457. public BigDecimal getSetUpAmount() {
  458. return setUpAmount;
  459. }
  460. public void setSetUpAmount(BigDecimal setUpAmount) {
  461. this.setUpAmount = setUpAmount;
  462. }
  463. public Integer getArrivalMoney() {
  464. return arrivalMoney;
  465. }
  466. public void setArrivalMoney(Integer arrivalMoney) {
  467. this.arrivalMoney = arrivalMoney;
  468. }
  469. public String getRetrieveContent() {
  470. return retrieveContent;
  471. }
  472. public void setRetrieveContent(String retrieveContent) {
  473. this.retrieveContent = retrieveContent;
  474. }
  475. public String getTaskReceiver() {
  476. return taskReceiver;
  477. }
  478. public void setTaskReceiver(String taskReceiver) {
  479. this.taskReceiver = taskReceiver;
  480. }
  481. public Integer getDeclarationBatch() {
  482. return declarationBatch;
  483. }
  484. public void setDeclarationBatch(Integer declarationBatch) {
  485. this.declarationBatch = declarationBatch;
  486. }
  487. public Integer getBpType() {
  488. return bpType;
  489. }
  490. public void setBpType(Integer bpType) {
  491. this.bpType = bpType;
  492. }
  493. public Integer getOfficialCost() {
  494. return officialCost;
  495. }
  496. public void setOfficialCost(Integer officialCost) {
  497. this.officialCost = officialCost;
  498. }
  499. public Integer getCostReduction() {
  500. return costReduction;
  501. }
  502. public void setCostReduction(Integer costReduction) {
  503. this.costReduction = costReduction;
  504. }
  505. public String getSpecialComment() {
  506. return specialComment;
  507. }
  508. public void setSpecialComment(String specialComment) {
  509. this.specialComment = specialComment;
  510. }
  511. public BigDecimal getCommodityPrice() {
  512. return commodityPrice;
  513. }
  514. public void setCommodityPrice(BigDecimal commodityPrice) {
  515. this.commodityPrice = commodityPrice;
  516. }
  517. public Integer getCommodityQuantity() {
  518. return commodityQuantity;
  519. }
  520. public void setCommodityQuantity(Integer commodityQuantity) {
  521. this.commodityQuantity = commodityQuantity;
  522. }
  523. public Integer getSort() {
  524. return sort;
  525. }
  526. public void setSort(Integer sort) {
  527. this.sort = sort;
  528. }
  529. public Integer getIfCertificationFee() {
  530. return ifCertificationFee;
  531. }
  532. public void setIfCertificationFee(Integer ifCertificationFee) {
  533. this.ifCertificationFee = ifCertificationFee;
  534. }
  535. public String getCertificationCorporate() {
  536. return certificationCorporate;
  537. }
  538. public void setCertificationCorporate(String certificationCorporate) {
  539. this.certificationCorporate = certificationCorporate;
  540. }
  541. public BigDecimal getCertificationFee() {
  542. return certificationFee;
  543. }
  544. public void setCertificationFee(BigDecimal certificationFee) {
  545. this.certificationFee = certificationFee;
  546. }
  547. public String getTimeRecord() {
  548. return timeRecord;
  549. }
  550. public void setTimeRecord(String timeRecord) {
  551. this.timeRecord = timeRecord;
  552. }
  553. public Integer getCheckStatus() {
  554. return checkStatus;
  555. }
  556. public void setCheckStatus(Integer checkStatus) {
  557. this.checkStatus = checkStatus;
  558. }
  559. public Integer getPatentType() {
  560. return patentType;
  561. }
  562. public void setPatentType(Integer patentType) {
  563. this.patentType = patentType;
  564. }
  565. public String getPatentTypeName() {
  566. if (getPatentType()!=null) {
  567. return OfficialPatentType.getValueByCode(getPatentType());
  568. }
  569. return "";
  570. }
  571. public void setPatentTypeName(String patentTypeName) {
  572. this.patentTypeName = patentTypeName;
  573. }
  574. }