XtJksb.java 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357
  1. package com.huimv.xt.dataobject;
  2. import java.util.Date;
  3. public class XtJksb extends BaseDO {
  4. /**
  5. * This field was generated by Apache iBATIS ibator.
  6. * This field corresponds to the database column xt_jksb.ID
  7. *
  8. * @ibatorgenerated Fri Dec 05 13:38:39 CST 2014
  9. */
  10. private Integer id;
  11. /**
  12. * This field was generated by Apache iBATIS ibator.
  13. * This field corresponds to the database column xt_jksb.MCID
  14. *
  15. * @ibatorgenerated Fri Dec 05 13:38:39 CST 2014
  16. */
  17. private Integer mcid;
  18. /**
  19. * This field was generated by Apache iBATIS ibator.
  20. * This field corresponds to the database column xt_jksb.SBMC
  21. *
  22. * @ibatorgenerated Fri Dec 05 13:38:39 CST 2014
  23. */
  24. private String sbmc;
  25. /**
  26. * This field was generated by Apache iBATIS ibator.
  27. * This field corresponds to the database column xt_jksb.SBIP
  28. *
  29. * @ibatorgenerated Fri Dec 05 13:38:39 CST 2014
  30. */
  31. private String sbip;
  32. /**
  33. * This field was generated by Apache iBATIS ibator.
  34. * This field corresponds to the database column xt_jksb.SBDK
  35. *
  36. * @ibatorgenerated Fri Dec 05 13:38:39 CST 2014
  37. */
  38. private String sbdk;
  39. /**
  40. * This field was generated by Apache iBATIS ibator.
  41. * This field corresponds to the database column xt_jksb.DLYH
  42. *
  43. * @ibatorgenerated Fri Dec 05 13:38:39 CST 2014
  44. */
  45. private String dlyh;
  46. /**
  47. * This field was generated by Apache iBATIS ibator.
  48. * This field corresponds to the database column xt_jksb.DLMM
  49. *
  50. * @ibatorgenerated Fri Dec 05 13:38:39 CST 2014
  51. */
  52. private String dlmm;
  53. /**
  54. * This field was generated by Apache iBATIS ibator.
  55. * This field corresponds to the database column xt_jksb.WLZK
  56. *
  57. * @ibatorgenerated Fri Dec 05 13:38:39 CST 2014
  58. */
  59. private String wlzk;
  60. /**
  61. * This field was generated by Apache iBATIS ibator.
  62. * This field corresponds to the database column xt_jksb.XGR
  63. *
  64. * @ibatorgenerated Fri Dec 05 13:38:39 CST 2014
  65. */
  66. private String xgr;
  67. /**
  68. * This field was generated by Apache iBATIS ibator.
  69. * This field corresponds to the database column xt_jksb.XGSJ
  70. *
  71. * @ibatorgenerated Fri Dec 05 13:38:39 CST 2014
  72. */
  73. private Date xgsj;
  74. /**
  75. * This field was generated by Apache iBATIS ibator.
  76. * This field corresponds to the database column xt_jksb.ZFBZ
  77. *
  78. * @ibatorgenerated Fri Dec 05 13:38:39 CST 2014
  79. */
  80. private Integer zfbz;
  81. /**
  82. * This method was generated by Apache iBATIS ibator.
  83. * This method returns the value of the database column xt_jksb.ID
  84. *
  85. * @return the value of xt_jksb.ID
  86. *
  87. * @ibatorgenerated Fri Dec 05 13:38:39 CST 2014
  88. */
  89. public Integer getId() {
  90. return id;
  91. }
  92. /**
  93. * This method was generated by Apache iBATIS ibator.
  94. * This method sets the value of the database column xt_jksb.ID
  95. *
  96. * @param id the value for xt_jksb.ID
  97. *
  98. * @ibatorgenerated Fri Dec 05 13:38:39 CST 2014
  99. */
  100. public void setId(Integer id) {
  101. this.id = id;
  102. }
  103. /**
  104. * This method was generated by Apache iBATIS ibator.
  105. * This method returns the value of the database column xt_jksb.MCID
  106. *
  107. * @return the value of xt_jksb.MCID
  108. *
  109. * @ibatorgenerated Fri Dec 05 13:38:39 CST 2014
  110. */
  111. public Integer getMcid() {
  112. return mcid;
  113. }
  114. /**
  115. * This method was generated by Apache iBATIS ibator.
  116. * This method sets the value of the database column xt_jksb.MCID
  117. *
  118. * @param mcid the value for xt_jksb.MCID
  119. *
  120. * @ibatorgenerated Fri Dec 05 13:38:39 CST 2014
  121. */
  122. public void setMcid(Integer mcid) {
  123. this.mcid = mcid;
  124. }
  125. /**
  126. * This method was generated by Apache iBATIS ibator.
  127. * This method returns the value of the database column xt_jksb.SBMC
  128. *
  129. * @return the value of xt_jksb.SBMC
  130. *
  131. * @ibatorgenerated Fri Dec 05 13:38:39 CST 2014
  132. */
  133. public String getSbmc() {
  134. return sbmc;
  135. }
  136. /**
  137. * This method was generated by Apache iBATIS ibator.
  138. * This method sets the value of the database column xt_jksb.SBMC
  139. *
  140. * @param sbmc the value for xt_jksb.SBMC
  141. *
  142. * @ibatorgenerated Fri Dec 05 13:38:39 CST 2014
  143. */
  144. public void setSbmc(String sbmc) {
  145. this.sbmc = sbmc == null ? null : sbmc.trim();
  146. }
  147. /**
  148. * This method was generated by Apache iBATIS ibator.
  149. * This method returns the value of the database column xt_jksb.SBIP
  150. *
  151. * @return the value of xt_jksb.SBIP
  152. *
  153. * @ibatorgenerated Fri Dec 05 13:38:39 CST 2014
  154. */
  155. public String getSbip() {
  156. return sbip;
  157. }
  158. /**
  159. * This method was generated by Apache iBATIS ibator.
  160. * This method sets the value of the database column xt_jksb.SBIP
  161. *
  162. * @param sbip the value for xt_jksb.SBIP
  163. *
  164. * @ibatorgenerated Fri Dec 05 13:38:39 CST 2014
  165. */
  166. public void setSbip(String sbip) {
  167. this.sbip = sbip == null ? null : sbip.trim();
  168. }
  169. /**
  170. * This method was generated by Apache iBATIS ibator.
  171. * This method returns the value of the database column xt_jksb.SBDK
  172. *
  173. * @return the value of xt_jksb.SBDK
  174. *
  175. * @ibatorgenerated Fri Dec 05 13:38:39 CST 2014
  176. */
  177. public String getSbdk() {
  178. return sbdk;
  179. }
  180. /**
  181. * This method was generated by Apache iBATIS ibator.
  182. * This method sets the value of the database column xt_jksb.SBDK
  183. *
  184. * @param sbdk the value for xt_jksb.SBDK
  185. *
  186. * @ibatorgenerated Fri Dec 05 13:38:39 CST 2014
  187. */
  188. public void setSbdk(String sbdk) {
  189. this.sbdk = sbdk == null ? null : sbdk.trim();
  190. }
  191. /**
  192. * This method was generated by Apache iBATIS ibator.
  193. * This method returns the value of the database column xt_jksb.DLYH
  194. *
  195. * @return the value of xt_jksb.DLYH
  196. *
  197. * @ibatorgenerated Fri Dec 05 13:38:39 CST 2014
  198. */
  199. public String getDlyh() {
  200. return dlyh;
  201. }
  202. /**
  203. * This method was generated by Apache iBATIS ibator.
  204. * This method sets the value of the database column xt_jksb.DLYH
  205. *
  206. * @param dlyh the value for xt_jksb.DLYH
  207. *
  208. * @ibatorgenerated Fri Dec 05 13:38:39 CST 2014
  209. */
  210. public void setDlyh(String dlyh) {
  211. this.dlyh = dlyh == null ? null : dlyh.trim();
  212. }
  213. /**
  214. * This method was generated by Apache iBATIS ibator.
  215. * This method returns the value of the database column xt_jksb.DLMM
  216. *
  217. * @return the value of xt_jksb.DLMM
  218. *
  219. * @ibatorgenerated Fri Dec 05 13:38:39 CST 2014
  220. */
  221. public String getDlmm() {
  222. return dlmm;
  223. }
  224. /**
  225. * This method was generated by Apache iBATIS ibator.
  226. * This method sets the value of the database column xt_jksb.DLMM
  227. *
  228. * @param dlmm the value for xt_jksb.DLMM
  229. *
  230. * @ibatorgenerated Fri Dec 05 13:38:39 CST 2014
  231. */
  232. public void setDlmm(String dlmm) {
  233. this.dlmm = dlmm == null ? null : dlmm.trim();
  234. }
  235. /**
  236. * This method was generated by Apache iBATIS ibator.
  237. * This method returns the value of the database column xt_jksb.WLZK
  238. *
  239. * @return the value of xt_jksb.WLZK
  240. *
  241. * @ibatorgenerated Fri Dec 05 13:38:39 CST 2014
  242. */
  243. public String getWlzk() {
  244. return wlzk;
  245. }
  246. /**
  247. * This method was generated by Apache iBATIS ibator.
  248. * This method sets the value of the database column xt_jksb.WLZK
  249. *
  250. * @param wlzk the value for xt_jksb.WLZK
  251. *
  252. * @ibatorgenerated Fri Dec 05 13:38:39 CST 2014
  253. */
  254. public void setWlzk(String wlzk) {
  255. this.wlzk = wlzk == null ? null : wlzk.trim();
  256. }
  257. /**
  258. * This method was generated by Apache iBATIS ibator.
  259. * This method returns the value of the database column xt_jksb.XGR
  260. *
  261. * @return the value of xt_jksb.XGR
  262. *
  263. * @ibatorgenerated Fri Dec 05 13:38:39 CST 2014
  264. */
  265. public String getXgr() {
  266. return xgr;
  267. }
  268. /**
  269. * This method was generated by Apache iBATIS ibator.
  270. * This method sets the value of the database column xt_jksb.XGR
  271. *
  272. * @param xgr the value for xt_jksb.XGR
  273. *
  274. * @ibatorgenerated Fri Dec 05 13:38:39 CST 2014
  275. */
  276. public void setXgr(String xgr) {
  277. this.xgr = xgr == null ? null : xgr.trim();
  278. }
  279. /**
  280. * This method was generated by Apache iBATIS ibator.
  281. * This method returns the value of the database column xt_jksb.XGSJ
  282. *
  283. * @return the value of xt_jksb.XGSJ
  284. *
  285. * @ibatorgenerated Fri Dec 05 13:38:39 CST 2014
  286. */
  287. public Date getXgsj() {
  288. return xgsj;
  289. }
  290. /**
  291. * This method was generated by Apache iBATIS ibator.
  292. * This method sets the value of the database column xt_jksb.XGSJ
  293. *
  294. * @param xgsj the value for xt_jksb.XGSJ
  295. *
  296. * @ibatorgenerated Fri Dec 05 13:38:39 CST 2014
  297. */
  298. public void setXgsj(Date xgsj) {
  299. this.xgsj = xgsj;
  300. }
  301. /**
  302. * This method was generated by Apache iBATIS ibator.
  303. * This method returns the value of the database column xt_jksb.ZFBZ
  304. *
  305. * @return the value of xt_jksb.ZFBZ
  306. *
  307. * @ibatorgenerated Fri Dec 05 13:38:39 CST 2014
  308. */
  309. public Integer getZfbz() {
  310. return zfbz;
  311. }
  312. /**
  313. * This method was generated by Apache iBATIS ibator.
  314. * This method sets the value of the database column xt_jksb.ZFBZ
  315. *
  316. * @param zfbz the value for xt_jksb.ZFBZ
  317. *
  318. * @ibatorgenerated Fri Dec 05 13:38:39 CST 2014
  319. */
  320. public void setZfbz(Integer zfbz) {
  321. this.zfbz = zfbz;
  322. }
  323. }