ContractTask.java 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467
  1. package com.goafanti.common.model;
  2. import java.util.Date;
  3. public class ContractTask {
  4. /**
  5. *
  6. * This field was generated by MyBatis Generator.
  7. * This field corresponds to the database column contract_task.id
  8. *
  9. * @mbg.generated Fri Jan 26 16:01:38 CST 2018
  10. */
  11. private String id;
  12. /**
  13. *
  14. * This field was generated by MyBatis Generator.
  15. * This field corresponds to the database column contract_task.contract_id
  16. *
  17. * @mbg.generated Fri Jan 26 16:01:38 CST 2018
  18. */
  19. private String contractId;
  20. /**
  21. *
  22. * This field was generated by MyBatis Generator.
  23. * This field corresponds to the database column contract_task.commodity_id
  24. *
  25. * @mbg.generated Fri Jan 26 16:01:38 CST 2018
  26. */
  27. private String commodityId;
  28. /**
  29. *
  30. * This field was generated by MyBatis Generator.
  31. * This field corresponds to the database column contract_task.commodity_name
  32. *
  33. * @mbg.generated Fri Jan 26 16:01:38 CST 2018
  34. */
  35. private String commodityName;
  36. /**
  37. *
  38. * This field was generated by MyBatis Generator.
  39. * This field corresponds to the database column contract_task.commodity_quantity
  40. *
  41. * @mbg.generated Fri Jan 26 16:01:38 CST 2018
  42. */
  43. private Integer commodityQuantity;
  44. /**
  45. *
  46. * This field was generated by MyBatis Generator.
  47. * This field corresponds to the database column contract_task.commodity_type
  48. *
  49. * @mbg.generated Fri Jan 26 16:01:38 CST 2018
  50. */
  51. private Integer commodityType;
  52. /**
  53. *
  54. * This field was generated by MyBatis Generator.
  55. * This field corresponds to the database column contract_task.commodity_mode
  56. *
  57. * @mbg.generated Fri Jan 26 16:01:38 CST 2018
  58. */
  59. private String commodityMode;
  60. /**
  61. *
  62. * This field was generated by MyBatis Generator.
  63. * This field corresponds to the database column contract_task.create_time
  64. *
  65. * @mbg.generated Fri Jan 26 16:01:38 CST 2018
  66. */
  67. private Date createTime;
  68. /**
  69. *
  70. * This field was generated by MyBatis Generator.
  71. * This field corresponds to the database column contract_task.task_comment
  72. *
  73. * @mbg.generated Fri Jan 26 16:01:38 CST 2018
  74. */
  75. private String taskComment;
  76. /**
  77. *
  78. * This field was generated by MyBatis Generator.
  79. * This field corresponds to the database column contract_task.task_status
  80. *
  81. * @mbg.generated Fri Jan 26 16:01:38 CST 2018
  82. */
  83. private Integer taskStatus;
  84. /**
  85. *
  86. * This field was generated by MyBatis Generator.
  87. * This field corresponds to the database column contract_task.task_distribution_time
  88. *
  89. * @mbg.generated Fri Jan 26 16:01:38 CST 2018
  90. */
  91. private Date taskDistributionTime;
  92. /**
  93. *
  94. * This field was generated by MyBatis Generator.
  95. * This field corresponds to the database column contract_task.task_allocator
  96. *
  97. * @mbg.generated Fri Jan 26 16:01:38 CST 2018
  98. */
  99. private String taskAllocator;
  100. /**
  101. *
  102. * This field was generated by MyBatis Generator.
  103. * This field corresponds to the database column contract_task.task_receiver
  104. *
  105. * @mbg.generated Fri Jan 26 16:01:38 CST 2018
  106. */
  107. private String taskReceiver;
  108. /**
  109. *
  110. * This field was generated by MyBatis Generator.
  111. * This field corresponds to the database column contract_task.attachment_url
  112. *
  113. * @mbg.generated Fri Jan 26 16:01:38 CST 2018
  114. */
  115. private String attachmentUrl;
  116. /**
  117. * This method was generated by MyBatis Generator.
  118. * This method returns the value of the database column contract_task.id
  119. *
  120. * @return the value of contract_task.id
  121. *
  122. * @mbg.generated Fri Jan 26 16:01:38 CST 2018
  123. */
  124. public String getId() {
  125. return id;
  126. }
  127. /**
  128. * This method was generated by MyBatis Generator.
  129. * This method sets the value of the database column contract_task.id
  130. *
  131. * @param id the value for contract_task.id
  132. *
  133. * @mbg.generated Fri Jan 26 16:01:38 CST 2018
  134. */
  135. public void setId(String id) {
  136. this.id = id;
  137. }
  138. /**
  139. * This method was generated by MyBatis Generator.
  140. * This method returns the value of the database column contract_task.contract_id
  141. *
  142. * @return the value of contract_task.contract_id
  143. *
  144. * @mbg.generated Fri Jan 26 16:01:38 CST 2018
  145. */
  146. public String getContractId() {
  147. return contractId;
  148. }
  149. /**
  150. * This method was generated by MyBatis Generator.
  151. * This method sets the value of the database column contract_task.contract_id
  152. *
  153. * @param contractId the value for contract_task.contract_id
  154. *
  155. * @mbg.generated Fri Jan 26 16:01:38 CST 2018
  156. */
  157. public void setContractId(String contractId) {
  158. this.contractId = contractId;
  159. }
  160. /**
  161. * This method was generated by MyBatis Generator.
  162. * This method returns the value of the database column contract_task.commodity_id
  163. *
  164. * @return the value of contract_task.commodity_id
  165. *
  166. * @mbg.generated Fri Jan 26 16:01:38 CST 2018
  167. */
  168. public String getCommodityId() {
  169. return commodityId;
  170. }
  171. /**
  172. * This method was generated by MyBatis Generator.
  173. * This method sets the value of the database column contract_task.commodity_id
  174. *
  175. * @param commodityId the value for contract_task.commodity_id
  176. *
  177. * @mbg.generated Fri Jan 26 16:01:38 CST 2018
  178. */
  179. public void setCommodityId(String commodityId) {
  180. this.commodityId = commodityId;
  181. }
  182. /**
  183. * This method was generated by MyBatis Generator.
  184. * This method returns the value of the database column contract_task.commodity_name
  185. *
  186. * @return the value of contract_task.commodity_name
  187. *
  188. * @mbg.generated Fri Jan 26 16:01:38 CST 2018
  189. */
  190. public String getCommodityName() {
  191. return commodityName;
  192. }
  193. /**
  194. * This method was generated by MyBatis Generator.
  195. * This method sets the value of the database column contract_task.commodity_name
  196. *
  197. * @param commodityName the value for contract_task.commodity_name
  198. *
  199. * @mbg.generated Fri Jan 26 16:01:38 CST 2018
  200. */
  201. public void setCommodityName(String commodityName) {
  202. this.commodityName = commodityName;
  203. }
  204. /**
  205. * This method was generated by MyBatis Generator.
  206. * This method returns the value of the database column contract_task.commodity_quantity
  207. *
  208. * @return the value of contract_task.commodity_quantity
  209. *
  210. * @mbg.generated Fri Jan 26 16:01:38 CST 2018
  211. */
  212. public Integer getCommodityQuantity() {
  213. return commodityQuantity;
  214. }
  215. /**
  216. * This method was generated by MyBatis Generator.
  217. * This method sets the value of the database column contract_task.commodity_quantity
  218. *
  219. * @param commodityQuantity the value for contract_task.commodity_quantity
  220. *
  221. * @mbg.generated Fri Jan 26 16:01:38 CST 2018
  222. */
  223. public void setCommodityQuantity(Integer commodityQuantity) {
  224. this.commodityQuantity = commodityQuantity;
  225. }
  226. /**
  227. * This method was generated by MyBatis Generator.
  228. * This method returns the value of the database column contract_task.commodity_type
  229. *
  230. * @return the value of contract_task.commodity_type
  231. *
  232. * @mbg.generated Fri Jan 26 16:01:38 CST 2018
  233. */
  234. public Integer getCommodityType() {
  235. return commodityType;
  236. }
  237. /**
  238. * This method was generated by MyBatis Generator.
  239. * This method sets the value of the database column contract_task.commodity_type
  240. *
  241. * @param commodityType the value for contract_task.commodity_type
  242. *
  243. * @mbg.generated Fri Jan 26 16:01:38 CST 2018
  244. */
  245. public void setCommodityType(Integer commodityType) {
  246. this.commodityType = commodityType;
  247. }
  248. /**
  249. * This method was generated by MyBatis Generator.
  250. * This method returns the value of the database column contract_task.commodity_mode
  251. *
  252. * @return the value of contract_task.commodity_mode
  253. *
  254. * @mbg.generated Fri Jan 26 16:01:38 CST 2018
  255. */
  256. public String getCommodityMode() {
  257. return commodityMode;
  258. }
  259. /**
  260. * This method was generated by MyBatis Generator.
  261. * This method sets the value of the database column contract_task.commodity_mode
  262. *
  263. * @param commodityMode the value for contract_task.commodity_mode
  264. *
  265. * @mbg.generated Fri Jan 26 16:01:38 CST 2018
  266. */
  267. public void setCommodityMode(String commodityMode) {
  268. this.commodityMode = commodityMode;
  269. }
  270. /**
  271. * This method was generated by MyBatis Generator.
  272. * This method returns the value of the database column contract_task.create_time
  273. *
  274. * @return the value of contract_task.create_time
  275. *
  276. * @mbg.generated Fri Jan 26 16:01:38 CST 2018
  277. */
  278. public Date getCreateTime() {
  279. return createTime;
  280. }
  281. /**
  282. * This method was generated by MyBatis Generator.
  283. * This method sets the value of the database column contract_task.create_time
  284. *
  285. * @param createTime the value for contract_task.create_time
  286. *
  287. * @mbg.generated Fri Jan 26 16:01:38 CST 2018
  288. */
  289. public void setCreateTime(Date createTime) {
  290. this.createTime = createTime;
  291. }
  292. /**
  293. * This method was generated by MyBatis Generator.
  294. * This method returns the value of the database column contract_task.task_comment
  295. *
  296. * @return the value of contract_task.task_comment
  297. *
  298. * @mbg.generated Fri Jan 26 16:01:38 CST 2018
  299. */
  300. public String getTaskComment() {
  301. return taskComment;
  302. }
  303. /**
  304. * This method was generated by MyBatis Generator.
  305. * This method sets the value of the database column contract_task.task_comment
  306. *
  307. * @param taskComment the value for contract_task.task_comment
  308. *
  309. * @mbg.generated Fri Jan 26 16:01:38 CST 2018
  310. */
  311. public void setTaskComment(String taskComment) {
  312. this.taskComment = taskComment;
  313. }
  314. /**
  315. * This method was generated by MyBatis Generator.
  316. * This method returns the value of the database column contract_task.task_status
  317. *
  318. * @return the value of contract_task.task_status
  319. *
  320. * @mbg.generated Fri Jan 26 16:01:38 CST 2018
  321. */
  322. public Integer getTaskStatus() {
  323. return taskStatus;
  324. }
  325. /**
  326. * This method was generated by MyBatis Generator.
  327. * This method sets the value of the database column contract_task.task_status
  328. *
  329. * @param taskStatus the value for contract_task.task_status
  330. *
  331. * @mbg.generated Fri Jan 26 16:01:38 CST 2018
  332. */
  333. public void setTaskStatus(Integer taskStatus) {
  334. this.taskStatus = taskStatus;
  335. }
  336. /**
  337. * This method was generated by MyBatis Generator.
  338. * This method returns the value of the database column contract_task.task_distribution_time
  339. *
  340. * @return the value of contract_task.task_distribution_time
  341. *
  342. * @mbg.generated Fri Jan 26 16:01:38 CST 2018
  343. */
  344. public Date getTaskDistributionTime() {
  345. return taskDistributionTime;
  346. }
  347. /**
  348. * This method was generated by MyBatis Generator.
  349. * This method sets the value of the database column contract_task.task_distribution_time
  350. *
  351. * @param taskDistributionTime the value for contract_task.task_distribution_time
  352. *
  353. * @mbg.generated Fri Jan 26 16:01:38 CST 2018
  354. */
  355. public void setTaskDistributionTime(Date taskDistributionTime) {
  356. this.taskDistributionTime = taskDistributionTime;
  357. }
  358. /**
  359. * This method was generated by MyBatis Generator.
  360. * This method returns the value of the database column contract_task.task_allocator
  361. *
  362. * @return the value of contract_task.task_allocator
  363. *
  364. * @mbg.generated Fri Jan 26 16:01:38 CST 2018
  365. */
  366. public String getTaskAllocator() {
  367. return taskAllocator;
  368. }
  369. /**
  370. * This method was generated by MyBatis Generator.
  371. * This method sets the value of the database column contract_task.task_allocator
  372. *
  373. * @param taskAllocator the value for contract_task.task_allocator
  374. *
  375. * @mbg.generated Fri Jan 26 16:01:38 CST 2018
  376. */
  377. public void setTaskAllocator(String taskAllocator) {
  378. this.taskAllocator = taskAllocator;
  379. }
  380. /**
  381. * This method was generated by MyBatis Generator.
  382. * This method returns the value of the database column contract_task.task_receiver
  383. *
  384. * @return the value of contract_task.task_receiver
  385. *
  386. * @mbg.generated Fri Jan 26 16:01:38 CST 2018
  387. */
  388. public String getTaskReceiver() {
  389. return taskReceiver;
  390. }
  391. /**
  392. * This method was generated by MyBatis Generator.
  393. * This method sets the value of the database column contract_task.task_receiver
  394. *
  395. * @param taskReceiver the value for contract_task.task_receiver
  396. *
  397. * @mbg.generated Fri Jan 26 16:01:38 CST 2018
  398. */
  399. public void setTaskReceiver(String taskReceiver) {
  400. this.taskReceiver = taskReceiver;
  401. }
  402. /**
  403. * This method was generated by MyBatis Generator.
  404. * This method returns the value of the database column contract_task.attachment_url
  405. *
  406. * @return the value of contract_task.attachment_url
  407. *
  408. * @mbg.generated Fri Jan 26 16:01:38 CST 2018
  409. */
  410. public String getAttachmentUrl() {
  411. return attachmentUrl;
  412. }
  413. /**
  414. * This method was generated by MyBatis Generator.
  415. * This method sets the value of the database column contract_task.attachment_url
  416. *
  417. * @param attachmentUrl the value for contract_task.attachment_url
  418. *
  419. * @mbg.generated Fri Jan 26 16:01:38 CST 2018
  420. */
  421. public void setAttachmentUrl(String attachmentUrl) {
  422. this.attachmentUrl = attachmentUrl;
  423. }
  424. }