OutProjectStatistics.java 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288
  1. package com.goafanti.order.bo;
  2. import java.math.BigDecimal;
  3. public class OutProjectStatistics {
  4. private Integer id;
  5. private String distributionTime;
  6. private String province;
  7. private String depName;
  8. private String salesmanName;
  9. private String contractNo;
  10. private String orderNo;
  11. private String userName;
  12. private String cname;
  13. private String pname;
  14. private String techName;
  15. private String techDepName;
  16. private Integer projectStatus;
  17. private Integer setUpStatus;
  18. private Integer highTechstatus;
  19. private String setUpTime;
  20. private Integer spotCheckStatus;
  21. private String contactMobile;
  22. private String legalPersonTel;
  23. private String certificateNumber;
  24. private String declarationBatch;
  25. private Integer commodityQuantity;
  26. private BigDecimal commodityPrice;
  27. /**下证时间*/
  28. private String licenceTime;
  29. /**任务备注*/
  30. private String taskComment;
  31. /**下证数*/
  32. private Integer certificatesCount;
  33. /**加急天数*/
  34. private Integer urgentDay;
  35. /**有无材料*/
  36. private Integer ifMaterial;
  37. /**成本*/
  38. private BigDecimal costAmount;
  39. /**利润*/
  40. private BigDecimal profit;
  41. /**驳回数*/
  42. private Integer rejectCount;
  43. /**专利编号*/
  44. private String patentNo;
  45. /**专利名称*/
  46. private String patentName;
  47. /**受理时间*/
  48. private String acceptTime;
  49. private String specialComment;
  50. private String orderRemarks;
  51. public String getOrderRemarks() {
  52. return orderRemarks;
  53. }
  54. public void setOrderRemarks(String orderRemarks) {
  55. this.orderRemarks = orderRemarks;
  56. }
  57. public Integer getSetUpStatus() {
  58. return setUpStatus;
  59. }
  60. public void setSetUpStatus(Integer setUpStatus) {
  61. this.setUpStatus = setUpStatus;
  62. }
  63. public String getSetUpTime() {
  64. return setUpTime;
  65. }
  66. public void setSetUpTime(String setUpTime) {
  67. this.setUpTime = setUpTime;
  68. }
  69. public Integer getSpotCheckStatus() {
  70. return spotCheckStatus;
  71. }
  72. public void setSpotCheckStatus(Integer spotCheckStatus) {
  73. this.spotCheckStatus = spotCheckStatus;
  74. }
  75. public String getContactMobile() {
  76. return contactMobile;
  77. }
  78. public void setContactMobile(String contactMobile) {
  79. this.contactMobile = contactMobile;
  80. }
  81. public String getLegalPersonTel() {
  82. return legalPersonTel;
  83. }
  84. public void setLegalPersonTel(String legalPersonTel) {
  85. this.legalPersonTel = legalPersonTel;
  86. }
  87. public String getCertificateNumber() {
  88. return certificateNumber;
  89. }
  90. public void setCertificateNumber(String certificateNumber) {
  91. this.certificateNumber = certificateNumber;
  92. }
  93. public String getDeclarationBatch() {
  94. return declarationBatch;
  95. }
  96. public void setDeclarationBatch(String declarationBatch) {
  97. this.declarationBatch = declarationBatch;
  98. }
  99. public Integer getCommodityQuantity() {
  100. return commodityQuantity;
  101. }
  102. public void setCommodityQuantity(Integer commodityQuantity) {
  103. this.commodityQuantity = commodityQuantity;
  104. }
  105. public BigDecimal getCommodityPrice() {
  106. return commodityPrice;
  107. }
  108. public void setCommodityPrice(BigDecimal commodityPrice) {
  109. this.commodityPrice = commodityPrice;
  110. }
  111. public String getDistributionTime() {
  112. return distributionTime;
  113. }
  114. public void setDistributionTime(String distributionTime) {
  115. this.distributionTime = distributionTime;
  116. }
  117. public String getProvince() {
  118. return province;
  119. }
  120. public void setProvince(String province) {
  121. this.province = province;
  122. }
  123. public String getDepName() {
  124. return depName;
  125. }
  126. public void setDepName(String depName) {
  127. this.depName = depName;
  128. }
  129. public String getSalesmanName() {
  130. return salesmanName;
  131. }
  132. public void setSalesmanName(String salesmanName) {
  133. this.salesmanName = salesmanName;
  134. }
  135. public String getContractNo() {
  136. return contractNo;
  137. }
  138. public void setContractNo(String contractNo) {
  139. this.contractNo = contractNo;
  140. }
  141. public String getOrderNo() {
  142. return orderNo;
  143. }
  144. public void setOrderNo(String orderNo) {
  145. this.orderNo = orderNo;
  146. }
  147. public String getUserName() {
  148. return userName;
  149. }
  150. public void setUserName(String userName) {
  151. this.userName = userName;
  152. }
  153. public String getCname() {
  154. return cname;
  155. }
  156. public void setCname(String cname) {
  157. this.cname = cname;
  158. }
  159. public String getPname() {
  160. return pname;
  161. }
  162. public void setPname(String pname) {
  163. this.pname = pname;
  164. }
  165. public String getTechName() {
  166. return techName;
  167. }
  168. public void setTechName(String techName) {
  169. this.techName = techName;
  170. }
  171. public String getTechDepName() {
  172. return techDepName;
  173. }
  174. public void setTechDepName(String techDepName) {
  175. this.techDepName = techDepName;
  176. }
  177. public Integer getProjectStatus() {
  178. return projectStatus;
  179. }
  180. public void setProjectStatus(Integer projectStatus) {
  181. this.projectStatus = projectStatus;
  182. }
  183. public String getLicenceTime() {
  184. return licenceTime;
  185. }
  186. public void setLicenceTime(String licenceTime) {
  187. this.licenceTime = licenceTime;
  188. }
  189. public String getTaskComment() {
  190. return taskComment;
  191. }
  192. public void setTaskComment(String taskComment) {
  193. this.taskComment = taskComment;
  194. }
  195. public Integer getCertificatesCount() {
  196. return certificatesCount;
  197. }
  198. public void setCertificatesCount(Integer certificatesCount) {
  199. this.certificatesCount = certificatesCount;
  200. }
  201. public Integer getUrgentDay() {
  202. return urgentDay;
  203. }
  204. public void setUrgentDay(Integer urgentDay) {
  205. this.urgentDay = urgentDay;
  206. }
  207. public Integer getIfMaterial() {
  208. return ifMaterial;
  209. }
  210. public void setIfMaterial(Integer ifMaterial) {
  211. this.ifMaterial = ifMaterial;
  212. }
  213. public BigDecimal getCostAmount() {
  214. return costAmount;
  215. }
  216. public void setCostAmount(BigDecimal costAmount) {
  217. this.costAmount = costAmount;
  218. }
  219. public BigDecimal getProfit() {
  220. if (profit==null&&commodityPrice!=null&&costAmount!=null) {
  221. return commodityPrice.subtract(costAmount);
  222. }
  223. return profit;
  224. }
  225. public void setProfit(BigDecimal profit) {
  226. this.profit = profit;
  227. }
  228. public Integer getRejectCount() {
  229. return rejectCount;
  230. }
  231. public void setRejectCount(Integer rejectCount) {
  232. this.rejectCount = rejectCount;
  233. }
  234. public String getPatentName() {
  235. return patentName;
  236. }
  237. public void setPatentName(String patentName) {
  238. this.patentName = patentName;
  239. }
  240. public String getAcceptTime() {
  241. return acceptTime;
  242. }
  243. public void setAcceptTime(String acceptTime) {
  244. this.acceptTime = acceptTime;
  245. }
  246. public Integer getHighTechstatus() {
  247. return highTechstatus;
  248. }
  249. public void setHighTechstatus(Integer highTechstatus) {
  250. this.highTechstatus = highTechstatus;
  251. }
  252. public Integer getId() {
  253. return id;
  254. }
  255. public void setId(Integer id) {
  256. this.id = id;
  257. }
  258. public String getSpecialComment() {
  259. return specialComment;
  260. }
  261. public void setSpecialComment(String specialComment) {
  262. this.specialComment = specialComment;
  263. }
  264. public String getPatentNo() {
  265. return patentNo;
  266. }
  267. public void setPatentNo(String patentNo) {
  268. this.patentNo = patentNo;
  269. }
  270. }