SjWbhj.java 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580
  1. package com.huimv.sj.dataobject;
  2. import java.math.BigDecimal;
  3. import java.util.Date;
  4. import com.huimv.xt.dataobject.BaseDO;
  5. public class SjWbhj extends BaseDO {
  6. /**
  7. * This field was generated by Apache iBATIS ibator.
  8. * This field corresponds to the database column sj_wbhj.id
  9. *
  10. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  11. */
  12. private Integer id;
  13. /**
  14. * This field was generated by Apache iBATIS ibator.
  15. * This field corresponds to the database column sj_wbhj.lqid
  16. *
  17. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  18. */
  19. private Integer lqid;
  20. /**
  21. * This field was generated by Apache iBATIS ibator.
  22. * This field corresponds to the database column sj_wbhj.wbwd
  23. *
  24. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  25. */
  26. private BigDecimal wbwd;
  27. /**
  28. * This field was generated by Apache iBATIS ibator.
  29. * This field corresponds to the database column sj_wbhj.wbsd
  30. *
  31. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  32. */
  33. private BigDecimal wbsd;
  34. /**
  35. * This field was generated by Apache iBATIS ibator.
  36. * This field corresponds to the database column sj_wbhj.temp1
  37. *
  38. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  39. */
  40. private String temp1;
  41. /**
  42. * This field was generated by Apache iBATIS ibator.
  43. * This field corresponds to the database column sj_wbhj.temp2
  44. *
  45. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  46. */
  47. private String temp2;
  48. /**
  49. * This field was generated by Apache iBATIS ibator.
  50. * This field corresponds to the database column sj_wbhj.temp3
  51. *
  52. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  53. */
  54. private String temp3;
  55. /**
  56. * This field was generated by Apache iBATIS ibator.
  57. * This field corresponds to the database column sj_wbhj.temp4
  58. *
  59. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  60. */
  61. private String temp4;
  62. /**
  63. * This field was generated by Apache iBATIS ibator.
  64. * This field corresponds to the database column sj_wbhj.temp5
  65. *
  66. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  67. */
  68. private String temp5;
  69. /**
  70. * This field was generated by Apache iBATIS ibator.
  71. * This field corresponds to the database column sj_wbhj.temp6
  72. *
  73. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  74. */
  75. private String temp6;
  76. /**
  77. * This field was generated by Apache iBATIS ibator.
  78. * This field corresponds to the database column sj_wbhj.temp7
  79. *
  80. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  81. */
  82. private String temp7;
  83. /**
  84. * This field was generated by Apache iBATIS ibator.
  85. * This field corresponds to the database column sj_wbhj.temp8
  86. *
  87. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  88. */
  89. private String temp8;
  90. /**
  91. * This field was generated by Apache iBATIS ibator.
  92. * This field corresponds to the database column sj_wbhj.temp9
  93. *
  94. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  95. */
  96. private String temp9;
  97. /**
  98. * This field was generated by Apache iBATIS ibator.
  99. * This field corresponds to the database column sj_wbhj.bz
  100. *
  101. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  102. */
  103. private Integer bz;
  104. /**
  105. * This field was generated by Apache iBATIS ibator.
  106. * This field corresponds to the database column sj_wbhj.tjsj
  107. *
  108. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  109. */
  110. private Date tjsj;
  111. /**
  112. * This field was generated by Apache iBATIS ibator.
  113. * This field corresponds to the database column sj_wbhj.scsj
  114. *
  115. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  116. */
  117. private Date scsj;
  118. /**
  119. * This method was generated by Apache iBATIS ibator.
  120. * This method returns the value of the database column sj_wbhj.id
  121. *
  122. * @return the value of sj_wbhj.id
  123. *
  124. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  125. */
  126. public Integer getId() {
  127. return id;
  128. }
  129. /**
  130. * This method was generated by Apache iBATIS ibator.
  131. * This method sets the value of the database column sj_wbhj.id
  132. *
  133. * @param id the value for sj_wbhj.id
  134. *
  135. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  136. */
  137. public void setId(Integer id) {
  138. this.id = id;
  139. }
  140. /**
  141. * This method was generated by Apache iBATIS ibator.
  142. * This method returns the value of the database column sj_wbhj.lqid
  143. *
  144. * @return the value of sj_wbhj.lqid
  145. *
  146. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  147. */
  148. public Integer getLqid() {
  149. return lqid;
  150. }
  151. /**
  152. * This method was generated by Apache iBATIS ibator.
  153. * This method sets the value of the database column sj_wbhj.lqid
  154. *
  155. * @param lqid the value for sj_wbhj.lqid
  156. *
  157. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  158. */
  159. public void setLqid(Integer lqid) {
  160. this.lqid = lqid;
  161. }
  162. /**
  163. * This method was generated by Apache iBATIS ibator.
  164. * This method returns the value of the database column sj_wbhj.wbwd
  165. *
  166. * @return the value of sj_wbhj.wbwd
  167. *
  168. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  169. */
  170. public BigDecimal getWbwd() {
  171. return wbwd;
  172. }
  173. /**
  174. * This method was generated by Apache iBATIS ibator.
  175. * This method sets the value of the database column sj_wbhj.wbwd
  176. *
  177. * @param wbwd the value for sj_wbhj.wbwd
  178. *
  179. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  180. */
  181. public void setWbwd(BigDecimal wbwd) {
  182. this.wbwd = wbwd;
  183. }
  184. /**
  185. * This method was generated by Apache iBATIS ibator.
  186. * This method returns the value of the database column sj_wbhj.wbsd
  187. *
  188. * @return the value of sj_wbhj.wbsd
  189. *
  190. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  191. */
  192. public BigDecimal getWbsd() {
  193. return wbsd;
  194. }
  195. /**
  196. * This method was generated by Apache iBATIS ibator.
  197. * This method sets the value of the database column sj_wbhj.wbsd
  198. *
  199. * @param wbsd the value for sj_wbhj.wbsd
  200. *
  201. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  202. */
  203. public void setWbsd(BigDecimal wbsd) {
  204. this.wbsd = wbsd;
  205. }
  206. /**
  207. * This method was generated by Apache iBATIS ibator.
  208. * This method returns the value of the database column sj_wbhj.temp1
  209. *
  210. * @return the value of sj_wbhj.temp1
  211. *
  212. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  213. */
  214. public String getTemp1() {
  215. return temp1;
  216. }
  217. /**
  218. * This method was generated by Apache iBATIS ibator.
  219. * This method sets the value of the database column sj_wbhj.temp1
  220. *
  221. * @param temp1 the value for sj_wbhj.temp1
  222. *
  223. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  224. */
  225. public void setTemp1(String temp1) {
  226. this.temp1 = temp1 == null ? null : temp1.trim();
  227. }
  228. /**
  229. * This method was generated by Apache iBATIS ibator.
  230. * This method returns the value of the database column sj_wbhj.temp2
  231. *
  232. * @return the value of sj_wbhj.temp2
  233. *
  234. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  235. */
  236. public String getTemp2() {
  237. return temp2;
  238. }
  239. /**
  240. * This method was generated by Apache iBATIS ibator.
  241. * This method sets the value of the database column sj_wbhj.temp2
  242. *
  243. * @param temp2 the value for sj_wbhj.temp2
  244. *
  245. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  246. */
  247. public void setTemp2(String temp2) {
  248. this.temp2 = temp2 == null ? null : temp2.trim();
  249. }
  250. /**
  251. * This method was generated by Apache iBATIS ibator.
  252. * This method returns the value of the database column sj_wbhj.temp3
  253. *
  254. * @return the value of sj_wbhj.temp3
  255. *
  256. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  257. */
  258. public String getTemp3() {
  259. return temp3;
  260. }
  261. /**
  262. * This method was generated by Apache iBATIS ibator.
  263. * This method sets the value of the database column sj_wbhj.temp3
  264. *
  265. * @param temp3 the value for sj_wbhj.temp3
  266. *
  267. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  268. */
  269. public void setTemp3(String temp3) {
  270. this.temp3 = temp3 == null ? null : temp3.trim();
  271. }
  272. /**
  273. * This method was generated by Apache iBATIS ibator.
  274. * This method returns the value of the database column sj_wbhj.temp4
  275. *
  276. * @return the value of sj_wbhj.temp4
  277. *
  278. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  279. */
  280. public String getTemp4() {
  281. return temp4;
  282. }
  283. /**
  284. * This method was generated by Apache iBATIS ibator.
  285. * This method sets the value of the database column sj_wbhj.temp4
  286. *
  287. * @param temp4 the value for sj_wbhj.temp4
  288. *
  289. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  290. */
  291. public void setTemp4(String temp4) {
  292. this.temp4 = temp4 == null ? null : temp4.trim();
  293. }
  294. /**
  295. * This method was generated by Apache iBATIS ibator.
  296. * This method returns the value of the database column sj_wbhj.temp5
  297. *
  298. * @return the value of sj_wbhj.temp5
  299. *
  300. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  301. */
  302. public String getTemp5() {
  303. return temp5;
  304. }
  305. /**
  306. * This method was generated by Apache iBATIS ibator.
  307. * This method sets the value of the database column sj_wbhj.temp5
  308. *
  309. * @param temp5 the value for sj_wbhj.temp5
  310. *
  311. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  312. */
  313. public void setTemp5(String temp5) {
  314. this.temp5 = temp5 == null ? null : temp5.trim();
  315. }
  316. /**
  317. * This method was generated by Apache iBATIS ibator.
  318. * This method returns the value of the database column sj_wbhj.temp6
  319. *
  320. * @return the value of sj_wbhj.temp6
  321. *
  322. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  323. */
  324. public String getTemp6() {
  325. return temp6;
  326. }
  327. /**
  328. * This method was generated by Apache iBATIS ibator.
  329. * This method sets the value of the database column sj_wbhj.temp6
  330. *
  331. * @param temp6 the value for sj_wbhj.temp6
  332. *
  333. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  334. */
  335. public void setTemp6(String temp6) {
  336. this.temp6 = temp6 == null ? null : temp6.trim();
  337. }
  338. /**
  339. * This method was generated by Apache iBATIS ibator.
  340. * This method returns the value of the database column sj_wbhj.temp7
  341. *
  342. * @return the value of sj_wbhj.temp7
  343. *
  344. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  345. */
  346. public String getTemp7() {
  347. return temp7;
  348. }
  349. /**
  350. * This method was generated by Apache iBATIS ibator.
  351. * This method sets the value of the database column sj_wbhj.temp7
  352. *
  353. * @param temp7 the value for sj_wbhj.temp7
  354. *
  355. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  356. */
  357. public void setTemp7(String temp7) {
  358. this.temp7 = temp7 == null ? null : temp7.trim();
  359. }
  360. /**
  361. * This method was generated by Apache iBATIS ibator.
  362. * This method returns the value of the database column sj_wbhj.temp8
  363. *
  364. * @return the value of sj_wbhj.temp8
  365. *
  366. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  367. */
  368. public String getTemp8() {
  369. return temp8;
  370. }
  371. /**
  372. * This method was generated by Apache iBATIS ibator.
  373. * This method sets the value of the database column sj_wbhj.temp8
  374. *
  375. * @param temp8 the value for sj_wbhj.temp8
  376. *
  377. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  378. */
  379. public void setTemp8(String temp8) {
  380. this.temp8 = temp8 == null ? null : temp8.trim();
  381. }
  382. /**
  383. * This method was generated by Apache iBATIS ibator.
  384. * This method returns the value of the database column sj_wbhj.temp9
  385. *
  386. * @return the value of sj_wbhj.temp9
  387. *
  388. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  389. */
  390. public String getTemp9() {
  391. return temp9;
  392. }
  393. /**
  394. * This method was generated by Apache iBATIS ibator.
  395. * This method sets the value of the database column sj_wbhj.temp9
  396. *
  397. * @param temp9 the value for sj_wbhj.temp9
  398. *
  399. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  400. */
  401. public void setTemp9(String temp9) {
  402. this.temp9 = temp9 == null ? null : temp9.trim();
  403. }
  404. /**
  405. * This method was generated by Apache iBATIS ibator.
  406. * This method returns the value of the database column sj_wbhj.bz
  407. *
  408. * @return the value of sj_wbhj.bz
  409. *
  410. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  411. */
  412. public Integer getBz() {
  413. return bz;
  414. }
  415. /**
  416. * This method was generated by Apache iBATIS ibator.
  417. * This method sets the value of the database column sj_wbhj.bz
  418. *
  419. * @param bz the value for sj_wbhj.bz
  420. *
  421. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  422. */
  423. public void setBz(Integer bz) {
  424. this.bz = bz;
  425. }
  426. /**
  427. * This method was generated by Apache iBATIS ibator.
  428. * This method returns the value of the database column sj_wbhj.tjsj
  429. *
  430. * @return the value of sj_wbhj.tjsj
  431. *
  432. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  433. */
  434. public Date getTjsj() {
  435. return tjsj;
  436. }
  437. /**
  438. * This method was generated by Apache iBATIS ibator.
  439. * This method sets the value of the database column sj_wbhj.tjsj
  440. *
  441. * @param tjsj the value for sj_wbhj.tjsj
  442. *
  443. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  444. */
  445. public void setTjsj(Date tjsj) {
  446. this.tjsj = tjsj;
  447. }
  448. /**
  449. * This method was generated by Apache iBATIS ibator.
  450. * This method returns the value of the database column sj_wbhj.scsj
  451. *
  452. * @return the value of sj_wbhj.scsj
  453. *
  454. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  455. */
  456. public Date getScsj() {
  457. return scsj;
  458. }
  459. /**
  460. * This method was generated by Apache iBATIS ibator.
  461. * This method sets the value of the database column sj_wbhj.scsj
  462. *
  463. * @param scsj the value for sj_wbhj.scsj
  464. *
  465. * @ibatorgenerated Tue Nov 10 15:21:26 CST 2015
  466. */
  467. public void setScsj(Date scsj) {
  468. this.scsj = scsj;
  469. }
  470. private BigDecimal avgwbwd;
  471. private BigDecimal maxwbwd;
  472. private BigDecimal minwbwd;
  473. private BigDecimal avgwbsd;
  474. private BigDecimal maxwbsd;
  475. private BigDecimal minwbsd;
  476. public BigDecimal getAvgwbwd() {
  477. return avgwbwd;
  478. }
  479. public void setAvgwbwd(BigDecimal avgwbwd) {
  480. this.avgwbwd = avgwbwd;
  481. }
  482. public BigDecimal getMaxwbwd() {
  483. return maxwbwd;
  484. }
  485. public void setMaxwbwd(BigDecimal maxwbwd) {
  486. this.maxwbwd = maxwbwd;
  487. }
  488. public BigDecimal getMinwbwd() {
  489. return minwbwd;
  490. }
  491. public void setMinwbwd(BigDecimal minwbwd) {
  492. this.minwbwd = minwbwd;
  493. }
  494. public BigDecimal getAvgwbsd() {
  495. return avgwbsd;
  496. }
  497. public void setAvgwbsd(BigDecimal avgwbsd) {
  498. this.avgwbsd = avgwbsd;
  499. }
  500. public BigDecimal getMaxwbsd() {
  501. return maxwbsd;
  502. }
  503. public void setMaxwbsd(BigDecimal maxwbsd) {
  504. this.maxwbsd = maxwbsd;
  505. }
  506. public BigDecimal getMinwbsd() {
  507. return minwbsd;
  508. }
  509. public void setMinwbsd(BigDecimal minwbsd) {
  510. this.minwbsd = minwbsd;
  511. }
  512. }