5602cbde9094b292387d517c318ccf238cace0b3.svn-base 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584
  1. package QCM.COMMUNAL.VO;
  2. import java.io.Serializable;
  3. import java.util.Date;
  4. public class QcmPhyJudgeResult implements Serializable{
  5. private String phy_id;
  6. /**
  7. *材质结果集ID(编码规则:PHY+2位年/月/日+4位流水号)
  8. */
  9. public String getPhy_id(){
  10. return this.phy_id;
  11. }
  12. /**
  13. *材质结果集ID(编码规则:PHY+2位年/月/日+4位流水号)
  14. */
  15. public void setPhy_id(String phy_id){
  16. this.phy_id=phy_id;
  17. }
  18. private String guid;
  19. /**
  20. *GUID(取QCM_PHY_RESULT.GUID)
  21. */
  22. public String getGuid(){
  23. return this.guid;
  24. }
  25. /**
  26. *GUID(取QCM_PHY_RESULT.GUID)
  27. */
  28. public void setGuid(String guid){
  29. this.guid=guid;
  30. }
  31. private String smp_no;
  32. /**
  33. *试样号
  34. */
  35. public String getSmp_no(){
  36. return this.smp_no;
  37. }
  38. /**
  39. *试样号
  40. */
  41. public void setSmp_no(String smp_no){
  42. this.smp_no=smp_no;
  43. }
  44. private String heat_no;
  45. /**
  46. *炉号
  47. */
  48. public String getHeat_no(){
  49. return this.heat_no;
  50. }
  51. /**
  52. *炉号
  53. */
  54. public void setHeat_no(String heat_no){
  55. this.heat_no=heat_no;
  56. }
  57. private String batch_no;
  58. /**
  59. *轧批号
  60. */
  61. public String getBatch_no(){
  62. return this.batch_no;
  63. }
  64. /**
  65. *轧批号
  66. */
  67. public void setBatch_no(String batch_no){
  68. this.batch_no=batch_no;
  69. }
  70. private String inspection_lot;
  71. /**
  72. *检验号
  73. */
  74. public String getInspection_lot(){
  75. return this.inspection_lot;
  76. }
  77. /**
  78. *检验号
  79. */
  80. public void setInspection_lot(String inspection_lot){
  81. this.inspection_lot=inspection_lot;
  82. }
  83. private String specimen_no;
  84. public String getSpecimen_no() {
  85. return specimen_no;
  86. }
  87. public void setSpecimen_no(String specimen_no) {
  88. this.specimen_no = specimen_no;
  89. }
  90. private String material_no;
  91. /**
  92. *材料号
  93. */
  94. public String getMaterial_no(){
  95. return this.material_no;
  96. }
  97. /**
  98. *材料号
  99. */
  100. public void setMaterial_no(String material_no){
  101. this.material_no=material_no;
  102. }
  103. private String phy_code_l;
  104. /**
  105. *材质检验项代码(大类)
  106. */
  107. public String getPhy_code_l(){
  108. return this.phy_code_l;
  109. }
  110. /**
  111. *材质检验项代码(大类)
  112. */
  113. public void setPhy_code_l(String phy_code_l){
  114. this.phy_code_l=phy_code_l;
  115. }
  116. private String phy_name_l;
  117. /**
  118. *材质检验项名称(大类)
  119. */
  120. public String getPhy_name_l(){
  121. return this.phy_name_l;
  122. }
  123. /**
  124. *材质检验项名称(大类)
  125. */
  126. public void setPhy_name_l(String phy_name_l){
  127. this.phy_name_l=phy_name_l;
  128. }
  129. private String phy_code_m;
  130. /**
  131. *试样组代码
  132. */
  133. public String getPhy_code_m(){
  134. return this.phy_code_m;
  135. }
  136. /**
  137. *试样组代码
  138. */
  139. public void setPhy_code_m(String phy_code_m){
  140. this.phy_code_m=phy_code_m;
  141. }
  142. private String phy_name_m;
  143. /**
  144. *试样组描述
  145. */
  146. public String getPhy_name_m(){
  147. return this.phy_name_m;
  148. }
  149. /**
  150. *试样组描述
  151. */
  152. public void setPhy_name_m(String phy_name_m){
  153. this.phy_name_m=phy_name_m;
  154. }
  155. private String phy_code_s;
  156. /**
  157. *材质检验项代码
  158. */
  159. public String getPhy_code_s(){
  160. return this.phy_code_s;
  161. }
  162. /**
  163. *材质检验项代码
  164. */
  165. public void setPhy_code_s(String phy_code_s){
  166. this.phy_code_s=phy_code_s;
  167. }
  168. private String phy_name_s;
  169. /**
  170. *材质检验项名称
  171. */
  172. public String getPhy_name_s(){
  173. return this.phy_name_s;
  174. }
  175. /**
  176. *材质检验项名称
  177. */
  178. public void setPhy_name_s(String phy_name_s){
  179. this.phy_name_s=phy_name_s;
  180. }
  181. private String item_code_d;
  182. /**
  183. *试验方向代码
  184. */
  185. public String getItem_code_d(){
  186. return this.item_code_d;
  187. }
  188. /**
  189. *试验方向代码
  190. */
  191. public void setItem_code_d(String item_code_d){
  192. this.item_code_d=item_code_d;
  193. }
  194. private String item_name_d;
  195. /**
  196. *试验方向描述
  197. */
  198. public String getItem_name_d(){
  199. return this.item_name_d;
  200. }
  201. /**
  202. *试验方向描述
  203. */
  204. public void setItem_name_d(String item_name_d){
  205. this.item_name_d=item_name_d;
  206. }
  207. private String item_code_t;
  208. /**
  209. *试验温度代码
  210. */
  211. public String getItem_code_t(){
  212. return this.item_code_t;
  213. }
  214. /**
  215. *试验温度代码
  216. */
  217. public void setItem_code_t(String item_code_t){
  218. this.item_code_t=item_code_t;
  219. }
  220. private String item_name_t;
  221. /**
  222. *试验温度描述
  223. */
  224. public String getItem_name_t(){
  225. return this.item_name_t;
  226. }
  227. /**
  228. *试验温度描述
  229. */
  230. public void setItem_name_t(String item_name_t){
  231. this.item_name_t=item_name_t;
  232. }
  233. private String item_code_s;
  234. /**
  235. *试样尺寸代码
  236. */
  237. public String getItem_code_s(){
  238. return this.item_code_s;
  239. }
  240. /**
  241. *试样尺寸代码
  242. */
  243. public void setItem_code_s(String item_code_s){
  244. this.item_code_s=item_code_s;
  245. }
  246. private String item_name_s;
  247. /**
  248. *试样尺寸描述
  249. */
  250. public String getItem_name_s(){
  251. return this.item_name_s;
  252. }
  253. /**
  254. *试样尺寸描述
  255. */
  256. public void setItem_name_s(String item_name_s){
  257. this.item_name_s=item_name_s;
  258. }
  259. private String val1;
  260. /**
  261. *值1
  262. */
  263. public String getVal1(){
  264. return this.val1;
  265. }
  266. /**
  267. *值1
  268. */
  269. public void setVal1(String val1){
  270. this.val1=val1;
  271. }
  272. private String val2;
  273. /**
  274. *值2
  275. */
  276. public String getVal2(){
  277. return this.val2;
  278. }
  279. /**
  280. *值2
  281. */
  282. public void setVal2(String val2){
  283. this.val2=val2;
  284. }
  285. private String val3;
  286. /**
  287. *值3
  288. */
  289. public String getVal3(){
  290. return this.val3;
  291. }
  292. /**
  293. *值3
  294. */
  295. public void setVal3(String val3){
  296. this.val3=val3;
  297. }
  298. private String val4;
  299. /**
  300. *值4
  301. */
  302. public String getVal4(){
  303. return this.val4;
  304. }
  305. /**
  306. *值4
  307. */
  308. public void setVal4(String val4){
  309. this.val4=val4;
  310. }
  311. private String val5;
  312. /**
  313. *值5
  314. */
  315. public String getVal5(){
  316. return this.val5;
  317. }
  318. /**
  319. *值5
  320. */
  321. public void setVal5(String val5){
  322. this.val5=val5;
  323. }
  324. private String val6;
  325. /**
  326. *值6
  327. */
  328. public String getVal6(){
  329. return this.val6;
  330. }
  331. /**
  332. *值6
  333. */
  334. public void setVal6(String val6){
  335. this.val6=val6;
  336. }
  337. private String val7;
  338. /**
  339. *值7
  340. */
  341. public String getVal7(){
  342. return this.val7;
  343. }
  344. /**
  345. *值7
  346. */
  347. public void setVal7(String val7){
  348. this.val7=val7;
  349. }
  350. private String val8;
  351. /**
  352. *值8
  353. */
  354. public String getVal8(){
  355. return this.val8;
  356. }
  357. /**
  358. *值8
  359. */
  360. public void setVal8(String val8){
  361. this.val8=val8;
  362. }
  363. private String val9;
  364. /**
  365. *值9
  366. */
  367. public String getVal9(){
  368. return this.val9;
  369. }
  370. /**
  371. *值9
  372. */
  373. public void setVal9(String val9){
  374. this.val9=val9;
  375. }
  376. private String val10;
  377. /**
  378. *值10
  379. */
  380. public String getVal10(){
  381. return this.val10;
  382. }
  383. /**
  384. *值10
  385. */
  386. public void setVal10(String val10){
  387. this.val10=val10;
  388. }
  389. private String val11;
  390. /**
  391. *值11
  392. */
  393. public String getVal11(){
  394. return this.val11;
  395. }
  396. /**
  397. *值11
  398. */
  399. public void setVal11(String val11){
  400. this.val11=val11;
  401. }
  402. private String val12;
  403. /**
  404. *值12
  405. */
  406. public String getVal12(){
  407. return this.val12;
  408. }
  409. /**
  410. *值12
  411. */
  412. public void setVal12(String val12){
  413. this.val12=val12;
  414. }
  415. private String val13;
  416. /**
  417. *值13
  418. */
  419. public String getVal13(){
  420. return this.val13;
  421. }
  422. /**
  423. *值13
  424. */
  425. public void setVal13(String val13){
  426. this.val13=val13;
  427. }
  428. private String val14;
  429. /**
  430. *值14
  431. */
  432. public String getVal14(){
  433. return this.val14;
  434. }
  435. /**
  436. *值14
  437. */
  438. public void setVal14(String val14){
  439. this.val14=val14;
  440. }
  441. private String val15;
  442. /**
  443. *值15
  444. */
  445. public String getVal15(){
  446. return this.val15;
  447. }
  448. /**
  449. *值15
  450. */
  451. public void setVal15(String val15){
  452. this.val15=val15;
  453. }
  454. private Integer pri;
  455. /**
  456. *优先级
  457. */
  458. public Integer getPri(){
  459. return this.pri;
  460. }
  461. /**
  462. *优先级
  463. */
  464. public void setPri(Integer pri){
  465. this.pri=pri;
  466. }
  467. private String create_name;
  468. /**
  469. *创建人
  470. */
  471. public String getCreate_name(){
  472. return this.create_name;
  473. }
  474. /**
  475. *创建人
  476. */
  477. public void setCreate_name(String create_name){
  478. this.create_name=create_name;
  479. }
  480. private Date create_time;
  481. /**
  482. *创建时间
  483. */
  484. public Date getCreate_time(){
  485. return this.create_time;
  486. }
  487. /**
  488. *创建时间
  489. */
  490. public void setCreate_time(Date create_time){
  491. this.create_time=create_time;
  492. }
  493. private String avg_val;
  494. public String getAvg_val() {
  495. return avg_val;
  496. }
  497. public void setAvg_val(String avg_val) {
  498. this.avg_val = avg_val;
  499. }
  500. private String is_pass;
  501. public String getIs_pass() {
  502. return is_pass;
  503. }
  504. public void setIs_pass(String is_pass) {
  505. this.is_pass = is_pass;
  506. }
  507. private String item_code_l;
  508. private String item_desc_l;
  509. public String getItem_code_l() {
  510. return item_code_l;
  511. }
  512. public void setItem_code_l(String item_code_l) {
  513. this.item_code_l = item_code_l;
  514. }
  515. public String getItem_desc_l() {
  516. return item_desc_l;
  517. }
  518. public void setItem_desc_l(String item_desc_l) {
  519. this.item_desc_l = item_desc_l;
  520. }
  521. private String phy_unit;
  522. public String getPhy_unit() {
  523. return phy_unit;
  524. }
  525. public void setPhy_unit(String phy_unit) {
  526. this.phy_unit = phy_unit;
  527. }
  528. private String defect_flag;
  529. public String getDefect_flag() {
  530. return defect_flag;
  531. }
  532. public void setDefect_flag(String defect_flag) {
  533. this.defect_flag = defect_flag;
  534. }
  535. }