SjSscssj.java 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392
  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 SjSscssj extends BaseDO {
  7. /**
  8. * This field was generated by Apache iBATIS ibator.
  9. * This field corresponds to the database column sj_sscssj.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_sscssj.LQID
  17. *
  18. * @ibatorgenerated Thu Jun 19 15:59:45 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_sscssj.CSL
  24. *
  25. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  26. */
  27. private BigDecimal csl;
  28. /**
  29. * This field was generated by Apache iBATIS ibator.
  30. * This field corresponds to the database column sj_sscssj.CSQ
  31. *
  32. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  33. */
  34. private String csq;
  35. /**
  36. * This field was generated by Apache iBATIS ibator.
  37. * This field corresponds to the database column sj_sscssj.CSSJ
  38. *
  39. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  40. */
  41. private Date cssj;
  42. /**
  43. * This field was generated by Apache iBATIS ibator.
  44. * This field corresponds to the database column sj_sscssj.SLBZ
  45. *
  46. * @ibatorgenerated Sat Aug 09 13:37:36 CST 2014
  47. */
  48. private String slbz;
  49. /**
  50. * This field was generated by Apache iBATIS ibator.
  51. * This field corresponds to the database column sj_sscssj.XGR
  52. *
  53. * @ibatorgenerated Sat Aug 09 13:37:36 CST 2014
  54. */
  55. private String xgr;
  56. /**
  57. * This field was generated by Apache iBATIS ibator.
  58. * This field corresponds to the database column sj_sscssj.XGSJ
  59. *
  60. * @ibatorgenerated Sat Aug 09 13:37:36 CST 2014
  61. */
  62. private Date xgsj;
  63. /**
  64. * This field was generated by Apache iBATIS ibator.
  65. * This field corresponds to the database column sj_sscssj.ZFBZ
  66. *
  67. * @ibatorgenerated Sat Aug 09 13:37:36 CST 2014
  68. */
  69. private Integer zfbz;
  70. /**
  71. * This method was generated by Apache iBATIS ibator.
  72. * This method returns the value of the database column sj_sscssj.ID
  73. *
  74. * @return the value of sj_sscssj.ID
  75. *
  76. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  77. */
  78. public Integer getId() {
  79. return id;
  80. }
  81. /**
  82. * This method was generated by Apache iBATIS ibator.
  83. * This method sets the value of the database column sj_sscssj.ID
  84. *
  85. * @param id the value for sj_sscssj.ID
  86. *
  87. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  88. */
  89. public void setId(Integer id) {
  90. this.id = id;
  91. }
  92. /**
  93. * This method was generated by Apache iBATIS ibator.
  94. * This method returns the value of the database column sj_sscssj.LQID
  95. *
  96. * @return the value of sj_sscssj.LQID
  97. *
  98. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  99. */
  100. public Integer getLqid() {
  101. return lqid;
  102. }
  103. /**
  104. * This method was generated by Apache iBATIS ibator.
  105. * This method sets the value of the database column sj_sscssj.LQID
  106. *
  107. * @param lqid the value for sj_sscssj.LQID
  108. *
  109. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  110. */
  111. public void setLqid(Integer lqid) {
  112. this.lqid = lqid;
  113. }
  114. /**
  115. * This method was generated by Apache iBATIS ibator.
  116. * This method returns the value of the database column sj_sscssj.CSL
  117. *
  118. * @return the value of sj_sscssj.CSL
  119. *
  120. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  121. */
  122. public BigDecimal getCsl() {
  123. return csl;
  124. }
  125. /**
  126. * This method was generated by Apache iBATIS ibator.
  127. * This method sets the value of the database column sj_sscssj.CSL
  128. *
  129. * @param csl the value for sj_sscssj.CSL
  130. *
  131. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  132. */
  133. public void setCsl(BigDecimal csl) {
  134. this.csl = csl;
  135. }
  136. /**
  137. * This method was generated by Apache iBATIS ibator.
  138. * This method returns the value of the database column sj_sscssj.CSQ
  139. *
  140. * @return the value of sj_sscssj.CSQ
  141. *
  142. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  143. */
  144. public String getCsq() {
  145. return csq;
  146. }
  147. /**
  148. * This method was generated by Apache iBATIS ibator.
  149. * This method sets the value of the database column sj_sscssj.CSQ
  150. *
  151. * @param csq the value for sj_sscssj.CSQ
  152. *
  153. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  154. */
  155. public void setCsq(String csq) {
  156. this.csq = csq == null ? null : csq.trim();
  157. }
  158. /**
  159. * This method was generated by Apache iBATIS ibator.
  160. * This method returns the value of the database column sj_sscssj.CSSJ
  161. *
  162. * @return the value of sj_sscssj.CSSJ
  163. *
  164. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  165. */
  166. public Date getCssj() {
  167. return cssj;
  168. }
  169. /**
  170. * This method was generated by Apache iBATIS ibator.
  171. * This method sets the value of the database column sj_sscssj.CSSJ
  172. *
  173. * @param cssj the value for sj_sscssj.CSSJ
  174. *
  175. * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014
  176. */
  177. public void setCssj(Date cssj) {
  178. this.cssj = cssj;
  179. }
  180. /**
  181. * This method was generated by Apache iBATIS ibator.
  182. * This method returns the value of the database column sj_sscssj.SLBZ
  183. *
  184. * @return the value of sj_sscssj.SLBZ
  185. *
  186. * @ibatorgenerated Sat Aug 09 13:37:36 CST 2014
  187. */
  188. public String getSlbz() {
  189. return slbz;
  190. }
  191. /**
  192. * This method was generated by Apache iBATIS ibator.
  193. * This method sets the value of the database column sj_sscssj.SLBZ
  194. *
  195. * @param slbz the value for sj_sscssj.SLBZ
  196. *
  197. * @ibatorgenerated Sat Aug 09 13:37:36 CST 2014
  198. */
  199. public void setSlbz(String slbz) {
  200. this.slbz = slbz == null ? null : slbz.trim();
  201. }
  202. /**
  203. * This method was generated by Apache iBATIS ibator.
  204. * This method returns the value of the database column sj_sscssj.XGR
  205. *
  206. * @return the value of sj_sscssj.XGR
  207. *
  208. * @ibatorgenerated Sat Aug 09 13:37:36 CST 2014
  209. */
  210. public String getXgr() {
  211. return xgr;
  212. }
  213. /**
  214. * This method was generated by Apache iBATIS ibator.
  215. * This method sets the value of the database column sj_sscssj.XGR
  216. *
  217. * @param xgr the value for sj_sscssj.XGR
  218. *
  219. * @ibatorgenerated Sat Aug 09 13:37:36 CST 2014
  220. */
  221. public void setXgr(String xgr) {
  222. this.xgr = xgr == null ? null : xgr.trim();
  223. }
  224. /**
  225. * This method was generated by Apache iBATIS ibator.
  226. * This method returns the value of the database column sj_sscssj.XGSJ
  227. *
  228. * @return the value of sj_sscssj.XGSJ
  229. *
  230. * @ibatorgenerated Sat Aug 09 13:37:36 CST 2014
  231. */
  232. public Date getXgsj() {
  233. return xgsj;
  234. }
  235. /**
  236. * This method was generated by Apache iBATIS ibator.
  237. * This method sets the value of the database column sj_sscssj.XGSJ
  238. *
  239. * @param xgsj the value for sj_sscssj.XGSJ
  240. *
  241. * @ibatorgenerated Sat Aug 09 13:37:36 CST 2014
  242. */
  243. public void setXgsj(Date xgsj) {
  244. this.xgsj = xgsj;
  245. }
  246. /**
  247. * This method was generated by Apache iBATIS ibator.
  248. * This method returns the value of the database column sj_sscssj.ZFBZ
  249. *
  250. * @return the value of sj_sscssj.ZFBZ
  251. *
  252. * @ibatorgenerated Sat Aug 09 13:37:36 CST 2014
  253. */
  254. public Integer getZfbz() {
  255. return zfbz;
  256. }
  257. /**
  258. * This method was generated by Apache iBATIS ibator.
  259. * This method sets the value of the database column sj_sscssj.ZFBZ
  260. *
  261. * @param zfbz the value for sj_sscssj.ZFBZ
  262. *
  263. * @ibatorgenerated Sat Aug 09 13:37:36 CST 2014
  264. */
  265. public void setZfbz(Integer zfbz) {
  266. this.zfbz = zfbz;
  267. }
  268. private Date tjsjstart;
  269. private Date tjsjend;
  270. private String cscs;
  271. private String sjqj;
  272. private String mcmc;
  273. private String zsmc;
  274. private String lqmc;
  275. private BigDecimal maxcsl;
  276. private BigDecimal mincsl;
  277. private BigDecimal avgcsl;
  278. public String getLqmc() {
  279. return lqmc;
  280. }
  281. public void setLqmc(String lqmc) {
  282. this.lqmc = lqmc;
  283. }
  284. public String getMcmc() {
  285. return mcmc;
  286. }
  287. public void setMcmc(String mcmc) {
  288. this.mcmc = mcmc;
  289. }
  290. public String getZsmc() {
  291. return zsmc;
  292. }
  293. public void setZsmc(String zsmc) {
  294. this.zsmc = zsmc;
  295. }
  296. public String getSjqj() {
  297. return sjqj;
  298. }
  299. public void setSjqj(String sjqj) {
  300. this.sjqj = sjqj;
  301. }
  302. public String getCscs() {
  303. return cscs;
  304. }
  305. public void setCscs(String cscs) {
  306. this.cscs = cscs;
  307. }
  308. public Date getTjsjstart() {
  309. return tjsjstart;
  310. }
  311. public void setTjsjstart(Date tjsjstart) {
  312. this.tjsjstart = tjsjstart;
  313. }
  314. public Date getTjsjend() {
  315. return tjsjend;
  316. }
  317. public void setTjsjend(Date tjsjend) {
  318. this.tjsjend = tjsjend;
  319. }
  320. public void setMaxcsl(BigDecimal maxcsl) {
  321. this.maxcsl = maxcsl;
  322. }
  323. public void setMincsl(BigDecimal mincsl) {
  324. this.mincsl = mincsl;
  325. }
  326. public void setAvgcsl(BigDecimal avgcsl) {
  327. this.avgcsl = avgcsl;
  328. }
  329. public BigDecimal getMaxcsl() {
  330. return maxcsl;
  331. }
  332. public BigDecimal getMincsl() {
  333. return mincsl;
  334. }
  335. public BigDecimal getAvgcsl() {
  336. return avgcsl;
  337. }
  338. }