XtCzyh.java 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813
  1. package com.huimv.xt.dataobject;
  2. import java.util.Date;
  3. @SuppressWarnings("serial")
  4. public class XtCzyh extends BaseDO {
  5. /**
  6. * This field was generated by Apache iBATIS ibator.
  7. * This field corresponds to the database column xt_czyh.ID
  8. *
  9. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  10. */
  11. private Integer id;
  12. /**
  13. * This field was generated by Apache iBATIS ibator.
  14. * This field corresponds to the database column xt_czyh.QYID
  15. *
  16. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  17. */
  18. private Integer qyid;
  19. /**
  20. * This field was generated by Apache iBATIS ibator.
  21. * This field corresponds to the database column xt_czyh.QYMC
  22. *
  23. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  24. */
  25. private String qymc;
  26. /**
  27. * This field was generated by Apache iBATIS ibator.
  28. * This field corresponds to the database column xt_czyh.MCID
  29. *
  30. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  31. */
  32. private Integer mcid;
  33. /**
  34. * This field was generated by Apache iBATIS ibator.
  35. * This field corresponds to the database column xt_czyh.MCMC
  36. *
  37. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  38. */
  39. private String mcmc;
  40. /**
  41. * This field was generated by Apache iBATIS ibator.
  42. * This field corresponds to the database column xt_czyh.GH
  43. *
  44. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  45. */
  46. private String gh;
  47. /**
  48. * This field was generated by Apache iBATIS ibator.
  49. * This field corresponds to the database column xt_czyh.YHM
  50. *
  51. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  52. */
  53. private String yhm;
  54. /**
  55. * This field was generated by Apache iBATIS ibator.
  56. * This field corresponds to the database column xt_czyh.YHXM
  57. *
  58. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  59. */
  60. private String yhxm;
  61. /**
  62. * This field was generated by Apache iBATIS ibator.
  63. * This field corresponds to the database column xt_czyh.YHNC
  64. *
  65. * @ibatorgenerated Tue Mar 01 10:42:02 CST 2016
  66. */
  67. private String yhnc;
  68. /**
  69. * This field was generated by Apache iBATIS ibator.
  70. * This field corresponds to the database column xt_czyh.ZW
  71. *
  72. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  73. */
  74. private String zw;
  75. /**
  76. * This field was generated by Apache iBATIS ibator.
  77. * This field corresponds to the database column xt_czyh.YHMM
  78. *
  79. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  80. */
  81. private String yhmm;
  82. /**
  83. * This field was generated by Apache iBATIS ibator.
  84. * This field corresponds to the database column xt_czyh.LXDH
  85. *
  86. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  87. */
  88. private String lxdh;
  89. /**
  90. * This field was generated by Apache iBATIS ibator.
  91. * This field corresponds to the database column xt_czyh.EMAIL
  92. *
  93. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  94. */
  95. private String email;
  96. /**
  97. * This field was generated by Apache iBATIS ibator.
  98. * This field corresponds to the database column xt_czyh.SRFS
  99. *
  100. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  101. */
  102. private String srfs;
  103. /**
  104. * This field was generated by Apache iBATIS ibator.
  105. * This field corresponds to the database column xt_czyh.PYM
  106. *
  107. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  108. */
  109. private String pym;
  110. /**
  111. * This field was generated by Apache iBATIS ibator.
  112. * This field corresponds to the database column xt_czyh.WBM
  113. *
  114. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  115. */
  116. private String wbm;
  117. /**
  118. * This field was generated by Apache iBATIS ibator.
  119. * This field corresponds to the database column xt_czyh.XGR
  120. *
  121. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  122. */
  123. private String xgr;
  124. /**
  125. * This field was generated by Apache iBATIS ibator.
  126. * This field corresponds to the database column xt_czyh.XGSJ
  127. *
  128. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  129. */
  130. private Date xgsj;
  131. /**
  132. * This field was generated by Apache iBATIS ibator.
  133. * This field corresponds to the database column xt_czyh.LRR
  134. *
  135. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  136. */
  137. private String lrr;
  138. /**
  139. * This field was generated by Apache iBATIS ibator.
  140. * This field corresponds to the database column xt_czyh.ZFBZ
  141. *
  142. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  143. */
  144. private Integer zfbz;
  145. /**
  146. * This field was generated by Apache iBATIS ibator.
  147. * This field corresponds to the database column xt_czyh.QHBM
  148. *
  149. * @ibatorgenerated Thu Dec 25 10:28:32 CST 2014
  150. */
  151. private String qhbm;
  152. /**
  153. * This field was generated by Apache iBATIS ibator.
  154. * This field corresponds to the database column xt_czyh.QHMC
  155. *
  156. * @ibatorgenerated Thu Dec 25 10:28:32 CST 2014
  157. */
  158. private String qhmc;
  159. /**
  160. * This field was generated by Apache iBATIS ibator.
  161. * This field corresponds to the database column xt_czyh.XXW
  162. *
  163. * @ibatorgenerated Thu Dec 25 10:28:32 CST 2014
  164. */
  165. private String xxw;
  166. /**
  167. * This method was generated by Apache iBATIS ibator.
  168. * This method returns the value of the database column xt_czyh.ID
  169. *
  170. * @return the value of xt_czyh.ID
  171. *
  172. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  173. */
  174. public Integer getId() {
  175. return id;
  176. }
  177. /**
  178. * This method was generated by Apache iBATIS ibator.
  179. * This method sets the value of the database column xt_czyh.ID
  180. *
  181. * @param id the value for xt_czyh.ID
  182. *
  183. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  184. */
  185. public void setId(Integer id) {
  186. this.id = id;
  187. }
  188. /**
  189. * This method was generated by Apache iBATIS ibator.
  190. * This method returns the value of the database column xt_czyh.QYID
  191. *
  192. * @return the value of xt_czyh.QYID
  193. *
  194. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  195. */
  196. public Integer getQyid() {
  197. return qyid;
  198. }
  199. /**
  200. * This method was generated by Apache iBATIS ibator.
  201. * This method sets the value of the database column xt_czyh.QYID
  202. *
  203. * @param qyid the value for xt_czyh.QYID
  204. *
  205. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  206. */
  207. public void setQyid(Integer qyid) {
  208. this.qyid = qyid;
  209. }
  210. /**
  211. * This method was generated by Apache iBATIS ibator.
  212. * This method returns the value of the database column xt_czyh.QYMC
  213. *
  214. * @return the value of xt_czyh.QYMC
  215. *
  216. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  217. */
  218. public String getQymc() {
  219. return qymc;
  220. }
  221. /**
  222. * This method was generated by Apache iBATIS ibator.
  223. * This method sets the value of the database column xt_czyh.QYMC
  224. *
  225. * @param qymc the value for xt_czyh.QYMC
  226. *
  227. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  228. */
  229. public void setQymc(String qymc) {
  230. this.qymc = qymc == null ? null : qymc.trim();
  231. }
  232. /**
  233. * This method was generated by Apache iBATIS ibator.
  234. * This method returns the value of the database column xt_czyh.MCID
  235. *
  236. * @return the value of xt_czyh.MCID
  237. *
  238. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  239. */
  240. public Integer getMcid() {
  241. return mcid;
  242. }
  243. /**
  244. * This method was generated by Apache iBATIS ibator.
  245. * This method sets the value of the database column xt_czyh.MCID
  246. *
  247. * @param mcid the value for xt_czyh.MCID
  248. *
  249. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  250. */
  251. public void setMcid(Integer mcid) {
  252. this.mcid = mcid;
  253. }
  254. /**
  255. * This method was generated by Apache iBATIS ibator.
  256. * This method returns the value of the database column xt_czyh.MCMC
  257. *
  258. * @return the value of xt_czyh.MCMC
  259. *
  260. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  261. */
  262. public String getMcmc() {
  263. return mcmc;
  264. }
  265. /**
  266. * This method was generated by Apache iBATIS ibator.
  267. * This method sets the value of the database column xt_czyh.MCMC
  268. *
  269. * @param mcmc the value for xt_czyh.MCMC
  270. *
  271. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  272. */
  273. public void setMcmc(String mcmc) {
  274. this.mcmc = mcmc == null ? null : mcmc.trim();
  275. }
  276. /**
  277. * This method was generated by Apache iBATIS ibator.
  278. * This method returns the value of the database column xt_czyh.GH
  279. *
  280. * @return the value of xt_czyh.GH
  281. *
  282. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  283. */
  284. public String getGh() {
  285. return gh;
  286. }
  287. /**
  288. * This method was generated by Apache iBATIS ibator.
  289. * This method sets the value of the database column xt_czyh.GH
  290. *
  291. * @param gh the value for xt_czyh.GH
  292. *
  293. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  294. */
  295. public void setGh(String gh) {
  296. this.gh = gh == null ? null : gh.trim();
  297. }
  298. /**
  299. * This method was generated by Apache iBATIS ibator.
  300. * This method returns the value of the database column xt_czyh.YHM
  301. *
  302. * @return the value of xt_czyh.YHM
  303. *
  304. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  305. */
  306. public String getYhm() {
  307. return yhm;
  308. }
  309. /**
  310. * This method was generated by Apache iBATIS ibator.
  311. * This method sets the value of the database column xt_czyh.YHM
  312. *
  313. * @param yhm the value for xt_czyh.YHM
  314. *
  315. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  316. */
  317. public void setYhm(String yhm) {
  318. this.yhm = yhm == null ? null : yhm.trim();
  319. }
  320. /**
  321. * This method was generated by Apache iBATIS ibator.
  322. * This method returns the value of the database column xt_czyh.YHXM
  323. *
  324. * @return the value of xt_czyh.YHXM
  325. *
  326. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  327. */
  328. public String getYhxm() {
  329. return yhxm;
  330. }
  331. /**
  332. * This method was generated by Apache iBATIS ibator.
  333. * This method sets the value of the database column xt_czyh.YHXM
  334. *
  335. * @param yhxm the value for xt_czyh.YHXM
  336. *
  337. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  338. */
  339. public void setYhxm(String yhxm) {
  340. this.yhxm = yhxm == null ? null : yhxm.trim();
  341. }
  342. /**
  343. * This method was generated by Apache iBATIS ibator.
  344. * This method returns the value of the database column xt_czyh.YHNC
  345. *
  346. * @return the value of xt_czyh.YHNC
  347. *
  348. * @ibatorgenerated Tue Mar 01 10:42:02 CST 2016
  349. */
  350. public String getYhnc() {
  351. return yhnc;
  352. }
  353. /**
  354. * This method was generated by Apache iBATIS ibator.
  355. * This method sets the value of the database column xt_czyh.YHNC
  356. *
  357. * @param yhnc the value for xt_czyh.YHNC
  358. *
  359. * @ibatorgenerated Tue Mar 01 10:42:02 CST 2016
  360. */
  361. public void setYhnc(String yhnc) {
  362. this.yhnc = yhnc == null ? null : yhnc.trim();
  363. }
  364. /**
  365. * This method was generated by Apache iBATIS ibator.
  366. * This method returns the value of the database column xt_czyh.ZW
  367. *
  368. * @return the value of xt_czyh.ZW
  369. *
  370. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  371. */
  372. public String getZw() {
  373. return zw;
  374. }
  375. /**
  376. * This method was generated by Apache iBATIS ibator.
  377. * This method sets the value of the database column xt_czyh.ZW
  378. *
  379. * @param zw the value for xt_czyh.ZW
  380. *
  381. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  382. */
  383. public void setZw(String zw) {
  384. this.zw = zw == null ? null : zw.trim();
  385. }
  386. /**
  387. * This method was generated by Apache iBATIS ibator.
  388. * This method returns the value of the database column xt_czyh.YHMM
  389. *
  390. * @return the value of xt_czyh.YHMM
  391. *
  392. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  393. */
  394. public String getYhmm() {
  395. return yhmm;
  396. }
  397. /**
  398. * This method was generated by Apache iBATIS ibator.
  399. * This method sets the value of the database column xt_czyh.YHMM
  400. *
  401. * @param yhmm the value for xt_czyh.YHMM
  402. *
  403. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  404. */
  405. public void setYhmm(String yhmm) {
  406. this.yhmm = yhmm == null ? null : yhmm.trim();
  407. }
  408. /**
  409. * This method was generated by Apache iBATIS ibator.
  410. * This method returns the value of the database column xt_czyh.LXDH
  411. *
  412. * @return the value of xt_czyh.LXDH
  413. *
  414. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  415. */
  416. public String getLxdh() {
  417. return lxdh;
  418. }
  419. /**
  420. * This method was generated by Apache iBATIS ibator.
  421. * This method sets the value of the database column xt_czyh.LXDH
  422. *
  423. * @param lxdh the value for xt_czyh.LXDH
  424. *
  425. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  426. */
  427. public void setLxdh(String lxdh) {
  428. this.lxdh = lxdh == null ? null : lxdh.trim();
  429. }
  430. /**
  431. * This method was generated by Apache iBATIS ibator.
  432. * This method returns the value of the database column xt_czyh.EMAIL
  433. *
  434. * @return the value of xt_czyh.EMAIL
  435. *
  436. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  437. */
  438. public String getEmail() {
  439. return email;
  440. }
  441. /**
  442. * This method was generated by Apache iBATIS ibator.
  443. * This method sets the value of the database column xt_czyh.EMAIL
  444. *
  445. * @param email the value for xt_czyh.EMAIL
  446. *
  447. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  448. */
  449. public void setEmail(String email) {
  450. this.email = email == null ? null : email.trim();
  451. }
  452. /**
  453. * This method was generated by Apache iBATIS ibator.
  454. * This method returns the value of the database column xt_czyh.SRFS
  455. *
  456. * @return the value of xt_czyh.SRFS
  457. *
  458. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  459. */
  460. public String getSrfs() {
  461. return srfs;
  462. }
  463. /**
  464. * This method was generated by Apache iBATIS ibator.
  465. * This method sets the value of the database column xt_czyh.SRFS
  466. *
  467. * @param srfs the value for xt_czyh.SRFS
  468. *
  469. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  470. */
  471. public void setSrfs(String srfs) {
  472. this.srfs = srfs == null ? null : srfs.trim();
  473. }
  474. /**
  475. * This method was generated by Apache iBATIS ibator.
  476. * This method returns the value of the database column xt_czyh.PYM
  477. *
  478. * @return the value of xt_czyh.PYM
  479. *
  480. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  481. */
  482. public String getPym() {
  483. return pym;
  484. }
  485. /**
  486. * This method was generated by Apache iBATIS ibator.
  487. * This method sets the value of the database column xt_czyh.PYM
  488. *
  489. * @param pym the value for xt_czyh.PYM
  490. *
  491. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  492. */
  493. public void setPym(String pym) {
  494. this.pym = pym == null ? null : pym.trim();
  495. }
  496. /**
  497. * This method was generated by Apache iBATIS ibator.
  498. * This method returns the value of the database column xt_czyh.WBM
  499. *
  500. * @return the value of xt_czyh.WBM
  501. *
  502. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  503. */
  504. public String getWbm() {
  505. return wbm;
  506. }
  507. /**
  508. * This method was generated by Apache iBATIS ibator.
  509. * This method sets the value of the database column xt_czyh.WBM
  510. *
  511. * @param wbm the value for xt_czyh.WBM
  512. *
  513. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  514. */
  515. public void setWbm(String wbm) {
  516. this.wbm = wbm == null ? null : wbm.trim();
  517. }
  518. /**
  519. * This method was generated by Apache iBATIS ibator.
  520. * This method returns the value of the database column xt_czyh.XGR
  521. *
  522. * @return the value of xt_czyh.XGR
  523. *
  524. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  525. */
  526. public String getXgr() {
  527. return xgr;
  528. }
  529. /**
  530. * This method was generated by Apache iBATIS ibator.
  531. * This method sets the value of the database column xt_czyh.XGR
  532. *
  533. * @param xgr the value for xt_czyh.XGR
  534. *
  535. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  536. */
  537. public void setXgr(String xgr) {
  538. this.xgr = xgr == null ? null : xgr.trim();
  539. }
  540. /**
  541. * This method was generated by Apache iBATIS ibator.
  542. * This method returns the value of the database column xt_czyh.XGSJ
  543. *
  544. * @return the value of xt_czyh.XGSJ
  545. *
  546. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  547. */
  548. public Date getXgsj() {
  549. return xgsj;
  550. }
  551. /**
  552. * This method was generated by Apache iBATIS ibator.
  553. * This method sets the value of the database column xt_czyh.XGSJ
  554. *
  555. * @param xgsj the value for xt_czyh.XGSJ
  556. *
  557. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  558. */
  559. public void setXgsj(Date xgsj) {
  560. this.xgsj = xgsj;
  561. }
  562. /**
  563. * This method was generated by Apache iBATIS ibator.
  564. * This method returns the value of the database column xt_czyh.LRR
  565. *
  566. * @return the value of xt_czyh.LRR
  567. *
  568. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  569. */
  570. public String getLrr() {
  571. return lrr;
  572. }
  573. /**
  574. * This method was generated by Apache iBATIS ibator.
  575. * This method sets the value of the database column xt_czyh.LRR
  576. *
  577. * @param lrr the value for xt_czyh.LRR
  578. *
  579. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  580. */
  581. public void setLrr(String lrr) {
  582. this.lrr = lrr == null ? null : lrr.trim();
  583. }
  584. /**
  585. * This method was generated by Apache iBATIS ibator.
  586. * This method returns the value of the database column xt_czyh.ZFBZ
  587. *
  588. * @return the value of xt_czyh.ZFBZ
  589. *
  590. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  591. */
  592. public Integer getZfbz() {
  593. return zfbz;
  594. }
  595. /**
  596. * This method was generated by Apache iBATIS ibator.
  597. * This method sets the value of the database column xt_czyh.ZFBZ
  598. *
  599. * @param zfbz the value for xt_czyh.ZFBZ
  600. *
  601. * @ibatorgenerated Wed Jul 09 14:41:24 CST 2014
  602. */
  603. public void setZfbz(Integer zfbz) {
  604. this.zfbz = zfbz;
  605. }
  606. /**
  607. * This method was generated by Apache iBATIS ibator.
  608. * This method returns the value of the database column xt_czyh.QHBM
  609. *
  610. * @return the value of xt_czyh.QHBM
  611. *
  612. * @ibatorgenerated Thu Dec 25 10:28:32 CST 2014
  613. */
  614. public String getQhbm() {
  615. return qhbm;
  616. }
  617. /**
  618. * This method was generated by Apache iBATIS ibator.
  619. * This method sets the value of the database column xt_czyh.QHBM
  620. *
  621. * @param qhbm the value for xt_czyh.QHBM
  622. *
  623. * @ibatorgenerated Thu Dec 25 10:28:32 CST 2014
  624. */
  625. public void setQhbm(String qhbm) {
  626. this.qhbm = qhbm == null ? null : qhbm.trim();
  627. }
  628. /**
  629. * This method was generated by Apache iBATIS ibator.
  630. * This method returns the value of the database column xt_czyh.QHMC
  631. *
  632. * @return the value of xt_czyh.QHMC
  633. *
  634. * @ibatorgenerated Thu Dec 25 10:28:32 CST 2014
  635. */
  636. public String getQhmc() {
  637. return qhmc;
  638. }
  639. /**
  640. * This method was generated by Apache iBATIS ibator.
  641. * This method sets the value of the database column xt_czyh.QHMC
  642. *
  643. * @param qhmc the value for xt_czyh.QHMC
  644. *
  645. * @ibatorgenerated Thu Dec 25 10:28:32 CST 2014
  646. */
  647. public void setQhmc(String qhmc) {
  648. this.qhmc = qhmc == null ? null : qhmc.trim();
  649. }
  650. /**
  651. * This method was generated by Apache iBATIS ibator.
  652. * This method returns the value of the database column xt_czyh.XXW
  653. *
  654. * @return the value of xt_czyh.XXW
  655. *
  656. * @ibatorgenerated Thu Dec 25 10:28:32 CST 2014
  657. */
  658. public String getXxw() {
  659. return xxw;
  660. }
  661. /**
  662. * This method was generated by Apache iBATIS ibator.
  663. * This method sets the value of the database column xt_czyh.XXW
  664. *
  665. * @param xxw the value for xt_czyh.XXW
  666. *
  667. * @ibatorgenerated Thu Dec 25 10:28:32 CST 2014
  668. */
  669. public void setXxw(String xxw) {
  670. this.xxw = xxw == null ? null : xxw.trim();
  671. }
  672. private String zwmc;
  673. private String qxxx;
  674. private String mcxxString;
  675. private int aifm; // 系统消息
  676. private int swd; // 时温度
  677. private int wlgz; // 网络故障
  678. private int sjh; // 事件号
  679. public String getZwmc() {
  680. return zwmc;
  681. }
  682. public void setZwmc(String zwmc) {
  683. this.zwmc = zwmc;
  684. }
  685. public String getQxxx() {
  686. return qxxx;
  687. }
  688. public void setQxxx(String qxxx) {
  689. this.qxxx = qxxx;
  690. }
  691. public String getMcxxString() {
  692. return mcxxString;
  693. }
  694. public void setMcxxString(String mcxxString) {
  695. this.mcxxString = mcxxString;
  696. }
  697. public int getAifm() {
  698. return aifm;
  699. }
  700. public void setAifm(int aifm) {
  701. this.aifm = aifm;
  702. }
  703. public int getSwd() {
  704. return swd;
  705. }
  706. public void setSwd(int swd) {
  707. this.swd = swd;
  708. }
  709. public int getWlgz() {
  710. return wlgz;
  711. }
  712. public void setWlgz(int wlgz) {
  713. this.wlgz = wlgz;
  714. }
  715. public int getSjh() {
  716. return sjh;
  717. }
  718. public void setSjh(int sjh) {
  719. this.sjh = sjh;
  720. }
  721. }