XxTsxxjl.java 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424
  1. package com.huimv.xx.dataobject;
  2. import com.huimv.xt.dataobject.BaseDO;
  3. import java.util.Date;
  4. @SuppressWarnings("serial")
  5. public class XxTsxxjl extends BaseDO {
  6. /**
  7. * This field was generated by Apache iBATIS ibator.
  8. * This field corresponds to the database column xx_tsxxjl.ID
  9. *
  10. * @ibatorgenerated Fri Dec 19 18:29:07 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 xx_tsxxjl.XXID
  16. *
  17. * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
  18. */
  19. private String xxid;
  20. /**
  21. * This field was generated by Apache iBATIS ibator.
  22. * This field corresponds to the database column xx_tsxxjl.TSSJ
  23. *
  24. * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
  25. */
  26. private Date tssj;
  27. /**
  28. * This field was generated by Apache iBATIS ibator.
  29. * This field corresponds to the database column xx_tsxxjl.NR
  30. *
  31. * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
  32. */
  33. private String nr;
  34. /**
  35. * This field was generated by Apache iBATIS ibator.
  36. * This field corresponds to the database column xx_tsxxjl.JHTS
  37. *
  38. * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
  39. */
  40. private String jhts;
  41. /**
  42. * This field was generated by Apache iBATIS ibator.
  43. * This field corresponds to the database column xx_tsxxjl.SD
  44. *
  45. * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
  46. */
  47. private String sd;
  48. /**
  49. * This field was generated by Apache iBATIS ibator.
  50. * This field corresponds to the database column xx_tsxxjl.SDL
  51. *
  52. * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
  53. */
  54. private String sdl;
  55. /**
  56. * This field was generated by Apache iBATIS ibator.
  57. * This field corresponds to the database column xx_tsxxjl.DJ
  58. *
  59. * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
  60. */
  61. private String dj;
  62. /**
  63. * This field was generated by Apache iBATIS ibator.
  64. * This field corresponds to the database column xx_tsxxjl.DJL
  65. *
  66. * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
  67. */
  68. private String djl;
  69. /**
  70. * This field was generated by Apache iBATIS ibator.
  71. * This field corresponds to the database column xx_tsxxjl.GXSJ
  72. *
  73. * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
  74. */
  75. private Date gxsj;
  76. /**
  77. * This field was generated by Apache iBATIS ibator.
  78. * This field corresponds to the database column xx_tsxxjl.GXZT
  79. *
  80. * @ibatorgenerated Mon Dec 22 16:03:07 CST 2014
  81. */
  82. private Integer gxzt;
  83. /**
  84. * This field was generated by Apache iBATIS ibator.
  85. * This field corresponds to the database column xx_tsxxjl.TSLX
  86. *
  87. * @ibatorgenerated Tue Dec 23 15:02:16 CST 2014
  88. */
  89. private Integer tslx;
  90. /**
  91. * This field was generated by Apache iBATIS ibator.
  92. * This field corresponds to the database column xx_tsxxjl.ZFBZ
  93. *
  94. * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
  95. */
  96. private Integer zfbz;
  97. /**
  98. * This method was generated by Apache iBATIS ibator.
  99. * This method returns the value of the database column xx_tsxxjl.ID
  100. *
  101. * @return the value of xx_tsxxjl.ID
  102. *
  103. * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
  104. */
  105. public Integer getId() {
  106. return id;
  107. }
  108. /**
  109. * This method was generated by Apache iBATIS ibator.
  110. * This method sets the value of the database column xx_tsxxjl.ID
  111. *
  112. * @param id the value for xx_tsxxjl.ID
  113. *
  114. * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
  115. */
  116. public void setId(Integer id) {
  117. this.id = id;
  118. }
  119. /**
  120. * This method was generated by Apache iBATIS ibator.
  121. * This method returns the value of the database column xx_tsxxjl.XXID
  122. *
  123. * @return the value of xx_tsxxjl.XXID
  124. *
  125. * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
  126. */
  127. public String getXxid() {
  128. return xxid;
  129. }
  130. /**
  131. * This method was generated by Apache iBATIS ibator.
  132. * This method sets the value of the database column xx_tsxxjl.XXID
  133. *
  134. * @param xxid the value for xx_tsxxjl.XXID
  135. *
  136. * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
  137. */
  138. public void setXxid(String xxid) {
  139. this.xxid = xxid == null ? null : xxid.trim();
  140. }
  141. /**
  142. * This method was generated by Apache iBATIS ibator.
  143. * This method returns the value of the database column xx_tsxxjl.TSSJ
  144. *
  145. * @return the value of xx_tsxxjl.TSSJ
  146. *
  147. * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
  148. */
  149. public Date getTssj() {
  150. return tssj;
  151. }
  152. /**
  153. * This method was generated by Apache iBATIS ibator.
  154. * This method sets the value of the database column xx_tsxxjl.TSSJ
  155. *
  156. * @param tssj the value for xx_tsxxjl.TSSJ
  157. *
  158. * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
  159. */
  160. public void setTssj(Date tssj) {
  161. this.tssj = tssj;
  162. }
  163. /**
  164. * This method was generated by Apache iBATIS ibator.
  165. * This method returns the value of the database column xx_tsxxjl.NR
  166. *
  167. * @return the value of xx_tsxxjl.NR
  168. *
  169. * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
  170. */
  171. public String getNr() {
  172. return nr;
  173. }
  174. /**
  175. * This method was generated by Apache iBATIS ibator.
  176. * This method sets the value of the database column xx_tsxxjl.NR
  177. *
  178. * @param nr the value for xx_tsxxjl.NR
  179. *
  180. * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
  181. */
  182. public void setNr(String nr) {
  183. this.nr = nr == null ? null : nr.trim();
  184. }
  185. /**
  186. * This method was generated by Apache iBATIS ibator.
  187. * This method returns the value of the database column xx_tsxxjl.JHTS
  188. *
  189. * @return the value of xx_tsxxjl.JHTS
  190. *
  191. * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
  192. */
  193. public String getJhts() {
  194. return jhts;
  195. }
  196. /**
  197. * This method was generated by Apache iBATIS ibator.
  198. * This method sets the value of the database column xx_tsxxjl.JHTS
  199. *
  200. * @param jhts the value for xx_tsxxjl.JHTS
  201. *
  202. * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
  203. */
  204. public void setJhts(String jhts) {
  205. this.jhts = jhts == null ? null : jhts.trim();
  206. }
  207. /**
  208. * This method was generated by Apache iBATIS ibator.
  209. * This method returns the value of the database column xx_tsxxjl.SD
  210. *
  211. * @return the value of xx_tsxxjl.SD
  212. *
  213. * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
  214. */
  215. public String getSd() {
  216. return sd;
  217. }
  218. /**
  219. * This method was generated by Apache iBATIS ibator.
  220. * This method sets the value of the database column xx_tsxxjl.SD
  221. *
  222. * @param sd the value for xx_tsxxjl.SD
  223. *
  224. * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
  225. */
  226. public void setSd(String sd) {
  227. this.sd = sd == null ? null : sd.trim();
  228. }
  229. /**
  230. * This method was generated by Apache iBATIS ibator.
  231. * This method returns the value of the database column xx_tsxxjl.SDL
  232. *
  233. * @return the value of xx_tsxxjl.SDL
  234. *
  235. * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
  236. */
  237. public String getSdl() {
  238. return sdl;
  239. }
  240. /**
  241. * This method was generated by Apache iBATIS ibator.
  242. * This method sets the value of the database column xx_tsxxjl.SDL
  243. *
  244. * @param sdl the value for xx_tsxxjl.SDL
  245. *
  246. * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
  247. */
  248. public void setSdl(String sdl) {
  249. this.sdl = sdl == null ? null : sdl.trim();
  250. }
  251. /**
  252. * This method was generated by Apache iBATIS ibator.
  253. * This method returns the value of the database column xx_tsxxjl.DJ
  254. *
  255. * @return the value of xx_tsxxjl.DJ
  256. *
  257. * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
  258. */
  259. public String getDj() {
  260. return dj;
  261. }
  262. /**
  263. * This method was generated by Apache iBATIS ibator.
  264. * This method sets the value of the database column xx_tsxxjl.DJ
  265. *
  266. * @param dj the value for xx_tsxxjl.DJ
  267. *
  268. * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
  269. */
  270. public void setDj(String dj) {
  271. this.dj = dj == null ? null : dj.trim();
  272. }
  273. /**
  274. * This method was generated by Apache iBATIS ibator.
  275. * This method returns the value of the database column xx_tsxxjl.DJL
  276. *
  277. * @return the value of xx_tsxxjl.DJL
  278. *
  279. * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
  280. */
  281. public String getDjl() {
  282. return djl;
  283. }
  284. /**
  285. * This method was generated by Apache iBATIS ibator.
  286. * This method sets the value of the database column xx_tsxxjl.DJL
  287. *
  288. * @param djl the value for xx_tsxxjl.DJL
  289. *
  290. * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
  291. */
  292. public void setDjl(String djl) {
  293. this.djl = djl == null ? null : djl.trim();
  294. }
  295. /**
  296. * This method was generated by Apache iBATIS ibator.
  297. * This method returns the value of the database column xx_tsxxjl.GXSJ
  298. *
  299. * @return the value of xx_tsxxjl.GXSJ
  300. *
  301. * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
  302. */
  303. public Date getGxsj() {
  304. return gxsj;
  305. }
  306. /**
  307. * This method was generated by Apache iBATIS ibator.
  308. * This method sets the value of the database column xx_tsxxjl.GXSJ
  309. *
  310. * @param gxsj the value for xx_tsxxjl.GXSJ
  311. *
  312. * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
  313. */
  314. public void setGxsj(Date gxsj) {
  315. this.gxsj = gxsj;
  316. }
  317. /**
  318. * This method was generated by Apache iBATIS ibator.
  319. * This method returns the value of the database column xx_tsxxjl.GXZT
  320. *
  321. * @return the value of xx_tsxxjl.GXZT
  322. *
  323. * @ibatorgenerated Mon Dec 22 16:03:07 CST 2014
  324. */
  325. public Integer getGxzt() {
  326. return gxzt;
  327. }
  328. /**
  329. * This method was generated by Apache iBATIS ibator.
  330. * This method sets the value of the database column xx_tsxxjl.GXZT
  331. *
  332. * @param gxzt the value for xx_tsxxjl.GXZT
  333. *
  334. * @ibatorgenerated Mon Dec 22 16:03:07 CST 2014
  335. */
  336. public void setGxzt(Integer gxzt) {
  337. this.gxzt = gxzt;
  338. }
  339. /**
  340. * This method was generated by Apache iBATIS ibator.
  341. * This method returns the value of the database column xx_tsxxjl.TSLX
  342. *
  343. * @return the value of xx_tsxxjl.TSLX
  344. *
  345. * @ibatorgenerated Tue Dec 23 15:02:16 CST 2014
  346. */
  347. public Integer getTslx() {
  348. return tslx;
  349. }
  350. /**
  351. * This method was generated by Apache iBATIS ibator.
  352. * This method sets the value of the database column xx_tsxxjl.TSLX
  353. *
  354. * @param tslx the value for xx_tsxxjl.TSLX
  355. *
  356. * @ibatorgenerated Tue Dec 23 15:02:16 CST 2014
  357. */
  358. public void setTslx(Integer tslx) {
  359. this.tslx = tslx;
  360. }
  361. /**
  362. * This method was generated by Apache iBATIS ibator.
  363. * This method returns the value of the database column xx_tsxxjl.ZFBZ
  364. *
  365. * @return the value of xx_tsxxjl.ZFBZ
  366. *
  367. * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
  368. */
  369. public Integer getZfbz() {
  370. return zfbz;
  371. }
  372. /**
  373. * This method was generated by Apache iBATIS ibator.
  374. * This method sets the value of the database column xx_tsxxjl.ZFBZ
  375. *
  376. * @param zfbz the value for xx_tsxxjl.ZFBZ
  377. *
  378. * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014
  379. */
  380. public void setZfbz(Integer zfbz) {
  381. this.zfbz = zfbz;
  382. }
  383. }