DaMcda.java 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562
  1. package com.huimv.da.dataobject;
  2. import com.huimv.xt.dataobject.BaseDO;
  3. import java.util.Date;
  4. @SuppressWarnings("serial")
  5. public class DaMcda extends BaseDO {
  6. /**
  7. * This field was generated by Apache iBATIS ibator.
  8. * This field corresponds to the database column da_mcda.ID
  9. *
  10. * @ibatorgenerated Wed Jul 09 15:24:29 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 da_mcda.QYID
  16. *
  17. * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014
  18. */
  19. private Integer qyid;
  20. /**
  21. * This field was generated by Apache iBATIS ibator.
  22. * This field corresponds to the database column da_mcda.QYMC
  23. *
  24. * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014
  25. */
  26. private String qymc;
  27. /**
  28. * This field was generated by Apache iBATIS ibator.
  29. * This field corresponds to the database column da_mcda.MCMC
  30. *
  31. * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014
  32. */
  33. private String mcmc;
  34. /**
  35. * This field was generated by Apache iBATIS ibator.
  36. * This field corresponds to the database column da_mcda.QHBM
  37. *
  38. * @ibatorgenerated Wed Aug 27 16:05:16 CST 2014
  39. */
  40. private String qhbm;
  41. /**
  42. * This field was generated by Apache iBATIS ibator.
  43. * This field corresponds to the database column da_mcda.QHMC
  44. *
  45. * @ibatorgenerated Wed Aug 27 16:05:16 CST 2014
  46. */
  47. private String qhmc;
  48. /**
  49. * This field was generated by Apache iBATIS ibator.
  50. * This field corresponds to the database column da_mcda.MCDZ
  51. *
  52. * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014
  53. */
  54. private String mcdz;
  55. /**
  56. * This field was generated by Apache iBATIS ibator.
  57. * This field corresponds to the database column da_mcda.MCFZR
  58. *
  59. * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014
  60. */
  61. private Integer mcfzr;
  62. /**
  63. * This field was generated by Apache iBATIS ibator.
  64. * This field corresponds to the database column da_mcda.MCFZRXM
  65. *
  66. * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014
  67. */
  68. private String mcfzrxm;
  69. /**
  70. * This field was generated by Apache iBATIS ibator.
  71. * This field corresponds to the database column da_mcda.MCDH
  72. *
  73. * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014
  74. */
  75. private String mcdh;
  76. /**
  77. * This field was generated by Apache iBATIS ibator.
  78. * This field corresponds to the database column da_mcda.MCYB
  79. *
  80. * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014
  81. */
  82. private String mcyb;
  83. /**
  84. * This field was generated by Apache iBATIS ibator.
  85. * This field corresponds to the database column da_mcda.MCCZ
  86. *
  87. * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014
  88. */
  89. private String mccz;
  90. /**
  91. * This field was generated by Apache iBATIS ibator.
  92. * This field corresponds to the database column da_mcda.XGR
  93. *
  94. * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014
  95. */
  96. private String xgr;
  97. /**
  98. * This field was generated by Apache iBATIS ibator.
  99. * This field corresponds to the database column da_mcda.XGSJ
  100. *
  101. * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014
  102. */
  103. private Date xgsj;
  104. /**
  105. * This field was generated by Apache iBATIS ibator.
  106. * This field corresponds to the database column da_mcda.ZFBZ
  107. *
  108. * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014
  109. */
  110. private Integer zfbz;
  111. /**
  112. * This field was generated by Apache iBATIS ibator.
  113. * This field corresponds to the database column da_mcda.longitude
  114. *
  115. * @ibatorgenerated Tue Jul 21 16:31:24 CST 2015
  116. */
  117. private String longitude;
  118. /**
  119. * This field was generated by Apache iBATIS ibator.
  120. * This field corresponds to the database column da_mcda.latitude
  121. *
  122. * @ibatorgenerated Tue Jul 21 16:31:24 CST 2015
  123. */
  124. private String latitude;
  125. private String yhxm;
  126. /**
  127. * This method was generated by Apache iBATIS ibator.
  128. * This method returns the value of the database column da_mcda.ID
  129. *
  130. * @return the value of da_mcda.ID
  131. *
  132. * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014
  133. */
  134. public Integer getId() {
  135. return id;
  136. }
  137. /**
  138. * This method was generated by Apache iBATIS ibator.
  139. * This method sets the value of the database column da_mcda.ID
  140. *
  141. * @param id the value for da_mcda.ID
  142. *
  143. * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014
  144. */
  145. public void setId(Integer id) {
  146. this.id = id;
  147. }
  148. /**
  149. * This method was generated by Apache iBATIS ibator.
  150. * This method returns the value of the database column da_mcda.QYID
  151. *
  152. * @return the value of da_mcda.QYID
  153. *
  154. * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014
  155. */
  156. public Integer getQyid() {
  157. return qyid;
  158. }
  159. /**
  160. * This method was generated by Apache iBATIS ibator.
  161. * This method sets the value of the database column da_mcda.QYID
  162. *
  163. * @param qyid the value for da_mcda.QYID
  164. *
  165. * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014
  166. */
  167. public void setQyid(Integer qyid) {
  168. this.qyid = qyid;
  169. }
  170. /**
  171. * This method was generated by Apache iBATIS ibator.
  172. * This method returns the value of the database column da_mcda.QYMC
  173. *
  174. * @return the value of da_mcda.QYMC
  175. *
  176. * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014
  177. */
  178. public String getQymc() {
  179. return qymc;
  180. }
  181. /**
  182. * This method was generated by Apache iBATIS ibator.
  183. * This method sets the value of the database column da_mcda.QYMC
  184. *
  185. * @param qymc the value for da_mcda.QYMC
  186. *
  187. * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014
  188. */
  189. public void setQymc(String qymc) {
  190. this.qymc = qymc == null ? null : qymc.trim();
  191. }
  192. /**
  193. * This method was generated by Apache iBATIS ibator.
  194. * This method returns the value of the database column da_mcda.MCMC
  195. *
  196. * @return the value of da_mcda.MCMC
  197. *
  198. * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014
  199. */
  200. public String getMcmc() {
  201. return mcmc;
  202. }
  203. /**
  204. * This method was generated by Apache iBATIS ibator.
  205. * This method sets the value of the database column da_mcda.MCMC
  206. *
  207. * @param mcmc the value for da_mcda.MCMC
  208. *
  209. * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014
  210. */
  211. public void setMcmc(String mcmc) {
  212. this.mcmc = mcmc == null ? null : mcmc.trim();
  213. }
  214. /**
  215. * This method was generated by Apache iBATIS ibator.
  216. * This method returns the value of the database column da_mcda.QHBM
  217. *
  218. * @return the value of da_mcda.QHBM
  219. *
  220. * @ibatorgenerated Wed Aug 27 16:05:16 CST 2014
  221. */
  222. public String getQhbm() {
  223. return qhbm;
  224. }
  225. /**
  226. * This method was generated by Apache iBATIS ibator.
  227. * This method sets the value of the database column da_mcda.QHBM
  228. *
  229. * @param qhbm the value for da_mcda.QHBM
  230. *
  231. * @ibatorgenerated Wed Aug 27 16:05:16 CST 2014
  232. */
  233. public void setQhbm(String qhbm) {
  234. this.qhbm = qhbm == null ? null : qhbm.trim();
  235. }
  236. /**
  237. * This method was generated by Apache iBATIS ibator.
  238. * This method returns the value of the database column da_mcda.QHMC
  239. *
  240. * @return the value of da_mcda.QHMC
  241. *
  242. * @ibatorgenerated Wed Aug 27 16:05:16 CST 2014
  243. */
  244. public String getQhmc() {
  245. return qhmc;
  246. }
  247. /**
  248. * This method was generated by Apache iBATIS ibator.
  249. * This method sets the value of the database column da_mcda.QHMC
  250. *
  251. * @param qhmc the value for da_mcda.QHMC
  252. *
  253. * @ibatorgenerated Wed Aug 27 16:05:16 CST 2014
  254. */
  255. public void setQhmc(String qhmc) {
  256. this.qhmc = qhmc == null ? null : qhmc.trim();
  257. }
  258. /**
  259. * This method was generated by Apache iBATIS ibator.
  260. * This method returns the value of the database column da_mcda.MCDZ
  261. *
  262. * @return the value of da_mcda.MCDZ
  263. *
  264. * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014
  265. */
  266. public String getMcdz() {
  267. return mcdz;
  268. }
  269. /**
  270. * This method was generated by Apache iBATIS ibator.
  271. * This method sets the value of the database column da_mcda.MCDZ
  272. *
  273. * @param mcdz the value for da_mcda.MCDZ
  274. *
  275. * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014
  276. */
  277. public void setMcdz(String mcdz) {
  278. this.mcdz = mcdz == null ? null : mcdz.trim();
  279. }
  280. /**
  281. * This method was generated by Apache iBATIS ibator.
  282. * This method returns the value of the database column da_mcda.MCFZR
  283. *
  284. * @return the value of da_mcda.MCFZR
  285. *
  286. * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014
  287. */
  288. public Integer getMcfzr() {
  289. return mcfzr;
  290. }
  291. /**
  292. * This method was generated by Apache iBATIS ibator.
  293. * This method sets the value of the database column da_mcda.MCFZR
  294. *
  295. * @param mcfzr the value for da_mcda.MCFZR
  296. *
  297. * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014
  298. */
  299. public void setMcfzr(Integer mcfzr) {
  300. this.mcfzr = mcfzr;
  301. }
  302. /**
  303. * This method was generated by Apache iBATIS ibator.
  304. * This method returns the value of the database column da_mcda.MCFZRXM
  305. *
  306. * @return the value of da_mcda.MCFZRXM
  307. *
  308. * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014
  309. */
  310. public String getMcfzrxm() {
  311. return mcfzrxm;
  312. }
  313. /**
  314. * This method was generated by Apache iBATIS ibator.
  315. * This method sets the value of the database column da_mcda.MCFZRXM
  316. *
  317. * @param mcfzrxm the value for da_mcda.MCFZRXM
  318. *
  319. * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014
  320. */
  321. public void setMcfzrxm(String mcfzrxm) {
  322. this.mcfzrxm = mcfzrxm == null ? null : mcfzrxm.trim();
  323. }
  324. /**
  325. * This method was generated by Apache iBATIS ibator.
  326. * This method returns the value of the database column da_mcda.MCDH
  327. *
  328. * @return the value of da_mcda.MCDH
  329. *
  330. * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014
  331. */
  332. public String getMcdh() {
  333. return mcdh;
  334. }
  335. /**
  336. * This method was generated by Apache iBATIS ibator.
  337. * This method sets the value of the database column da_mcda.MCDH
  338. *
  339. * @param mcdh the value for da_mcda.MCDH
  340. *
  341. * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014
  342. */
  343. public void setMcdh(String mcdh) {
  344. this.mcdh = mcdh == null ? null : mcdh.trim();
  345. }
  346. /**
  347. * This method was generated by Apache iBATIS ibator.
  348. * This method returns the value of the database column da_mcda.MCYB
  349. *
  350. * @return the value of da_mcda.MCYB
  351. *
  352. * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014
  353. */
  354. public String getMcyb() {
  355. return mcyb;
  356. }
  357. /**
  358. * This method was generated by Apache iBATIS ibator.
  359. * This method sets the value of the database column da_mcda.MCYB
  360. *
  361. * @param mcyb the value for da_mcda.MCYB
  362. *
  363. * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014
  364. */
  365. public void setMcyb(String mcyb) {
  366. this.mcyb = mcyb == null ? null : mcyb.trim();
  367. }
  368. /**
  369. * This method was generated by Apache iBATIS ibator.
  370. * This method returns the value of the database column da_mcda.MCCZ
  371. *
  372. * @return the value of da_mcda.MCCZ
  373. *
  374. * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014
  375. */
  376. public String getMccz() {
  377. return mccz;
  378. }
  379. /**
  380. * This method was generated by Apache iBATIS ibator.
  381. * This method sets the value of the database column da_mcda.MCCZ
  382. *
  383. * @param mccz the value for da_mcda.MCCZ
  384. *
  385. * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014
  386. */
  387. public void setMccz(String mccz) {
  388. this.mccz = mccz == null ? null : mccz.trim();
  389. }
  390. /**
  391. * This method was generated by Apache iBATIS ibator.
  392. * This method returns the value of the database column da_mcda.XGR
  393. *
  394. * @return the value of da_mcda.XGR
  395. *
  396. * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014
  397. */
  398. public String getXgr() {
  399. return xgr;
  400. }
  401. /**
  402. * This method was generated by Apache iBATIS ibator.
  403. * This method sets the value of the database column da_mcda.XGR
  404. *
  405. * @param xgr the value for da_mcda.XGR
  406. *
  407. * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014
  408. */
  409. public void setXgr(String xgr) {
  410. this.xgr = xgr == null ? null : xgr.trim();
  411. }
  412. /**
  413. * This method was generated by Apache iBATIS ibator.
  414. * This method returns the value of the database column da_mcda.XGSJ
  415. *
  416. * @return the value of da_mcda.XGSJ
  417. *
  418. * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014
  419. */
  420. public Date getXgsj() {
  421. return xgsj;
  422. }
  423. /**
  424. * This method was generated by Apache iBATIS ibator.
  425. * This method sets the value of the database column da_mcda.XGSJ
  426. *
  427. * @param xgsj the value for da_mcda.XGSJ
  428. *
  429. * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014
  430. */
  431. public void setXgsj(Date xgsj) {
  432. this.xgsj = xgsj;
  433. }
  434. /**
  435. * This method was generated by Apache iBATIS ibator.
  436. * This method returns the value of the database column da_mcda.ZFBZ
  437. *
  438. * @return the value of da_mcda.ZFBZ
  439. *
  440. * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014
  441. */
  442. public Integer getZfbz() {
  443. return zfbz;
  444. }
  445. /**
  446. * This method was generated by Apache iBATIS ibator.
  447. * This method sets the value of the database column da_mcda.ZFBZ
  448. *
  449. * @param zfbz the value for da_mcda.ZFBZ
  450. *
  451. * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014
  452. */
  453. public void setZfbz(Integer zfbz) {
  454. this.zfbz = zfbz;
  455. }
  456. /**
  457. * This method was generated by Apache iBATIS ibator.
  458. * This method returns the value of the database column da_mcda.longitude
  459. *
  460. * @return the value of da_mcda.longitude
  461. *
  462. * @ibatorgenerated Tue Jul 21 16:31:24 CST 2015
  463. */
  464. public String getLongitude() {
  465. return longitude;
  466. }
  467. /**
  468. * This method was generated by Apache iBATIS ibator.
  469. * This method sets the value of the database column da_mcda.longitude
  470. *
  471. * @param longitude the value for da_mcda.longitude
  472. *
  473. * @ibatorgenerated Tue Jul 21 16:31:24 CST 2015
  474. */
  475. public void setLongitude(String longitude) {
  476. this.longitude = longitude == null ? null : longitude.trim();
  477. }
  478. /**
  479. * This method was generated by Apache iBATIS ibator.
  480. * This method returns the value of the database column da_mcda.latitude
  481. *
  482. * @return the value of da_mcda.latitude
  483. *
  484. * @ibatorgenerated Tue Jul 21 16:31:24 CST 2015
  485. */
  486. public String getLatitude() {
  487. return latitude;
  488. }
  489. /**
  490. * This method was generated by Apache iBATIS ibator.
  491. * This method sets the value of the database column da_mcda.latitude
  492. *
  493. * @param latitude the value for da_mcda.latitude
  494. *
  495. * @ibatorgenerated Tue Jul 21 16:31:24 CST 2015
  496. */
  497. public void setLatitude(String latitude) {
  498. this.latitude = latitude == null ? null : latitude.trim();
  499. }
  500. public String getYhxm() {
  501. return yhxm;
  502. }
  503. public void setYhxm(String yhxm) {
  504. this.yhxm = yhxm;
  505. }
  506. }