XtXzqh.java 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406
  1. package com.huimv.xt.dataobject;
  2. import java.util.Date;
  3. public class XtXzqh extends BaseDO {
  4. /**
  5. * This field was generated by Apache iBATIS ibator.
  6. * This field corresponds to the database column xt_xzqh.ID
  7. *
  8. * @ibatorgenerated Wed May 21 10:29:31 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_xzqh.QHBM
  14. *
  15. * @ibatorgenerated Wed May 21 10:29:31 CST 2014
  16. */
  17. private String qhbm;
  18. /**
  19. * This field was generated by Apache iBATIS ibator.
  20. * This field corresponds to the database column xt_xzqh.QHMC
  21. *
  22. * @ibatorgenerated Wed May 21 10:29:31 CST 2014
  23. */
  24. private String qhmc;
  25. /**
  26. * This field was generated by Apache iBATIS ibator.
  27. * This field corresponds to the database column xt_xzqh.QHLX
  28. *
  29. * @ibatorgenerated Wed May 21 10:29:31 CST 2014
  30. */
  31. private String qhlx;
  32. /**
  33. * This field was generated by Apache iBATIS ibator.
  34. * This field corresponds to the database column xt_xzqh.SJQH
  35. *
  36. * @ibatorgenerated Wed May 21 10:29:31 CST 2014
  37. */
  38. private String sjqh;
  39. /**
  40. * This field was generated by Apache iBATIS ibator.
  41. * This field corresponds to the database column xt_xzqh.PYM
  42. *
  43. * @ibatorgenerated Wed May 21 10:29:31 CST 2014
  44. */
  45. private String pym;
  46. /**
  47. * This field was generated by Apache iBATIS ibator.
  48. * This field corresponds to the database column xt_xzqh.WBM
  49. *
  50. * @ibatorgenerated Wed May 21 10:29:31 CST 2014
  51. */
  52. private String wbm;
  53. /**
  54. * This field was generated by Apache iBATIS ibator.
  55. * This field corresponds to the database column xt_xzqh.COORDS
  56. *
  57. * @ibatorgenerated Mon Sep 01 09:17:05 CST 2014
  58. */
  59. private String coords;
  60. /**
  61. * This field was generated by Apache iBATIS ibator.
  62. * This field corresponds to the database column xt_xzqh.XGR
  63. *
  64. * @ibatorgenerated Wed May 21 10:29:31 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_xzqh.XGSJ
  70. *
  71. * @ibatorgenerated Wed May 21 10:29:31 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_xzqh.ZFBZ
  77. *
  78. * @ibatorgenerated Wed May 21 10:29:31 CST 2014
  79. */
  80. private Integer zfbz;
  81. /**
  82. * This field was generated by Apache iBATIS ibator.
  83. * This field corresponds to the database column xt_xzqh.CityCode
  84. *
  85. * @ibatorgenerated Thu Jan 22 11:01:58 CST 2015
  86. */
  87. private Integer citycode;
  88. private String sjqhmc;
  89. private int count;
  90. public int getCount() {
  91. return count;
  92. }
  93. public void setCount(int count) {
  94. this.count = count;
  95. }
  96. /**
  97. * This method was generated by Apache iBATIS ibator.
  98. * This method returns the value of the database column xt_xzqh.ID
  99. *
  100. * @return the value of xt_xzqh.ID
  101. *
  102. * @ibatorgenerated Wed May 21 10:29:31 CST 2014
  103. */
  104. public Integer getId() {
  105. return id;
  106. }
  107. /**
  108. * This method was generated by Apache iBATIS ibator.
  109. * This method sets the value of the database column xt_xzqh.ID
  110. *
  111. * @param id the value for xt_xzqh.ID
  112. *
  113. * @ibatorgenerated Wed May 21 10:29:31 CST 2014
  114. */
  115. public void setId(Integer id) {
  116. this.id = id;
  117. }
  118. /**
  119. * This method was generated by Apache iBATIS ibator.
  120. * This method returns the value of the database column xt_xzqh.QHBM
  121. *
  122. * @return the value of xt_xzqh.QHBM
  123. *
  124. * @ibatorgenerated Wed May 21 10:29:31 CST 2014
  125. */
  126. public String getQhbm() {
  127. return qhbm;
  128. }
  129. /**
  130. * This method was generated by Apache iBATIS ibator.
  131. * This method sets the value of the database column xt_xzqh.QHBM
  132. *
  133. * @param qhbm the value for xt_xzqh.QHBM
  134. *
  135. * @ibatorgenerated Wed May 21 10:29:31 CST 2014
  136. */
  137. public void setQhbm(String qhbm) {
  138. this.qhbm = qhbm == null ? null : qhbm.trim();
  139. }
  140. /**
  141. * This method was generated by Apache iBATIS ibator.
  142. * This method returns the value of the database column xt_xzqh.QHMC
  143. *
  144. * @return the value of xt_xzqh.QHMC
  145. *
  146. * @ibatorgenerated Wed May 21 10:29:31 CST 2014
  147. */
  148. public String getQhmc() {
  149. return qhmc;
  150. }
  151. /**
  152. * This method was generated by Apache iBATIS ibator.
  153. * This method sets the value of the database column xt_xzqh.QHMC
  154. *
  155. * @param qhmc the value for xt_xzqh.QHMC
  156. *
  157. * @ibatorgenerated Wed May 21 10:29:31 CST 2014
  158. */
  159. public void setQhmc(String qhmc) {
  160. this.qhmc = qhmc == null ? null : qhmc.trim();
  161. }
  162. /**
  163. * This method was generated by Apache iBATIS ibator.
  164. * This method returns the value of the database column xt_xzqh.QHLX
  165. *
  166. * @return the value of xt_xzqh.QHLX
  167. *
  168. * @ibatorgenerated Wed May 21 10:29:31 CST 2014
  169. */
  170. public String getQhlx() {
  171. return qhlx;
  172. }
  173. /**
  174. * This method was generated by Apache iBATIS ibator.
  175. * This method sets the value of the database column xt_xzqh.QHLX
  176. *
  177. * @param qhlx the value for xt_xzqh.QHLX
  178. *
  179. * @ibatorgenerated Wed May 21 10:29:31 CST 2014
  180. */
  181. public void setQhlx(String qhlx) {
  182. this.qhlx = qhlx == null ? null : qhlx.trim();
  183. }
  184. /**
  185. * This method was generated by Apache iBATIS ibator.
  186. * This method returns the value of the database column xt_xzqh.SJQH
  187. *
  188. * @return the value of xt_xzqh.SJQH
  189. *
  190. * @ibatorgenerated Wed May 21 10:29:31 CST 2014
  191. */
  192. public String getSjqh() {
  193. return sjqh;
  194. }
  195. /**
  196. * This method was generated by Apache iBATIS ibator.
  197. * This method sets the value of the database column xt_xzqh.SJQH
  198. *
  199. * @param sjqh the value for xt_xzqh.SJQH
  200. *
  201. * @ibatorgenerated Wed May 21 10:29:31 CST 2014
  202. */
  203. public void setSjqh(String sjqh) {
  204. this.sjqh = sjqh == null ? null : sjqh.trim();
  205. }
  206. /**
  207. * This method was generated by Apache iBATIS ibator.
  208. * This method returns the value of the database column xt_xzqh.PYM
  209. *
  210. * @return the value of xt_xzqh.PYM
  211. *
  212. * @ibatorgenerated Wed May 21 10:29:31 CST 2014
  213. */
  214. public String getPym() {
  215. return pym;
  216. }
  217. /**
  218. * This method was generated by Apache iBATIS ibator.
  219. * This method sets the value of the database column xt_xzqh.PYM
  220. *
  221. * @param pym the value for xt_xzqh.PYM
  222. *
  223. * @ibatorgenerated Wed May 21 10:29:31 CST 2014
  224. */
  225. public void setPym(String pym) {
  226. this.pym = pym == null ? null : pym.trim();
  227. }
  228. /**
  229. * This method was generated by Apache iBATIS ibator.
  230. * This method returns the value of the database column xt_xzqh.WBM
  231. *
  232. * @return the value of xt_xzqh.WBM
  233. *
  234. * @ibatorgenerated Wed May 21 10:29:31 CST 2014
  235. */
  236. public String getWbm() {
  237. return wbm;
  238. }
  239. /**
  240. * This method was generated by Apache iBATIS ibator.
  241. * This method sets the value of the database column xt_xzqh.WBM
  242. *
  243. * @param wbm the value for xt_xzqh.WBM
  244. *
  245. * @ibatorgenerated Wed May 21 10:29:31 CST 2014
  246. */
  247. public void setWbm(String wbm) {
  248. this.wbm = wbm == null ? null : wbm.trim();
  249. }
  250. /**
  251. * This method was generated by Apache iBATIS ibator.
  252. * This method returns the value of the database column xt_xzqh.COORDS
  253. *
  254. * @return the value of xt_xzqh.COORDS
  255. *
  256. * @ibatorgenerated Mon Sep 01 09:17:05 CST 2014
  257. */
  258. public String getCoords() {
  259. return coords;
  260. }
  261. /**
  262. * This method was generated by Apache iBATIS ibator.
  263. * This method sets the value of the database column xt_xzqh.COORDS
  264. *
  265. * @param coords the value for xt_xzqh.COORDS
  266. *
  267. * @ibatorgenerated Mon Sep 01 09:17:05 CST 2014
  268. */
  269. public void setCoords(String coords) {
  270. this.coords = coords == null ? null : coords.trim();
  271. }
  272. /**
  273. * This method was generated by Apache iBATIS ibator.
  274. * This method returns the value of the database column xt_xzqh.XGR
  275. *
  276. * @return the value of xt_xzqh.XGR
  277. *
  278. * @ibatorgenerated Wed May 21 10:29:31 CST 2014
  279. */
  280. public String getXgr() {
  281. return xgr;
  282. }
  283. /**
  284. * This method was generated by Apache iBATIS ibator.
  285. * This method sets the value of the database column xt_xzqh.XGR
  286. *
  287. * @param xgr the value for xt_xzqh.XGR
  288. *
  289. * @ibatorgenerated Wed May 21 10:29:31 CST 2014
  290. */
  291. public void setXgr(String xgr) {
  292. this.xgr = xgr == null ? null : xgr.trim();
  293. }
  294. /**
  295. * This method was generated by Apache iBATIS ibator.
  296. * This method returns the value of the database column xt_xzqh.XGSJ
  297. *
  298. * @return the value of xt_xzqh.XGSJ
  299. *
  300. * @ibatorgenerated Wed May 21 10:29:31 CST 2014
  301. */
  302. public Date getXgsj() {
  303. return xgsj;
  304. }
  305. /**
  306. * This method was generated by Apache iBATIS ibator.
  307. * This method sets the value of the database column xt_xzqh.XGSJ
  308. *
  309. * @param xgsj the value for xt_xzqh.XGSJ
  310. *
  311. * @ibatorgenerated Wed May 21 10:29:31 CST 2014
  312. */
  313. public void setXgsj(Date xgsj) {
  314. this.xgsj = xgsj;
  315. }
  316. /**
  317. * This method was generated by Apache iBATIS ibator.
  318. * This method returns the value of the database column xt_xzqh.ZFBZ
  319. *
  320. * @return the value of xt_xzqh.ZFBZ
  321. *
  322. * @ibatorgenerated Wed May 21 10:29:31 CST 2014
  323. */
  324. public Integer getZfbz() {
  325. return zfbz;
  326. }
  327. /**
  328. * This method was generated by Apache iBATIS ibator.
  329. * This method sets the value of the database column xt_xzqh.ZFBZ
  330. *
  331. * @param zfbz the value for xt_xzqh.ZFBZ
  332. *
  333. * @ibatorgenerated Wed May 21 10:29:31 CST 2014
  334. */
  335. public void setZfbz(Integer zfbz) {
  336. this.zfbz = zfbz;
  337. }
  338. /**
  339. * This method was generated by Apache iBATIS ibator.
  340. * This method returns the value of the database column xt_xzqh.CityCode
  341. *
  342. * @return the value of xt_xzqh.CityCode
  343. *
  344. * @ibatorgenerated Thu Jan 22 11:01:58 CST 2015
  345. */
  346. public Integer getCitycode() {
  347. return citycode;
  348. }
  349. /**
  350. * This method was generated by Apache iBATIS ibator.
  351. * This method sets the value of the database column xt_xzqh.CityCode
  352. *
  353. * @param citycode the value for xt_xzqh.CityCode
  354. *
  355. * @ibatorgenerated Thu Jan 22 11:01:58 CST 2015
  356. */
  357. public void setCitycode(Integer citycode) {
  358. this.citycode = citycode;
  359. }
  360. public String getSjqhmc() {
  361. return sjqhmc;
  362. }
  363. public void setSjqhmc(String sjqhmc) {
  364. this.sjqhmc = sjqhmc;
  365. }
  366. }