SjFwjl.java 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351
  1. package com.huimv.sj.dataobject;
  2. import com.huimv.xt.dataobject.BaseDO;
  3. import java.math.BigDecimal;
  4. import java.util.Date;
  5. @SuppressWarnings("serial")
  6. public class SjFwjl extends BaseDO {
  7. /**
  8. * This field was generated by Apache iBATIS ibator.
  9. * This field corresponds to the database column sj_fwjl.ID
  10. *
  11. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  12. */
  13. private Integer id;
  14. /**
  15. * This field was generated by Apache iBATIS ibator.
  16. * This field corresponds to the database column sj_fwjl.LQID
  17. *
  18. * @ibatorgenerated Wed Jun 25 11:35:01 CST 2014
  19. */
  20. private Integer lqid;
  21. /**
  22. * This field was generated by Apache iBATIS ibator.
  23. * This field corresponds to the database column sj_fwjl.DWEB
  24. *
  25. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  26. */
  27. private String dweb;
  28. /**
  29. * This field was generated by Apache iBATIS ibator.
  30. * This field corresponds to the database column sj_fwjl.DWID
  31. *
  32. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  33. */
  34. private Integer dwid;
  35. /**
  36. * This field was generated by Apache iBATIS ibator.
  37. * This field corresponds to the database column sj_fwjl.FWSJ
  38. *
  39. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  40. */
  41. private Date fwsj;
  42. /**
  43. * This field was generated by Apache iBATIS ibator.
  44. * This field corresponds to the database column sj_fwjl.FWCK
  45. *
  46. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  47. */
  48. private String fwck;
  49. /**
  50. * This field was generated by Apache iBATIS ibator.
  51. * This field corresponds to the database column sj_fwjl.DQTZ
  52. *
  53. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  54. */
  55. private BigDecimal dqtz;
  56. /**
  57. * This field was generated by Apache iBATIS ibator.
  58. * This field corresponds to the database column sj_fwjl.DQWD
  59. *
  60. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  61. */
  62. private BigDecimal dqwd;
  63. /**
  64. * This field was generated by Apache iBATIS ibator.
  65. * This field corresponds to the database column sj_fwjl.TJSJ
  66. *
  67. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  68. */
  69. private String strTjsj;
  70. BigDecimal avgwd;
  71. BigDecimal minwd;
  72. BigDecimal maxwd;
  73. private String zsid;
  74. private String zsmc;
  75. private String mcmc;
  76. private String mcid;
  77. /**
  78. * This method was generated by Apache iBATIS ibator.
  79. * This method returns the value of the database column sj_fwjl.ID
  80. *
  81. * @return the value of sj_fwjl.ID
  82. *
  83. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  84. */
  85. public Integer getId() {
  86. return id;
  87. }
  88. /**
  89. * This method was generated by Apache iBATIS ibator.
  90. * This method sets the value of the database column sj_fwjl.ID
  91. *
  92. * @param id the value for sj_fwjl.ID
  93. *
  94. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  95. */
  96. public void setId(Integer id) {
  97. this.id = id;
  98. }
  99. /**
  100. * This method was generated by Apache iBATIS ibator.
  101. * This method returns the value of the database column sj_fwjl.LQID
  102. *
  103. * @return the value of sj_fwjl.LQID
  104. *
  105. * @ibatorgenerated Wed Jun 25 11:35:01 CST 2014
  106. */
  107. public Integer getLqid() {
  108. return lqid;
  109. }
  110. /**
  111. * This method was generated by Apache iBATIS ibator.
  112. * This method sets the value of the database column sj_fwjl.LQID
  113. *
  114. * @param lqid the value for sj_fwjl.LQID
  115. *
  116. * @ibatorgenerated Wed Jun 25 11:35:01 CST 2014
  117. */
  118. public void setLqid(Integer lqid) {
  119. this.lqid = lqid;
  120. }
  121. /**
  122. * This method was generated by Apache iBATIS ibator.
  123. * This method returns the value of the database column sj_fwjl.DWEB
  124. *
  125. * @return the value of sj_fwjl.DWEB
  126. *
  127. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  128. */
  129. public String getDweb() {
  130. return dweb;
  131. }
  132. /**
  133. * This method was generated by Apache iBATIS ibator.
  134. * This method sets the value of the database column sj_fwjl.DWEB
  135. *
  136. * @param dweb the value for sj_fwjl.DWEB
  137. *
  138. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  139. */
  140. public void setDweb(String dweb) {
  141. this.dweb = dweb == null ? null : dweb.trim();
  142. }
  143. /**
  144. * This method was generated by Apache iBATIS ibator.
  145. * This method returns the value of the database column sj_fwjl.DWID
  146. *
  147. * @return the value of sj_fwjl.DWID
  148. *
  149. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  150. */
  151. public Integer getDwid() {
  152. return dwid;
  153. }
  154. /**
  155. * This method was generated by Apache iBATIS ibator.
  156. * This method sets the value of the database column sj_fwjl.DWID
  157. *
  158. * @param dwid the value for sj_fwjl.DWID
  159. *
  160. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  161. */
  162. public void setDwid(Integer dwid) {
  163. this.dwid = dwid;
  164. }
  165. /**
  166. * This method was generated by Apache iBATIS ibator.
  167. * This method returns the value of the database column sj_fwjl.FWSJ
  168. *
  169. * @return the value of sj_fwjl.FWSJ
  170. *
  171. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  172. */
  173. public Date getFwsj() {
  174. return fwsj;
  175. }
  176. /**
  177. * This method was generated by Apache iBATIS ibator.
  178. * This method sets the value of the database column sj_fwjl.FWSJ
  179. *
  180. * @param fwsj the value for sj_fwjl.FWSJ
  181. *
  182. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  183. */
  184. public void setFwsj(Date fwsj) {
  185. this.fwsj = fwsj;
  186. }
  187. /**
  188. * This method was generated by Apache iBATIS ibator.
  189. * This method returns the value of the database column sj_fwjl.FWCK
  190. *
  191. * @return the value of sj_fwjl.FWCK
  192. *
  193. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  194. */
  195. public String getFwck() {
  196. return fwck;
  197. }
  198. /**
  199. * This method was generated by Apache iBATIS ibator.
  200. * This method sets the value of the database column sj_fwjl.FWCK
  201. *
  202. * @param fwck the value for sj_fwjl.FWCK
  203. *
  204. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  205. */
  206. public void setFwck(String fwck) {
  207. this.fwck = fwck == null ? null : fwck.trim();
  208. }
  209. /**
  210. * This method was generated by Apache iBATIS ibator.
  211. * This method returns the value of the database column sj_fwjl.DQTZ
  212. *
  213. * @return the value of sj_fwjl.DQTZ
  214. *
  215. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  216. */
  217. public BigDecimal getDqtz() {
  218. return dqtz;
  219. }
  220. /**
  221. * This method was generated by Apache iBATIS ibator.
  222. * This method sets the value of the database column sj_fwjl.DQTZ
  223. *
  224. * @param dqtz the value for sj_fwjl.DQTZ
  225. *
  226. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  227. */
  228. public void setDqtz(BigDecimal dqtz) {
  229. this.dqtz = dqtz;
  230. }
  231. /**
  232. * This method was generated by Apache iBATIS ibator.
  233. * This method returns the value of the database column sj_fwjl.DQWD
  234. *
  235. * @return the value of sj_fwjl.DQWD
  236. *
  237. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  238. */
  239. public BigDecimal getDqwd() {
  240. return dqwd;
  241. }
  242. /**
  243. * This method was generated by Apache iBATIS ibator.
  244. * This method sets the value of the database column sj_fwjl.DQWD
  245. *
  246. * @param dqwd the value for sj_fwjl.DQWD
  247. *
  248. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  249. */
  250. public void setDqwd(BigDecimal dqwd) {
  251. this.dqwd = dqwd;
  252. }
  253. public String getStrTjsj() {
  254. return strTjsj;
  255. }
  256. public void setStrTjsj(String strTjsj) {
  257. this.strTjsj = strTjsj;
  258. }
  259. public BigDecimal getAvgwd() {
  260. return avgwd;
  261. }
  262. public void setAvgwd(BigDecimal avgwd) {
  263. this.avgwd = avgwd;
  264. }
  265. public BigDecimal getMinwd() {
  266. return minwd;
  267. }
  268. public void setMinwd(BigDecimal minwd) {
  269. this.minwd = minwd;
  270. }
  271. public BigDecimal getMaxwd() {
  272. return maxwd;
  273. }
  274. public void setMaxwd(BigDecimal maxwd) {
  275. this.maxwd = maxwd;
  276. }
  277. public String getZsid() {
  278. return zsid;
  279. }
  280. public void setZsid(String zsid) {
  281. this.zsid = zsid;
  282. }
  283. public String getZsmc() {
  284. return zsmc;
  285. }
  286. public void setZsmc(String zsmc) {
  287. this.zsmc = zsmc;
  288. }
  289. public String getMcmc() {
  290. return mcmc;
  291. }
  292. public void setMcmc(String mcmc) {
  293. this.mcmc = mcmc;
  294. }
  295. public String getMcid() {
  296. return mcid;
  297. }
  298. public void setMcid(String mcid) {
  299. this.mcid = mcid;
  300. }
  301. }