SjLrb.java 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330
  1. package com.huimv.sj.dataobject;
  2. import com.huimv.xt.dataobject.BaseDO;
  3. import java.math.BigDecimal;
  4. import java.util.Date;
  5. public class SjLrb extends BaseDO {
  6. /**
  7. * This field was generated by Apache iBATIS ibator.
  8. * This field corresponds to the database column sj_lrb.ID
  9. *
  10. * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014
  11. */
  12. private Integer id;
  13. /**
  14. * This field was generated by Apache iBATIS ibator.
  15. * This field corresponds to the database column sj_lrb.LQID
  16. *
  17. * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014
  18. */
  19. private Integer lqid;
  20. /**
  21. * This field was generated by Apache iBATIS ibator.
  22. * This field corresponds to the database column sj_lrb.JSMS
  23. *
  24. * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014
  25. */
  26. private String jsms;
  27. /**
  28. * This field was generated by Apache iBATIS ibator.
  29. * This field corresponds to the database column sj_lrb.ZTLRB
  30. *
  31. * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014
  32. */
  33. private BigDecimal ztlrb;
  34. /**
  35. * This field was generated by Apache iBATIS ibator.
  36. * This field corresponds to the database column sj_lrb.CSQ1LRB
  37. *
  38. * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014
  39. */
  40. private BigDecimal csq1lrb;
  41. /**
  42. * This field was generated by Apache iBATIS ibator.
  43. * This field corresponds to the database column sj_lrb.CSQ2LRB
  44. *
  45. * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014
  46. */
  47. private BigDecimal csq2lrb;
  48. /**
  49. * This field was generated by Apache iBATIS ibator.
  50. * This field corresponds to the database column sj_lrb.GLQLRB
  51. *
  52. * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014
  53. */
  54. private BigDecimal glqlrb;
  55. /**
  56. * This field was generated by Apache iBATIS ibator.
  57. * This field corresponds to the database column sj_lrb.TJSJ
  58. *
  59. * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014
  60. */
  61. private Date tjsj;
  62. private Integer yweb;
  63. /**
  64. * This method was generated by Apache iBATIS ibator.
  65. * This method returns the value of the database column sj_lrb.yweb
  66. *
  67. * @return the value of sj_lrb.yweb
  68. *
  69. * @ibatorgenerated Mon Aug 31 13:24:02 CST 2015
  70. */
  71. public Integer getYweb() {
  72. return yweb;
  73. }
  74. /**
  75. * This method was generated by Apache iBATIS ibator.
  76. * This method sets the value of the database column sj_lrb.yweb
  77. *
  78. * @param yweb the value for sj_lrb.yweb
  79. *
  80. * @ibatorgenerated Mon Aug 31 13:24:02 CST 2015
  81. */
  82. public void setYweb(Integer yweb) {
  83. this.yweb = yweb;
  84. }
  85. private String dqtz;
  86. private Double tjtmaxlrb;
  87. private Double tjtminlrb;
  88. public Double getTjtmaxlrb() {
  89. return tjtmaxlrb;
  90. }
  91. public void setTjtmaxlrb(Double tjtmaxlrb) {
  92. this.tjtmaxlrb = tjtmaxlrb;
  93. }
  94. public Double getTjtminlrb() {
  95. return tjtminlrb;
  96. }
  97. public void setTjtminlrb(Double tjtminlrb) {
  98. this.tjtminlrb = tjtminlrb;
  99. }
  100. public String getDqtz() {
  101. return dqtz;
  102. }
  103. public void setDqtz(String dqtz) {
  104. this.dqtz = dqtz;
  105. }
  106. /**
  107. * This method was generated by Apache iBATIS ibator.
  108. * This method returns the value of the database column sj_lrb.ID
  109. *
  110. * @return the value of sj_lrb.ID
  111. *
  112. * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014
  113. */
  114. public Integer getId() {
  115. return id;
  116. }
  117. /**
  118. * This method was generated by Apache iBATIS ibator.
  119. * This method sets the value of the database column sj_lrb.ID
  120. *
  121. * @param id the value for sj_lrb.ID
  122. *
  123. * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014
  124. */
  125. public void setId(Integer id) {
  126. this.id = id;
  127. }
  128. /**
  129. * This method was generated by Apache iBATIS ibator.
  130. * This method returns the value of the database column sj_lrb.LQID
  131. *
  132. * @return the value of sj_lrb.LQID
  133. *
  134. * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014
  135. */
  136. public Integer getLqid() {
  137. return lqid;
  138. }
  139. /**
  140. * This method was generated by Apache iBATIS ibator.
  141. * This method sets the value of the database column sj_lrb.LQID
  142. *
  143. * @param lqid the value for sj_lrb.LQID
  144. *
  145. * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014
  146. */
  147. public void setLqid(Integer lqid) {
  148. this.lqid = lqid;
  149. }
  150. /**
  151. * This method was generated by Apache iBATIS ibator.
  152. * This method returns the value of the database column sj_lrb.JSMS
  153. *
  154. * @return the value of sj_lrb.JSMS
  155. *
  156. * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014
  157. */
  158. public String getJsms() {
  159. return jsms;
  160. }
  161. /**
  162. * This method was generated by Apache iBATIS ibator.
  163. * This method sets the value of the database column sj_lrb.JSMS
  164. *
  165. * @param jsms the value for sj_lrb.JSMS
  166. *
  167. * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014
  168. */
  169. public void setJsms(String jsms) {
  170. this.jsms = jsms == null ? null : jsms.trim();
  171. }
  172. /**
  173. * This method was generated by Apache iBATIS ibator.
  174. * This method returns the value of the database column sj_lrb.ZTLRB
  175. *
  176. * @return the value of sj_lrb.ZTLRB
  177. *
  178. * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014
  179. */
  180. public BigDecimal getZtlrb() {
  181. return ztlrb;
  182. }
  183. /**
  184. * This method was generated by Apache iBATIS ibator.
  185. * This method sets the value of the database column sj_lrb.ZTLRB
  186. *
  187. * @param ztlrb the value for sj_lrb.ZTLRB
  188. *
  189. * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014
  190. */
  191. public void setZtlrb(BigDecimal ztlrb) {
  192. this.ztlrb = ztlrb;
  193. }
  194. /**
  195. * This method was generated by Apache iBATIS ibator.
  196. * This method returns the value of the database column sj_lrb.CSQ1LRB
  197. *
  198. * @return the value of sj_lrb.CSQ1LRB
  199. *
  200. * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014
  201. */
  202. public BigDecimal getCsq1lrb() {
  203. return csq1lrb;
  204. }
  205. /**
  206. * This method was generated by Apache iBATIS ibator.
  207. * This method sets the value of the database column sj_lrb.CSQ1LRB
  208. *
  209. * @param csq1lrb the value for sj_lrb.CSQ1LRB
  210. *
  211. * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014
  212. */
  213. public void setCsq1lrb(BigDecimal csq1lrb) {
  214. this.csq1lrb = csq1lrb;
  215. }
  216. /**
  217. * This method was generated by Apache iBATIS ibator.
  218. * This method returns the value of the database column sj_lrb.CSQ2LRB
  219. *
  220. * @return the value of sj_lrb.CSQ2LRB
  221. *
  222. * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014
  223. */
  224. public BigDecimal getCsq2lrb() {
  225. return csq2lrb;
  226. }
  227. /**
  228. * This method was generated by Apache iBATIS ibator.
  229. * This method sets the value of the database column sj_lrb.CSQ2LRB
  230. *
  231. * @param csq2lrb the value for sj_lrb.CSQ2LRB
  232. *
  233. * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014
  234. */
  235. public void setCsq2lrb(BigDecimal csq2lrb) {
  236. this.csq2lrb = csq2lrb;
  237. }
  238. /**
  239. * This method was generated by Apache iBATIS ibator.
  240. * This method returns the value of the database column sj_lrb.GLQLRB
  241. *
  242. * @return the value of sj_lrb.GLQLRB
  243. *
  244. * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014
  245. */
  246. public BigDecimal getGlqlrb() {
  247. return glqlrb;
  248. }
  249. /**
  250. * This method was generated by Apache iBATIS ibator.
  251. * This method sets the value of the database column sj_lrb.GLQLRB
  252. *
  253. * @param glqlrb the value for sj_lrb.GLQLRB
  254. *
  255. * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014
  256. */
  257. public void setGlqlrb(BigDecimal glqlrb) {
  258. this.glqlrb = glqlrb;
  259. }
  260. /**
  261. * This method was generated by Apache iBATIS ibator.
  262. * This method returns the value of the database column sj_lrb.TJSJ
  263. *
  264. * @return the value of sj_lrb.TJSJ
  265. *
  266. * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014
  267. */
  268. public Date getTjsj() {
  269. return tjsj;
  270. }
  271. /**
  272. * This method was generated by Apache iBATIS ibator.
  273. * This method sets the value of the database column sj_lrb.TJSJ
  274. *
  275. * @param tjsj the value for sj_lrb.TJSJ
  276. *
  277. * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014
  278. */
  279. public void setTjsj(Date tjsj) {
  280. this.tjsj = tjsj;
  281. }
  282. private String tjsjString;
  283. public String getTjsjString() {
  284. return tjsjString;
  285. }
  286. public void setTjsjString(String tjsjString) {
  287. this.tjsjString = tjsjString;
  288. }
  289. }