XxXwfb.java 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445
  1. package com.huimv.xx.dataobject;
  2. import com.huimv.xt.dataobject.BaseDO;
  3. import java.util.Date;
  4. @SuppressWarnings("serial")
  5. public class XxXwfb extends BaseDO {
  6. /**
  7. * This field was generated by Apache iBATIS ibator.
  8. * This field corresponds to the database column xx_xwfb.ID
  9. *
  10. * @ibatorgenerated Wed Jun 18 09:54:04 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_xwfb.BT
  16. *
  17. * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
  18. */
  19. private String bt;
  20. /**
  21. * This field was generated by Apache iBATIS ibator.
  22. * This field corresponds to the database column xx_xwfb.XXLX
  23. *
  24. * @ibatorgenerated Mon Aug 04 14:12:57 CST 2014
  25. */
  26. private String xxlx;
  27. /**
  28. * This field was generated by Apache iBATIS ibator.
  29. * This field corresponds to the database column xx_xwfb.ZZ
  30. *
  31. * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
  32. */
  33. private String zz;
  34. /**
  35. * This field was generated by Apache iBATIS ibator.
  36. * This field corresponds to the database column xx_xwfb.FM
  37. *
  38. * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
  39. */
  40. private String fm;
  41. /**
  42. * This field was generated by Apache iBATIS ibator.
  43. * This field corresponds to the database column xx_xwfb.ZY
  44. *
  45. * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
  46. */
  47. private String zy;
  48. /**
  49. * This field was generated by Apache iBATIS ibator.
  50. * This field corresponds to the database column xx_xwfb.FBSJ
  51. *
  52. * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
  53. */
  54. private Date fbsj;
  55. /**
  56. * This field was generated by Apache iBATIS ibator.
  57. * This field corresponds to the database column xx_xwfb.FBR
  58. *
  59. * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
  60. */
  61. private Integer fbr;
  62. /**
  63. * This field was generated by Apache iBATIS ibator.
  64. * This field corresponds to the database column xx_xwfb.URL
  65. *
  66. * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
  67. */
  68. private String url;
  69. /**
  70. * This field was generated by Apache iBATIS ibator.
  71. * This field corresponds to the database column xx_xwfb.ZFBZ
  72. *
  73. * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
  74. */
  75. private Integer zfbz;
  76. /**
  77. * This field was generated by Apache iBATIS ibator.
  78. * This field corresponds to the database column xx_xwfb.XGR
  79. *
  80. * @ibatorgenerated Thu Sep 11 16:46:53 CST 2014
  81. */
  82. private String xgr;
  83. /**
  84. * This field was generated by Apache iBATIS ibator.
  85. * This field corresponds to the database column xx_xwfb.XGSJ
  86. *
  87. * @ibatorgenerated Thu Sep 11 16:46:53 CST 2014
  88. */
  89. private Date xgsj;
  90. /**
  91. * This field was generated by Apache iBATIS ibator.
  92. * This field corresponds to the database column xx_xwfb.ZW
  93. *
  94. * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
  95. */
  96. private String zw;
  97. /**
  98. * This method was generated by Apache iBATIS ibator.
  99. * This method returns the value of the database column xx_xwfb.ID
  100. *
  101. * @return the value of xx_xwfb.ID
  102. *
  103. * @ibatorgenerated Wed Jun 18 09:54:04 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_xwfb.ID
  111. *
  112. * @param id the value for xx_xwfb.ID
  113. *
  114. * @ibatorgenerated Wed Jun 18 09:54:04 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_xwfb.BT
  122. *
  123. * @return the value of xx_xwfb.BT
  124. *
  125. * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
  126. */
  127. public String getBt() {
  128. return bt;
  129. }
  130. /**
  131. * This method was generated by Apache iBATIS ibator.
  132. * This method sets the value of the database column xx_xwfb.BT
  133. *
  134. * @param bt the value for xx_xwfb.BT
  135. *
  136. * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
  137. */
  138. public void setBt(String bt) {
  139. this.bt = bt == null ? null : bt.trim();
  140. }
  141. /**
  142. * This method was generated by Apache iBATIS ibator.
  143. * This method returns the value of the database column xx_xwfb.XXLX
  144. *
  145. * @return the value of xx_xwfb.XXLX
  146. *
  147. * @ibatorgenerated Mon Aug 04 14:12:57 CST 2014
  148. */
  149. public String getXxlx() {
  150. return xxlx;
  151. }
  152. /**
  153. * This method was generated by Apache iBATIS ibator.
  154. * This method sets the value of the database column xx_xwfb.XXLX
  155. *
  156. * @param xxlx the value for xx_xwfb.XXLX
  157. *
  158. * @ibatorgenerated Mon Aug 04 14:12:57 CST 2014
  159. */
  160. public void setXxlx(String xxlx) {
  161. this.xxlx = xxlx == null ? null : xxlx.trim();
  162. }
  163. /**
  164. * This method was generated by Apache iBATIS ibator.
  165. * This method returns the value of the database column xx_xwfb.ZZ
  166. *
  167. * @return the value of xx_xwfb.ZZ
  168. *
  169. * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
  170. */
  171. public String getZz() {
  172. return zz;
  173. }
  174. /**
  175. * This method was generated by Apache iBATIS ibator.
  176. * This method sets the value of the database column xx_xwfb.ZZ
  177. *
  178. * @param zz the value for xx_xwfb.ZZ
  179. *
  180. * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
  181. */
  182. public void setZz(String zz) {
  183. this.zz = zz == null ? null : zz.trim();
  184. }
  185. /**
  186. * This method was generated by Apache iBATIS ibator.
  187. * This method returns the value of the database column xx_xwfb.FM
  188. *
  189. * @return the value of xx_xwfb.FM
  190. *
  191. * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
  192. */
  193. public String getFm() {
  194. return fm;
  195. }
  196. /**
  197. * This method was generated by Apache iBATIS ibator.
  198. * This method sets the value of the database column xx_xwfb.FM
  199. *
  200. * @param fm the value for xx_xwfb.FM
  201. *
  202. * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
  203. */
  204. public void setFm(String fm) {
  205. this.fm = fm == null ? null : fm.trim();
  206. }
  207. /**
  208. * This method was generated by Apache iBATIS ibator.
  209. * This method returns the value of the database column xx_xwfb.ZY
  210. *
  211. * @return the value of xx_xwfb.ZY
  212. *
  213. * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
  214. */
  215. public String getZy() {
  216. return zy;
  217. }
  218. /**
  219. * This method was generated by Apache iBATIS ibator.
  220. * This method sets the value of the database column xx_xwfb.ZY
  221. *
  222. * @param zy the value for xx_xwfb.ZY
  223. *
  224. * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
  225. */
  226. public void setZy(String zy) {
  227. this.zy = zy == null ? null : zy.trim();
  228. }
  229. /**
  230. * This method was generated by Apache iBATIS ibator.
  231. * This method returns the value of the database column xx_xwfb.FBSJ
  232. *
  233. * @return the value of xx_xwfb.FBSJ
  234. *
  235. * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
  236. */
  237. public Date getFbsj() {
  238. return fbsj;
  239. }
  240. /**
  241. * This method was generated by Apache iBATIS ibator.
  242. * This method sets the value of the database column xx_xwfb.FBSJ
  243. *
  244. * @param fbsj the value for xx_xwfb.FBSJ
  245. *
  246. * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
  247. */
  248. public void setFbsj(Date fbsj) {
  249. this.fbsj = fbsj;
  250. }
  251. /**
  252. * This method was generated by Apache iBATIS ibator.
  253. * This method returns the value of the database column xx_xwfb.FBR
  254. *
  255. * @return the value of xx_xwfb.FBR
  256. *
  257. * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
  258. */
  259. public Integer getFbr() {
  260. return fbr;
  261. }
  262. /**
  263. * This method was generated by Apache iBATIS ibator.
  264. * This method sets the value of the database column xx_xwfb.FBR
  265. *
  266. * @param fbr the value for xx_xwfb.FBR
  267. *
  268. * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
  269. */
  270. public void setFbr(Integer fbr) {
  271. this.fbr = fbr;
  272. }
  273. /**
  274. * This method was generated by Apache iBATIS ibator.
  275. * This method returns the value of the database column xx_xwfb.URL
  276. *
  277. * @return the value of xx_xwfb.URL
  278. *
  279. * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
  280. */
  281. public String getUrl() {
  282. return url;
  283. }
  284. /**
  285. * This method was generated by Apache iBATIS ibator.
  286. * This method sets the value of the database column xx_xwfb.URL
  287. *
  288. * @param url the value for xx_xwfb.URL
  289. *
  290. * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
  291. */
  292. public void setUrl(String url) {
  293. this.url = url == null ? null : url.trim();
  294. }
  295. /**
  296. * This method was generated by Apache iBATIS ibator.
  297. * This method returns the value of the database column xx_xwfb.ZFBZ
  298. *
  299. * @return the value of xx_xwfb.ZFBZ
  300. *
  301. * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
  302. */
  303. public Integer getZfbz() {
  304. return zfbz;
  305. }
  306. /**
  307. * This method was generated by Apache iBATIS ibator.
  308. * This method sets the value of the database column xx_xwfb.ZFBZ
  309. *
  310. * @param zfbz the value for xx_xwfb.ZFBZ
  311. *
  312. * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
  313. */
  314. public void setZfbz(Integer zfbz) {
  315. this.zfbz = zfbz;
  316. }
  317. /**
  318. * This method was generated by Apache iBATIS ibator.
  319. * This method returns the value of the database column xx_xwfb.ZW
  320. *
  321. * @return the value of xx_xwfb.ZW
  322. *
  323. * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
  324. */
  325. public String getXgr() {
  326. return xgr;
  327. }
  328. /**
  329. * This method was generated by Apache iBATIS ibator.
  330. * This method sets the value of the database column xx_xwfb.ZW
  331. *
  332. * @param zw the value for xx_xwfb.ZW
  333. *
  334. * @ibatorgenerated Wed Jun 18 09:54:04 CST 2014
  335. */
  336. public void setXgr(String xgr) {
  337. this.xgr = xgr == null ? null : xgr.trim();
  338. }
  339. /**
  340. * This method was generated by Apache iBATIS ibator.
  341. * This method returns the value of the database column xx_xwfb.XGSJ
  342. *
  343. * @return the value of xx_xwfb.XGSJ
  344. *
  345. * @ibatorgenerated Thu Sep 11 16:46:53 CST 2014
  346. */
  347. public Date getXgsj() {
  348. return xgsj;
  349. }
  350. /**
  351. * This method was generated by Apache iBATIS ibator.
  352. * This method sets the value of the database column xx_xwfb.XGSJ
  353. *
  354. * @param xgsj the value for xx_xwfb.XGSJ
  355. *
  356. * @ibatorgenerated Thu Sep 11 16:46:53 CST 2014
  357. */
  358. public void setXgsj(Date xgsj) {
  359. this.xgsj = xgsj;
  360. }
  361. /**
  362. * This method was generated by Apache iBATIS ibator.
  363. * This method returns the value of the database column xx_xwfb.ZW
  364. *
  365. * @return the value of xx_xwfb.ZW
  366. *
  367. * @ibatorgenerated Thu Sep 11 16:46:53 CST 2014
  368. */
  369. public String getZw() {
  370. return zw;
  371. }
  372. /**
  373. * This method was generated by Apache iBATIS ibator.
  374. * This method sets the value of the database column xx_xwfb.ZW
  375. *
  376. * @param zw the value for xx_xwfb.ZW
  377. *
  378. * @ibatorgenerated Thu Sep 11 16:46:53 CST 2014
  379. */
  380. public void setZw(String zw) {
  381. this.zw = zw == null ? null : zw.trim();
  382. }
  383. private String fbrxm;
  384. private String xxlxmc;
  385. public String getXxlxmc() {
  386. return xxlxmc;
  387. }
  388. public void setXxlxmc(String xxlxmc) {
  389. this.xxlxmc = xxlxmc;
  390. }
  391. public String getFbrxm() {
  392. return fbrxm;
  393. }
  394. public void setFbrxm(String fbrxm) {
  395. this.fbrxm = fbrxm;
  396. }
  397. }