SjlrSlwl.java 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450
  1. package com.huimv.sjlr.dataobject;
  2. import com.huimv.xt.dataobject.BaseDO;
  3. import java.util.Date;
  4. public class SjlrSlwl extends BaseDO {
  5. /**
  6. * This field was generated by Apache iBATIS ibator.
  7. * This field corresponds to the database column sjlr_slwl.ID
  8. *
  9. * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017
  10. */
  11. private Integer id;
  12. /**
  13. * This field was generated by Apache iBATIS ibator.
  14. * This field corresponds to the database column sjlr_slwl.MCID
  15. *
  16. * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017
  17. */
  18. private Integer mcid;
  19. /**
  20. * This field was generated by Apache iBATIS ibator.
  21. * This field corresponds to the database column sjlr_slwl.DWEB
  22. *
  23. * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017
  24. */
  25. private String dweb;
  26. /**
  27. * This field was generated by Apache iBATIS ibator.
  28. * This field corresponds to the database column sjlr_slwl.WLSL
  29. *
  30. * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017
  31. */
  32. private String wlsl;
  33. /**
  34. * This field was generated by Apache iBATIS ibator.
  35. * This field corresponds to the database column sjlr_slwl.WYSJ
  36. *
  37. * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017
  38. */
  39. private Date wysj;
  40. /**
  41. * This field was generated by Apache iBATIS ibator.
  42. * This field corresponds to the database column sjlr_slwl.PZ
  43. *
  44. * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017
  45. */
  46. private String pz;
  47. /**
  48. * This field was generated by Apache iBATIS ibator.
  49. * This field corresponds to the database column sjlr_slwl.SLPZ
  50. *
  51. * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017
  52. */
  53. private String slpz;
  54. /**
  55. * This field was generated by Apache iBATIS ibator.
  56. * This field corresponds to the database column sjlr_slwl.WYGS
  57. *
  58. * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017
  59. */
  60. private Integer wygs;
  61. /**
  62. * This field was generated by Apache iBATIS ibator.
  63. * This field corresponds to the database column sjlr_slwl.ZWYL
  64. *
  65. * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017
  66. */
  67. private Integer zwyl;
  68. /**
  69. * This field was generated by Apache iBATIS ibator.
  70. * This field corresponds to the database column sjlr_slwl.BZ
  71. *
  72. * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017
  73. */
  74. private String bz;
  75. /**
  76. * This field was generated by Apache iBATIS ibator.
  77. * This field corresponds to the database column sjlr_slwl.XGR
  78. *
  79. * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017
  80. */
  81. private String xgr;
  82. /**
  83. * This field was generated by Apache iBATIS ibator.
  84. * This field corresponds to the database column sjlr_slwl.XGSJ
  85. *
  86. * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017
  87. */
  88. private Date xgsj;
  89. /**
  90. * This field was generated by Apache iBATIS ibator.
  91. * This field corresponds to the database column sjlr_slwl.ZFBZ
  92. *
  93. * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017
  94. */
  95. private Integer zfbz;
  96. /**
  97. * This method was generated by Apache iBATIS ibator.
  98. * This method returns the value of the database column sjlr_slwl.ID
  99. *
  100. * @return the value of sjlr_slwl.ID
  101. *
  102. * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017
  103. */
  104. private String PzStr;
  105. private String SlpzStr;
  106. private String SlStr;
  107. public Integer getId() {
  108. return id;
  109. }
  110. /**
  111. * This method was generated by Apache iBATIS ibator.
  112. * This method sets the value of the database column sjlr_slwl.ID
  113. *
  114. * @param id the value for sjlr_slwl.ID
  115. *
  116. * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017
  117. */
  118. public void setId(Integer id) {
  119. this.id = id;
  120. }
  121. /**
  122. * This method was generated by Apache iBATIS ibator.
  123. * This method returns the value of the database column sjlr_slwl.MCID
  124. *
  125. * @return the value of sjlr_slwl.MCID
  126. *
  127. * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017
  128. */
  129. public Integer getMcid() {
  130. return mcid;
  131. }
  132. /**
  133. * This method was generated by Apache iBATIS ibator.
  134. * This method sets the value of the database column sjlr_slwl.MCID
  135. *
  136. * @param mcid the value for sjlr_slwl.MCID
  137. *
  138. * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017
  139. */
  140. public void setMcid(Integer mcid) {
  141. this.mcid = mcid;
  142. }
  143. /**
  144. * This method was generated by Apache iBATIS ibator.
  145. * This method returns the value of the database column sjlr_slwl.DWEB
  146. *
  147. * @return the value of sjlr_slwl.DWEB
  148. *
  149. * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017
  150. */
  151. public String getDweb() {
  152. return dweb;
  153. }
  154. /**
  155. * This method was generated by Apache iBATIS ibator.
  156. * This method sets the value of the database column sjlr_slwl.DWEB
  157. *
  158. * @param dweb the value for sjlr_slwl.DWEB
  159. *
  160. * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017
  161. */
  162. public void setDweb(String dweb) {
  163. this.dweb = dweb == null ? null : dweb.trim();
  164. }
  165. /**
  166. * This method was generated by Apache iBATIS ibator.
  167. * This method returns the value of the database column sjlr_slwl.WLSL
  168. *
  169. * @return the value of sjlr_slwl.WLSL
  170. *
  171. * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017
  172. */
  173. public String getWlsl() {
  174. return wlsl;
  175. }
  176. /**
  177. * This method was generated by Apache iBATIS ibator.
  178. * This method sets the value of the database column sjlr_slwl.WLSL
  179. *
  180. * @param wlsl the value for sjlr_slwl.WLSL
  181. *
  182. * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017
  183. */
  184. public void setWlsl(String wlsl) {
  185. this.wlsl = wlsl == null ? null : wlsl.trim();
  186. }
  187. /**
  188. * This method was generated by Apache iBATIS ibator.
  189. * This method returns the value of the database column sjlr_slwl.WYSJ
  190. *
  191. * @return the value of sjlr_slwl.WYSJ
  192. *
  193. * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017
  194. */
  195. public Date getWysj() {
  196. return wysj;
  197. }
  198. /**
  199. * This method was generated by Apache iBATIS ibator.
  200. * This method sets the value of the database column sjlr_slwl.WYSJ
  201. *
  202. * @param wysj the value for sjlr_slwl.WYSJ
  203. *
  204. * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017
  205. */
  206. public void setWysj(Date wysj) {
  207. this.wysj = wysj;
  208. }
  209. /**
  210. * This method was generated by Apache iBATIS ibator.
  211. * This method returns the value of the database column sjlr_slwl.PZ
  212. *
  213. * @return the value of sjlr_slwl.PZ
  214. *
  215. * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017
  216. */
  217. public String getPz() {
  218. return pz;
  219. }
  220. /**
  221. * This method was generated by Apache iBATIS ibator.
  222. * This method sets the value of the database column sjlr_slwl.PZ
  223. *
  224. * @param pz the value for sjlr_slwl.PZ
  225. *
  226. * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017
  227. */
  228. public void setPz(String pz) {
  229. this.pz = pz == null ? null : pz.trim();
  230. }
  231. /**
  232. * This method was generated by Apache iBATIS ibator.
  233. * This method returns the value of the database column sjlr_slwl.SLPZ
  234. *
  235. * @return the value of sjlr_slwl.SLPZ
  236. *
  237. * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017
  238. */
  239. public String getSlpz() {
  240. return slpz;
  241. }
  242. /**
  243. * This method was generated by Apache iBATIS ibator.
  244. * This method sets the value of the database column sjlr_slwl.SLPZ
  245. *
  246. * @param slpz the value for sjlr_slwl.SLPZ
  247. *
  248. * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017
  249. */
  250. public void setSlpz(String slpz) {
  251. this.slpz = slpz == null ? null : slpz.trim();
  252. }
  253. /**
  254. * This method was generated by Apache iBATIS ibator.
  255. * This method returns the value of the database column sjlr_slwl.WYGS
  256. *
  257. * @return the value of sjlr_slwl.WYGS
  258. *
  259. * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017
  260. */
  261. public Integer getWygs() {
  262. return wygs;
  263. }
  264. /**
  265. * This method was generated by Apache iBATIS ibator.
  266. * This method sets the value of the database column sjlr_slwl.WYGS
  267. *
  268. * @param wygs the value for sjlr_slwl.WYGS
  269. *
  270. * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017
  271. */
  272. public void setWygs(Integer wygs) {
  273. this.wygs = wygs;
  274. }
  275. /**
  276. * This method was generated by Apache iBATIS ibator.
  277. * This method returns the value of the database column sjlr_slwl.ZWYL
  278. *
  279. * @return the value of sjlr_slwl.ZWYL
  280. *
  281. * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017
  282. */
  283. public Integer getZwyl() {
  284. return zwyl;
  285. }
  286. /**
  287. * This method was generated by Apache iBATIS ibator.
  288. * This method sets the value of the database column sjlr_slwl.ZWYL
  289. *
  290. * @param zwyl the value for sjlr_slwl.ZWYL
  291. *
  292. * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017
  293. */
  294. public void setZwyl(Integer zwyl) {
  295. this.zwyl = zwyl;
  296. }
  297. /**
  298. * This method was generated by Apache iBATIS ibator.
  299. * This method returns the value of the database column sjlr_slwl.BZ
  300. *
  301. * @return the value of sjlr_slwl.BZ
  302. *
  303. * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017
  304. */
  305. public String getBz() {
  306. return bz;
  307. }
  308. /**
  309. * This method was generated by Apache iBATIS ibator.
  310. * This method sets the value of the database column sjlr_slwl.BZ
  311. *
  312. * @param bz the value for sjlr_slwl.BZ
  313. *
  314. * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017
  315. */
  316. public void setBz(String bz) {
  317. this.bz = bz == null ? null : bz.trim();
  318. }
  319. /**
  320. * This method was generated by Apache iBATIS ibator.
  321. * This method returns the value of the database column sjlr_slwl.XGR
  322. *
  323. * @return the value of sjlr_slwl.XGR
  324. *
  325. * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017
  326. */
  327. public String getXgr() {
  328. return xgr;
  329. }
  330. /**
  331. * This method was generated by Apache iBATIS ibator.
  332. * This method sets the value of the database column sjlr_slwl.XGR
  333. *
  334. * @param xgr the value for sjlr_slwl.XGR
  335. *
  336. * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017
  337. */
  338. public void setXgr(String xgr) {
  339. this.xgr = xgr == null ? null : xgr.trim();
  340. }
  341. /**
  342. * This method was generated by Apache iBATIS ibator.
  343. * This method returns the value of the database column sjlr_slwl.XGSJ
  344. *
  345. * @return the value of sjlr_slwl.XGSJ
  346. *
  347. * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017
  348. */
  349. public Date getXgsj() {
  350. return xgsj;
  351. }
  352. /**
  353. * This method was generated by Apache iBATIS ibator.
  354. * This method sets the value of the database column sjlr_slwl.XGSJ
  355. *
  356. * @param xgsj the value for sjlr_slwl.XGSJ
  357. *
  358. * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017
  359. */
  360. public void setXgsj(Date xgsj) {
  361. this.xgsj = xgsj;
  362. }
  363. /**
  364. * This method was generated by Apache iBATIS ibator.
  365. * This method returns the value of the database column sjlr_slwl.ZFBZ
  366. *
  367. * @return the value of sjlr_slwl.ZFBZ
  368. *
  369. * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017
  370. */
  371. public Integer getZfbz() {
  372. return zfbz;
  373. }
  374. /**
  375. * This method was generated by Apache iBATIS ibator.
  376. * This method sets the value of the database column sjlr_slwl.ZFBZ
  377. *
  378. * @param zfbz the value for sjlr_slwl.ZFBZ
  379. *
  380. * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017
  381. */
  382. public void setZfbz(Integer zfbz) {
  383. this.zfbz = zfbz;
  384. }
  385. public void setPzStr(String pzStr) {
  386. PzStr = pzStr;
  387. }
  388. public void setSlpzStr(String slpzStr) {
  389. SlpzStr = slpzStr;
  390. }
  391. public void setSlStr(String slStr) {
  392. SlStr = slStr;
  393. }
  394. public String getPzStr() {
  395. return PzStr;
  396. }
  397. public String getSlpzStr() {
  398. return SlpzStr;
  399. }
  400. public String getSlStr() {
  401. return SlStr;
  402. }
  403. }