1223f1561d54adba48601dd2ba5b55826cc7787c.svn-base 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297
  1. package QCM.COMMUNAL.VO;
  2. import java.io.Serializable;
  3. import java.util.Date;
  4. public class QcmJhyInspElements implements Serializable{
  5. private String assay_no;
  6. /**
  7. *成分化验号
  8. */
  9. public String getAssay_no(){
  10. return this.assay_no;
  11. }
  12. /**
  13. *成分化验号
  14. */
  15. public void setAssay_no(String assay_no){
  16. this.assay_no=assay_no;
  17. }
  18. private String heat_no;
  19. /**
  20. *炉号
  21. */
  22. public String getHeat_no(){
  23. return this.heat_no;
  24. }
  25. /**
  26. *炉号
  27. */
  28. public void setHeat_no(String heat_no){
  29. this.heat_no=heat_no;
  30. }
  31. private String batch_no;
  32. /**
  33. *轧批号
  34. */
  35. public String getBatch_no(){
  36. return this.batch_no;
  37. }
  38. /**
  39. *轧批号
  40. */
  41. public void setBatch_no(String batch_no){
  42. this.batch_no=batch_no;
  43. }
  44. private String inspection_lot;
  45. /**
  46. *检验号
  47. */
  48. public String getInspection_lot(){
  49. return this.inspection_lot;
  50. }
  51. /**
  52. *检验号
  53. */
  54. public void setInspection_lot(String inspection_lot){
  55. this.inspection_lot=inspection_lot;
  56. }
  57. private String smp_no;
  58. /**
  59. *试样号
  60. */
  61. public String getSmp_no(){
  62. return this.smp_no;
  63. }
  64. /**
  65. *试样号
  66. */
  67. public void setSmp_no(String smp_no){
  68. this.smp_no=smp_no;
  69. }
  70. private String specimen_no;
  71. /**
  72. *取样编号
  73. */
  74. public String getSpecimen_no(){
  75. return this.specimen_no;
  76. }
  77. /**
  78. *取样编号
  79. */
  80. public void setSpecimen_no(String specimen_no){
  81. this.specimen_no=specimen_no;
  82. }
  83. private String material_no;
  84. /**
  85. *取样材料号(卷/块号)
  86. */
  87. public String getMaterial_no(){
  88. return this.material_no;
  89. }
  90. /**
  91. *取样材料号(卷/块号)
  92. */
  93. public void setMaterial_no(String material_no){
  94. this.material_no=material_no;
  95. }
  96. private String pline_code;
  97. /**
  98. *产线代码
  99. */
  100. public String getPline_code(){
  101. return this.pline_code;
  102. }
  103. /**
  104. *产线代码
  105. */
  106. public void setPline_code(String pline_code){
  107. this.pline_code=pline_code;
  108. }
  109. private String pline_name;
  110. /**
  111. *产线描述
  112. */
  113. public String getPline_name(){
  114. return this.pline_name;
  115. }
  116. /**
  117. *产线描述
  118. */
  119. public void setPline_name(String pline_name){
  120. this.pline_name=pline_name;
  121. }
  122. private String steel_code;
  123. /**
  124. *牌号代码
  125. */
  126. public String getSteel_code(){
  127. return this.steel_code;
  128. }
  129. /**
  130. *牌号代码
  131. */
  132. public void setSteel_code(String steel_code){
  133. this.steel_code=steel_code;
  134. }
  135. private String steel_name;
  136. /**
  137. *牌号名称
  138. */
  139. public String getSteel_name(){
  140. return this.steel_name;
  141. }
  142. /**
  143. *牌号名称
  144. */
  145. public void setSteel_name(String steel_name){
  146. this.steel_name=steel_name;
  147. }
  148. private String assay_type;
  149. /**
  150. *类型(L:熔炼成分,P:成品成分)
  151. */
  152. public String getAssay_type(){
  153. return this.assay_type;
  154. }
  155. /**
  156. *类型(L:熔炼成分,P:成品成分)
  157. */
  158. public void setAssay_type(String assay_type){
  159. this.assay_type=assay_type;
  160. }
  161. private String chem_code;
  162. /**
  163. *化学元素代码
  164. */
  165. public String getChem_code(){
  166. return this.chem_code;
  167. }
  168. /**
  169. *化学元素代码
  170. */
  171. public void setChem_code(String chem_code){
  172. this.chem_code=chem_code;
  173. }
  174. private String chem_name;
  175. /**
  176. *化学元素描述
  177. */
  178. public String getChem_name(){
  179. return this.chem_name;
  180. }
  181. /**
  182. *化学元素描述
  183. */
  184. public void setChem_name(String chem_name){
  185. this.chem_name=chem_name;
  186. }
  187. private String chem_value;
  188. /**
  189. *成分值
  190. */
  191. public String getChem_value(){
  192. return this.chem_value;
  193. }
  194. /**
  195. *成分值
  196. */
  197. public void setChem_value(String chem_value){
  198. this.chem_value=chem_value;
  199. }
  200. private String source;
  201. /**
  202. *数据来源(0:新钢,1:外购)
  203. */
  204. public String getSource(){
  205. return this.source;
  206. }
  207. /**
  208. *数据来源(0:新钢,1:外购)
  209. */
  210. public void setSource(String source){
  211. this.source=source;
  212. }
  213. private String sample_type;
  214. /**
  215. *样品类型(0:初样,1:复样,2:预留)
  216. */
  217. public String getSample_type(){
  218. return this.sample_type;
  219. }
  220. /**
  221. *样品类型(0:初样,1:复样,2:预留)
  222. */
  223. public void setSample_type(String sample_type){
  224. this.sample_type=sample_type;
  225. }
  226. private String memo;
  227. /**
  228. *备注
  229. */
  230. public String getMemo(){
  231. return this.memo;
  232. }
  233. /**
  234. *备注
  235. */
  236. public void setMemo(String memo){
  237. this.memo=memo;
  238. }
  239. private String create_name;
  240. /**
  241. *创建人
  242. */
  243. public String getCreate_name(){
  244. return this.create_name;
  245. }
  246. /**
  247. *创建人
  248. */
  249. public void setCreate_name(String create_name){
  250. this.create_name=create_name;
  251. }
  252. private Date create_time;
  253. /**
  254. *创建时间
  255. */
  256. public Date getCreate_time(){
  257. return this.create_time;
  258. }
  259. /**
  260. *创建时间
  261. */
  262. public void setCreate_time(Date create_time){
  263. this.create_time=create_time;
  264. }
  265. /**
  266. * 原料卷类别
  267. */
  268. private String coil_sort;
  269. public String getCoil_sort() {
  270. return coil_sort;
  271. }
  272. public void setCoil_sort(String coil_sort) {
  273. this.coil_sort = coil_sort;
  274. }
  275. }