9df2cc70547bf9c1e0580033223281ca65313da6.svn-base 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796
  1. package QCM.COMMUNAL.VO;
  2. import java.io.Serializable;
  3. import java.util.Date;
  4. public class QcmJudgeUltimate implements Serializable{
  5. /**
  6. * 锟斤拷录ID
  7. */
  8. private String utm_id;
  9. public String getUtm_id() {
  10. return this.utm_id;
  11. }
  12. public void setUtm_id(String utm_id) {
  13. this.utm_id = utm_id;
  14. }
  15. /**
  16. * 炉锟斤拷
  17. */
  18. private String heat_no;
  19. public String getHeat_no() {
  20. return this.heat_no;
  21. }
  22. public void setHeat_no(String heat_no) {
  23. this.heat_no = heat_no;
  24. }
  25. /**
  26. * 锟斤拷锟斤拷锟�
  27. */
  28. private String batch_no;
  29. public String getBatch_no() {
  30. return this.batch_no;
  31. }
  32. public void setBatch_no(String batch_no) {
  33. this.batch_no = batch_no;
  34. }
  35. /**
  36. * 锟斤拷锟斤拷锟�
  37. */
  38. private String inspection_lot;
  39. public String getInspection_lot() {
  40. return this.inspection_lot;
  41. }
  42. public void setInspection_lot(String inspection_lot) {
  43. this.inspection_lot = inspection_lot;
  44. }
  45. /**
  46. * 锟斤拷锟较猴拷
  47. */
  48. private String material_no;
  49. public String getMaterial_no() {
  50. return this.material_no;
  51. }
  52. public void setMaterial_no(String material_no) {
  53. this.material_no = material_no;
  54. }
  55. /**
  56. * 锟斤拷同锟叫猴拷PK锟诫(锟斤拷锟斤拷-锟侥诧拷品锟斤拷写锟斤拷品锟斤拷PSC锟斤拷
  57. */
  58. private String contract_line_no;
  59. public String getContract_line_no() {
  60. return this.contract_line_no;
  61. }
  62. public void setContract_line_no(String contract_line_no) {
  63. this.contract_line_no = contract_line_no;
  64. }
  65. /**
  66. * 锟斤拷锟�
  67. */
  68. private String box_no;
  69. public String getBox_no() {
  70. return this.box_no;
  71. }
  72. public void setBox_no(String box_no) {
  73. this.box_no = box_no;
  74. }
  75. /**
  76. * 锟缴凤拷锟叫讹拷锟斤拷锟斤拷锟斤拷
  77. */
  78. private String cic_result_code;
  79. public String getCic_result_code() {
  80. return this.cic_result_code;
  81. }
  82. public void setCic_result_code(String cic_result_code) {
  83. this.cic_result_code = cic_result_code;
  84. }
  85. /**
  86. * 锟缴凤拷锟叫讹拷锟斤拷锟斤拷锟斤拷锟�
  87. */
  88. private String cic_result_desc;
  89. public String getCic_result_desc() {
  90. return this.cic_result_desc;
  91. }
  92. public void setCic_result_desc(String cic_result_desc) {
  93. this.cic_result_desc = cic_result_desc;
  94. }
  95. /**
  96. * 锟缴凤拷锟叫讹拷锟斤拷注
  97. */
  98. private String cic_memo;
  99. public String getCic_memo() {
  100. return this.cic_memo;
  101. }
  102. public void setCic_memo(String cic_memo) {
  103. this.cic_memo = cic_memo;
  104. }
  105. /**
  106. * 锟斤拷锟斤拷锟叫讹拷锟斤拷锟斤拷锟斤拷
  107. */
  108. private String pic_result_code;
  109. public String getPic_result_code() {
  110. return this.pic_result_code;
  111. }
  112. public void setPic_result_code(String pic_result_code) {
  113. this.pic_result_code = pic_result_code;
  114. }
  115. /**
  116. * 锟斤拷锟斤拷锟叫讹拷锟斤拷锟斤拷锟斤拷锟�
  117. */
  118. private String pic_result_desc;
  119. public String getPic_result_desc() {
  120. return this.pic_result_desc;
  121. }
  122. public void setPic_result_desc(String pic_result_desc) {
  123. this.pic_result_desc = pic_result_desc;
  124. }
  125. /**
  126. * 锟斤拷锟斤拷锟叫讹拷锟斤拷注
  127. */
  128. private String pic_memo;
  129. public String getPic_memo() {
  130. return this.pic_memo;
  131. }
  132. public void setPic_memo(String pic_memo) {
  133. this.pic_memo = pic_memo;
  134. }
  135. /**
  136. * 锟斤拷锟斤拷锟叫讹拷锟斤拷锟絀D
  137. */
  138. private String sic_id;
  139. public String getSic_id() {
  140. return sic_id;
  141. }
  142. public void setSic_id(String sic_id) {
  143. this.sic_id = sic_id;
  144. }
  145. /**
  146. * 锟斤拷锟斤拷锟叫讹拷锟斤拷锟斤拷锟斤拷
  147. */
  148. private String sic_result_code;
  149. public String getSic_result_code() {
  150. return this.sic_result_code;
  151. }
  152. public void setSic_result_code(String sic_result_code) {
  153. this.sic_result_code = sic_result_code;
  154. }
  155. /**
  156. * 锟斤拷锟斤拷锟叫讹拷锟斤拷锟斤拷锟斤拷锟�
  157. */
  158. private String sic_result_desc;
  159. public String getSic_result_desc() {
  160. return this.sic_result_desc;
  161. }
  162. public void setSic_result_desc(String sic_result_desc) {
  163. this.sic_result_desc = sic_result_desc;
  164. }
  165. /**
  166. * 锟斤拷锟斤拷锟叫讹拷锟斤拷注
  167. */
  168. private String sic_memo;
  169. public String getSic_memo() {
  170. return this.sic_memo;
  171. }
  172. public void setSic_memo(String sic_memo) {
  173. this.sic_memo = sic_memo;
  174. }
  175. /**
  176. * 探锟斤拷锟叫讹拷锟斤拷注
  177. */
  178. private String dic_memo;
  179. public String getDic_memo() {
  180. return this.dic_memo;
  181. }
  182. public void setDic_memo(String dic_memo) {
  183. this.dic_memo = dic_memo;
  184. }
  185. /**
  186. * 锟较憋拷锟斤拷锟斤拷锟斤拷锟斤拷锟�
  187. */
  188. private String sfu_result_desc;
  189. public String getSfu_result_desc() {
  190. return this.sfu_result_desc;
  191. }
  192. public void setSfu_result_desc(String sfu_result_desc) {
  193. this.sfu_result_desc = sfu_result_desc;
  194. }
  195. /**
  196. * 锟较憋拷锟叫讹拷锟斤拷注
  197. */
  198. private String sfu_memo;
  199. public String getSfu_memo() {
  200. return this.sfu_memo;
  201. }
  202. public void setSfu_memo(String sfu_memo) {
  203. this.sfu_memo = sfu_memo;
  204. }
  205. /**
  206. * 锟较憋拷锟斤拷锟斤拷锟斤拷锟斤拷
  207. */
  208. private String sfu_result_code;
  209. public String getSfu_result_code() {
  210. return this.sfu_result_code;
  211. }
  212. public void setSfu_result_code(String sfu_result_code) {
  213. this.sfu_result_code = sfu_result_code;
  214. }
  215. /**
  216. * 锟铰憋拷锟斤拷锟斤拷锟斤拷锟斤拷锟�
  217. */
  218. private String sfd_result_desc;
  219. public String getSfd_result_desc() {
  220. return this.sfd_result_desc;
  221. }
  222. public void setSfd_result_desc(String sfd_result_desc) {
  223. this.sfd_result_desc = sfd_result_desc;
  224. }
  225. /**
  226. * 锟铰憋拷锟叫讹拷锟斤拷注
  227. */
  228. private String sfd_memo;
  229. public String getSfd_memo() {
  230. return this.sfd_memo;
  231. }
  232. public void setSfd_memo(String sfd_memo) {
  233. this.sfd_memo = sfd_memo;
  234. }
  235. /**
  236. * 锟铰憋拷锟斤拷锟斤拷锟斤拷锟斤拷
  237. */
  238. private String sfd_result_code;
  239. public String getSfd_result_code() {
  240. return this.sfd_result_code;
  241. }
  242. public void setSfd_result_code(String sfd_result_code) {
  243. this.sfd_result_code = sfd_result_code;
  244. }
  245. /**
  246. * 锟竭诧拷锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷
  247. */
  248. private String sfe_result_desc;
  249. public String getSfe_result_desc() {
  250. return this.sfe_result_desc;
  251. }
  252. public void setSfe_result_desc(String sfe_result_desc) {
  253. this.sfe_result_desc = sfe_result_desc;
  254. }
  255. /**
  256. * 锟竭诧拷锟斤拷锟介备注
  257. */
  258. private String sfe_memo;
  259. public String getSfe_memo() {
  260. return this.sfe_memo;
  261. }
  262. public void setSfe_memo(String sfe_memo) {
  263. this.sfe_memo = sfe_memo;
  264. }
  265. /**
  266. * 锟竭诧拷锟斤拷锟斤拷锟斤拷锟斤拷锟�
  267. */
  268. private String sfe_result_code;
  269. public String getSfe_result_code() {
  270. return this.sfe_result_code;
  271. }
  272. public void setSfe_result_code(String sfe_result_code) {
  273. this.sfe_result_code = sfe_result_code;
  274. }
  275. /**
  276. * 锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷
  277. */
  278. private String mst_result_desc;
  279. public String getMst_result_desc() {
  280. return this.mst_result_desc;
  281. }
  282. public void setMst_result_desc(String mst_result_desc) {
  283. this.mst_result_desc = mst_result_desc;
  284. }
  285. /**
  286. * 锟斤拷锟斤拷锟斤拷锟介备注
  287. */
  288. private String mst_memo;
  289. public String getMst_memo() {
  290. return this.mst_memo;
  291. }
  292. public void setMst_memo(String mst_memo) {
  293. this.mst_memo = mst_memo;
  294. }
  295. /**
  296. * 锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷锟�
  297. */
  298. private String mst_result_code;
  299. public String getMst_result_code() {
  300. return this.mst_result_code;
  301. }
  302. public void setMst_result_code(String mst_result_code) {
  303. this.mst_result_code = mst_result_code;
  304. }
  305. /**
  306. * 锟桔猴拷锟叫讹拷锟斤拷锟斤拷锟斤拷锟�
  307. */
  308. private String utm_result_desc;
  309. public String getUtm_result_desc() {
  310. return this.utm_result_desc;
  311. }
  312. public void setUtm_result_desc(String utm_result_desc) {
  313. this.utm_result_desc = utm_result_desc;
  314. }
  315. /**
  316. * 锟桔猴拷锟叫讹拷锟斤拷注
  317. */
  318. private String utm_memo;
  319. public String getUtm_memo() {
  320. return this.utm_memo;
  321. }
  322. public void setUtm_memo(String utm_memo) {
  323. this.utm_memo = utm_memo;
  324. }
  325. /**
  326. * 锟桔猴拷锟叫讹拷锟斤拷锟斤拷锟斤拷
  327. */
  328. private String utm_result_code;
  329. public String getUtm_result_code() {
  330. return this.utm_result_code;
  331. }
  332. public void setUtm_result_code(String utm_result_code) {
  333. this.utm_result_code = utm_result_code;
  334. }
  335. /**
  336. * 锟斤拷锟竭达拷锟斤拷
  337. */
  338. private String pline_code;
  339. public String getPline_code() {
  340. return this.pline_code;
  341. }
  342. public void setPline_code(String pline_code) {
  343. this.pline_code = pline_code;
  344. }
  345. /**
  346. * 锟斤拷锟斤拷锟斤拷锟�
  347. */
  348. private String pline_name;
  349. public String getPline_name() {
  350. return this.pline_name;
  351. }
  352. public void setPline_name(String pline_name) {
  353. this.pline_name = pline_name;
  354. }
  355. /**
  356. * 锟叫讹拷锟斤拷
  357. */
  358. private String judge_name;
  359. public String getJudge_name() {
  360. return this.judge_name;
  361. }
  362. public void setJudge_name(String judge_name) {
  363. this.judge_name = judge_name;
  364. }
  365. /**
  366. * 锟叫讹拷时锟斤拷
  367. */
  368. private Date judge_time;
  369. public Date getJudge_time() {
  370. return this.judge_time;
  371. }
  372. public void setJudge_time(Date judge_time) {
  373. this.judge_time = judge_time;
  374. }
  375. /**
  376. * 探锟剿硷拷锟斤拷锟斤拷锟斤拷锟�
  377. */
  378. private String dic_result_code;
  379. public String getDic_result_code() {
  380. return this.dic_result_code;
  381. }
  382. public void setDic_result_code(String dic_result_code) {
  383. this.dic_result_code = dic_result_code;
  384. }
  385. /**
  386. * 探锟剿硷拷锟斤拷锟斤拷锟斤拷锟斤拷
  387. */
  388. private String dic_result_desc;
  389. public String getDic_result_desc() {
  390. return this.dic_result_desc;
  391. }
  392. public void setDic_result_desc(String dic_result_desc) {
  393. this.dic_result_desc = dic_result_desc;
  394. }
  395. /**
  396. * 锟斤拷品锟芥范锟斤拷
  397. */
  398. private String psc;
  399. public String getPsc() {
  400. return psc;
  401. }
  402. public void setPsc(String psc) {
  403. this.psc = psc;
  404. }
  405. /**
  406. * 锟缴分斤拷锟絠d
  407. */
  408. private String cic_id;
  409. public String getCic_id() {
  410. return cic_id;
  411. }
  412. public void setCic_id(String cic_id) {
  413. this.cic_id = cic_id;
  414. }
  415. /**
  416. * 锟斤拷锟绞斤拷锟絠d
  417. */
  418. private String pic_id;
  419. public String getPic_id() {
  420. return pic_id;
  421. }
  422. public void setPic_id(String pic_id) {
  423. this.pic_id = pic_id;
  424. }
  425. /**
  426. * 探锟剿斤拷锟絠d
  427. */
  428. private String dic_id;
  429. public String getDic_id() {
  430. return dic_id;
  431. }
  432. public void setDic_id(String dic_id) {
  433. this.dic_id = dic_id;
  434. }
  435. /**
  436. * 锟较憋拷锟斤拷id
  437. */
  438. private String sfu_id;
  439. public String getSfu_id() {
  440. return sfu_id;
  441. }
  442. public void setSfu_id(String sfu_id) {
  443. this.sfu_id = sfu_id;
  444. }
  445. /**
  446. * 锟铰憋拷锟斤拷id
  447. */
  448. private String sfd_id;
  449. public String getSfd_id() {
  450. return sfd_id;
  451. }
  452. public void setSfd_id(String sfd_id) {
  453. this.sfd_id = sfd_id;
  454. }
  455. /**
  456. * 锟竭诧拷锟斤拷锟絠d
  457. */
  458. private String sfe_id;
  459. public String getSfe_id() {
  460. return sfe_id;
  461. }
  462. public void setSfe_id(String sfe_id) {
  463. this.sfe_id = sfe_id;
  464. }
  465. /**
  466. * 锟斤拷锟斤拷锟斤拷锟絠d
  467. */
  468. private String mst_id;
  469. public String getMst_id() {
  470. return mst_id;
  471. }
  472. public void setMst_id(String mst_id) {
  473. this.mst_id = mst_id;
  474. }
  475. /**
  476. * 锟桔猴拷锟叫讹拷原锟斤拷
  477. */
  478. private String utm_reason;
  479. public String getUtm_reason() {
  480. return utm_reason;
  481. }
  482. public void setUtm_reason(String utm_reason) {
  483. this.utm_reason = utm_reason;
  484. }
  485. /**
  486. * 锟斤拷锟桔讹拷锟斤拷锟斤拷
  487. */
  488. private String order_no;
  489. public String getOrder_no() {
  490. return order_no;
  491. }
  492. public void setOrder_no(String order_no) {
  493. this.order_no = order_no;
  494. }
  495. private String design_key;
  496. public String getDesign_key() {
  497. return design_key;
  498. }
  499. public void setDesign_key(String design_key) {
  500. this.design_key = design_key;
  501. }
  502. //**************************************************
  503. private String object_no;//投锟较撅拷锟�
  504. private String machine_code;
  505. private String machine_name;//锟斤拷锟斤拷
  506. private String std_name;//锟斤拷准
  507. private String steel_name;//锟狡猴拷
  508. private String materailcoilno;//原锟较撅拷锟�
  509. private String psc_desc;//锟斤拷品锟芥范锟斤拷锟斤拷
  510. private Double factweight;//实锟斤拷
  511. private Double theoryweight;//锟斤拷锟斤拷
  512. public String getObject_no() {
  513. return object_no;
  514. }
  515. public void setObject_no(String object_no) {
  516. this.object_no = object_no;
  517. }
  518. public String getMachine_name() {
  519. return machine_name;
  520. }
  521. public void setMachine_name(String machine_name) {
  522. this.machine_name = machine_name;
  523. }
  524. public String getStd_name() {
  525. return std_name;
  526. }
  527. public void setStd_name(String std_name) {
  528. this.std_name = std_name;
  529. }
  530. public String getSteel_name() {
  531. return steel_name;
  532. }
  533. public void setSteel_name(String steel_name) {
  534. this.steel_name = steel_name;
  535. }
  536. public String getMaterailcoilno() {
  537. return materailcoilno;
  538. }
  539. public void setMaterailcoilno(String materailcoilno) {
  540. this.materailcoilno = materailcoilno;
  541. }
  542. public String getMachine_code() {
  543. return machine_code;
  544. }
  545. public void setMachine_code(String machine_code) {
  546. this.machine_code = machine_code;
  547. }
  548. public String getPsc_desc() {
  549. return psc_desc;
  550. }
  551. public void setPsc_desc(String psc_desc) {
  552. this.psc_desc = psc_desc;
  553. }
  554. public Double getFactweight() {
  555. return factweight;
  556. }
  557. public void setFactweight(Double factweight) {
  558. this.factweight = factweight;
  559. }
  560. public Double getTheoryweight() {
  561. return theoryweight;
  562. }
  563. public void setTheoryweight(Double theoryweight) {
  564. this.theoryweight = theoryweight;
  565. }
  566. //缺锟斤拷锟斤拷锟斤拷
  567. private String flaw_desc;
  568. public String getFlaw_desc() {
  569. return flaw_desc;
  570. }
  571. public void setFlaw_desc(String flaw_desc) {
  572. this.flaw_desc = flaw_desc;
  573. }
  574. //缺锟斤拷锟斤拷锟截程讹拷
  575. private String flaw_lv_desc;
  576. public String getFlaw_lv_desc() {
  577. return flaw_lv_desc;
  578. }
  579. public void setFlaw_lv_desc(String flaw_lv_desc) {
  580. this.flaw_lv_desc = flaw_lv_desc;
  581. }
  582. //锟斤拷锟�
  583. private String spec;
  584. public String getSpec() {
  585. return spec;
  586. }
  587. public void setSpec(String spec) {
  588. this.spec = spec;
  589. }
  590. private String prod_code;
  591. private String prod_name;
  592. private String steel_code;
  593. private String std_code;
  594. public String getProd_code() {
  595. return prod_code;
  596. }
  597. public void setProd_code(String prod_code) {
  598. this.prod_code = prod_code;
  599. }
  600. public String getProd_name() {
  601. return prod_name;
  602. }
  603. public void setProd_name(String prod_name) {
  604. this.prod_name = prod_name;
  605. }
  606. public String getSteel_code() {
  607. return steel_code;
  608. }
  609. public void setSteel_code(String steel_code) {
  610. this.steel_code = steel_code;
  611. }
  612. public String getStd_code() {
  613. return std_code;
  614. }
  615. public void setStd_code(String std_code) {
  616. this.std_code = std_code;
  617. }
  618. private String board_no;
  619. public String getBoard_no() {
  620. return board_no;
  621. }
  622. public void setBoard_no(String board_no) {
  623. this.board_no = board_no;
  624. }
  625. private String fst_id;
  626. private String fst_result_code;
  627. private String fst_result_desc;
  628. private String fst_memo;
  629. private String fst_reason;
  630. public String getFst_id() {
  631. return fst_id;
  632. }
  633. public void setFst_id(String fst_id) {
  634. this.fst_id = fst_id;
  635. }
  636. public String getFst_result_code() {
  637. return fst_result_code;
  638. }
  639. public void setFst_result_code(String fst_result_code) {
  640. this.fst_result_code = fst_result_code;
  641. }
  642. public String getFst_result_desc() {
  643. return fst_result_desc;
  644. }
  645. public void setFst_result_desc(String fst_result_desc) {
  646. this.fst_result_desc = fst_result_desc;
  647. }
  648. public String getFst_memo() {
  649. return fst_memo;
  650. }
  651. public void setFst_memo(String fst_memo) {
  652. this.fst_memo = fst_memo;
  653. }
  654. public String getFst_reason() {
  655. return fst_reason;
  656. }
  657. public void setFst_reason(String fst_reason) {
  658. this.fst_reason = fst_reason;
  659. }
  660. private String r_cic_id;
  661. private String r_cic_result_code;
  662. private String r_cic_result_desc;
  663. public String getR_cic_id() {
  664. return r_cic_id;
  665. }
  666. public void setR_cic_id(String r_cic_id) {
  667. this.r_cic_id = r_cic_id;
  668. }
  669. public String getR_cic_result_code() {
  670. return r_cic_result_code;
  671. }
  672. public void setR_cic_result_code(String r_cic_result_code) {
  673. this.r_cic_result_code = r_cic_result_code;
  674. }
  675. public String getR_cic_result_desc() {
  676. return r_cic_result_desc;
  677. }
  678. public void setR_cic_result_desc(String r_cic_result_desc) {
  679. this.r_cic_result_desc = r_cic_result_desc;
  680. }
  681. private String product_name;
  682. private String judge_reason;
  683. private String judge_memo;
  684. private String tic_id;
  685. private String tic_result_code;
  686. private String tic_result_desc;
  687. public String getProduct_name() {
  688. return product_name;
  689. }
  690. public void setProduct_name(String product_name) {
  691. this.product_name = product_name;
  692. }
  693. public String getJudge_reason() {
  694. return judge_reason;
  695. }
  696. public void setJudge_reason(String judge_reason) {
  697. this.judge_reason = judge_reason;
  698. }
  699. public String getJudge_memo() {
  700. return judge_memo;
  701. }
  702. public void setJudge_memo(String judge_memo) {
  703. this.judge_memo = judge_memo;
  704. }
  705. private String check_remarks;
  706. private String fix_remarks;
  707. public String getCheck_remarks() {
  708. return check_remarks;
  709. }
  710. public void setCheck_remarks(String check_remarks) {
  711. this.check_remarks = check_remarks;
  712. }
  713. public String getFix_remarks() {
  714. return fix_remarks;
  715. }
  716. public void setFix_remarks(String fix_remarks) {
  717. this.fix_remarks = fix_remarks;
  718. }
  719. private String cancel_memo;
  720. public String getCancel_memo() {
  721. return cancel_memo;
  722. }
  723. public void setCancel_memo(String cancel_memo) {
  724. this.cancel_memo = cancel_memo;
  725. }
  726. public String getTic_id() {
  727. return tic_id;
  728. }
  729. public void setTic_id(String tic_id) {
  730. this.tic_id = tic_id;
  731. }
  732. public String getTic_result_code() {
  733. return tic_result_code;
  734. }
  735. public void setTic_result_code(String tic_result_code) {
  736. this.tic_result_code = tic_result_code;
  737. }
  738. public String getTic_result_desc() {
  739. return tic_result_desc;
  740. }
  741. public void setTic_result_desc(String tic_result_desc) {
  742. this.tic_result_desc = tic_result_desc;
  743. }
  744. }