DaLqda.java 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896
  1. package com.huimv.da.dataobject;
  2. import java.math.BigDecimal;
  3. import java.util.Date;
  4. import com.huimv.xt.dataobject.BaseDO;
  5. public class DaLqda extends BaseDO {
  6. /**
  7. * This field was generated by Apache iBATIS ibator.
  8. * This field corresponds to the database column da_lqda.ID
  9. *
  10. * @ibatorgenerated Fri May 23 16:56:30 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_lqda.ZSID
  16. *
  17. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  18. */
  19. private Integer zsid;
  20. /**
  21. * This field was generated by Apache iBATIS ibator.
  22. * This field corresponds to the database column da_lqda.LQMC
  23. *
  24. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  25. */
  26. private String lqmc;
  27. /**
  28. * This field was generated by Apache iBATIS ibator.
  29. * This field corresponds to the database column da_lqda.JLSJ
  30. *
  31. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  32. */
  33. private Date jlsj;
  34. /**
  35. * This field was generated by Apache iBATIS ibator.
  36. * This field corresponds to the database column da_lqda.JHLJSSJ
  37. *
  38. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  39. */
  40. private Date jhljssj;
  41. /**
  42. * This field was generated by Apache iBATIS ibator.
  43. * This field corresponds to the database column da_lqda.SJLJSSJ
  44. *
  45. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  46. */
  47. private Date sjljssj;
  48. /**
  49. * This field was generated by Apache iBATIS ibator.
  50. * This field corresponds to the database column da_lqda.RLPJTZ
  51. *
  52. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  53. */
  54. private BigDecimal rlpjtz;
  55. /**
  56. * This field was generated by Apache iBATIS ibator.
  57. * This field corresponds to the database column da_lqda.ZLS
  58. *
  59. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  60. */
  61. private Integer zls;
  62. /**
  63. * This field was generated by Apache iBATIS ibator.
  64. * This field corresponds to the database column da_lqda.RLS
  65. *
  66. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  67. */
  68. private Integer rls;
  69. /**
  70. * This field was generated by Apache iBATIS ibator.
  71. * This field corresponds to the database column da_lqda.SWS
  72. *
  73. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  74. */
  75. private Integer sws;
  76. /**
  77. * This field was generated by Apache iBATIS ibator.
  78. * This field corresponds to the database column da_lqda.SCS
  79. *
  80. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  81. */
  82. private Integer scs;
  83. /**
  84. * This field was generated by Apache iBATIS ibator.
  85. * This field corresponds to the database column da_lqda.GLS
  86. *
  87. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  88. */
  89. private Integer gls;
  90. /**
  91. * This field was generated by Apache iBATIS ibator.
  92. * This field corresponds to the database column da_lqda.EBDSS
  93. *
  94. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  95. */
  96. private Integer ebdss;
  97. /**
  98. * This field was generated by Apache iBATIS ibator.
  99. * This field corresponds to the database column da_lqda.GLY
  100. *
  101. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  102. */
  103. private String gly;
  104. /**
  105. * This field was generated by Apache iBATIS ibator.
  106. * This field corresponds to the database column da_lqda.TXKSRQ
  107. *
  108. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  109. */
  110. private Date txksrq;
  111. /**
  112. * This field was generated by Apache iBATIS ibator.
  113. * This field corresponds to the database column da_lqda.TXKSBZ
  114. *
  115. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  116. */
  117. private Short txksbz;
  118. /**
  119. * This field was generated by Apache iBATIS ibator.
  120. * This field corresponds to the database column da_lqda.TJKSRQ
  121. *
  122. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  123. */
  124. private Date tjksrq;
  125. /**
  126. * This field was generated by Apache iBATIS ibator.
  127. * This field corresponds to the database column da_lqda.CSYLSLL
  128. *
  129. * @ibatorgenerated Wed Jul 16 14:35:31 CST 2014
  130. */
  131. private BigDecimal csylsll;
  132. /**
  133. * This field was generated by Apache iBATIS ibator.
  134. * This field corresponds to the database column da_lqda.JSSYSLL
  135. *
  136. * @ibatorgenerated Wed Jul 16 14:35:31 CST 2014
  137. */
  138. private BigDecimal jssysll;
  139. /**
  140. * This field was generated by Apache iBATIS ibator.
  141. * This field corresponds to the database column da_lqda.XGR
  142. *
  143. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  144. */
  145. private String xgr;
  146. /**
  147. * This field was generated by Apache iBATIS ibator.
  148. * This field corresponds to the database column da_lqda.XGSJ
  149. *
  150. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  151. */
  152. private Date xgsj;
  153. /**
  154. * This field was generated by Apache iBATIS ibator.
  155. * This field corresponds to the database column da_lqda.ZFBZ
  156. *
  157. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  158. */
  159. private Integer zfbz;
  160. /**
  161. * This field was generated by Apache iBATIS ibator.
  162. * This field corresponds to the database column da_lqda.CLS
  163. *
  164. * @ibatorgenerated Tue Nov 04 14:06:00 CST 2014
  165. */
  166. private Integer cls;
  167. /**
  168. * This field was generated by Apache iBATIS ibator.
  169. * This field corresponds to the database column da_lqda.TTS
  170. *
  171. * @ibatorgenerated Tue Nov 04 14:06:00 CST 2014
  172. */
  173. private Integer tts;
  174. /**
  175. * This field was generated by Apache iBATIS ibator.
  176. * This field corresponds to the database column da_lqda.TZTJSJ
  177. *
  178. * @ibatorgenerated Tue Nov 04 14:06:00 CST 2014
  179. */
  180. private Date tztjsj;
  181. /**
  182. * This field was generated by Apache iBATIS ibator.
  183. * This field corresponds to the database column da_lqda.RLRL
  184. *
  185. * @ibatorgenerated Mon May 08 17:04:32 CST 2017
  186. */
  187. private String rlrl;
  188. /**
  189. * This method was generated by Apache iBATIS ibator.
  190. * This method returns the value of the database column da_lqda.ID
  191. *
  192. * @return the value of da_lqda.ID
  193. *
  194. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  195. */
  196. public Integer getId() {
  197. return id;
  198. }
  199. /**
  200. * This method was generated by Apache iBATIS ibator.
  201. * This method sets the value of the database column da_lqda.ID
  202. *
  203. * @param id the value for da_lqda.ID
  204. *
  205. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  206. */
  207. public void setId(Integer id) {
  208. this.id = id;
  209. }
  210. /**
  211. * This method was generated by Apache iBATIS ibator.
  212. * This method returns the value of the database column da_lqda.ZSID
  213. *
  214. * @return the value of da_lqda.ZSID
  215. *
  216. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  217. */
  218. public Integer getZsid() {
  219. return zsid;
  220. }
  221. /**
  222. * This method was generated by Apache iBATIS ibator.
  223. * This method sets the value of the database column da_lqda.ZSID
  224. *
  225. * @param zsid the value for da_lqda.ZSID
  226. *
  227. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  228. */
  229. public void setZsid(Integer zsid) {
  230. this.zsid = zsid;
  231. }
  232. /**
  233. * This method was generated by Apache iBATIS ibator.
  234. * This method returns the value of the database column da_lqda.LQMC
  235. *
  236. * @return the value of da_lqda.LQMC
  237. *
  238. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  239. */
  240. public String getLqmc() {
  241. return lqmc;
  242. }
  243. /**
  244. * This method was generated by Apache iBATIS ibator.
  245. * This method sets the value of the database column da_lqda.LQMC
  246. *
  247. * @param lqmc the value for da_lqda.LQMC
  248. *
  249. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  250. */
  251. public void setLqmc(String lqmc) {
  252. this.lqmc = lqmc == null ? null : lqmc.trim();
  253. }
  254. /**
  255. * This method was generated by Apache iBATIS ibator.
  256. * This method returns the value of the database column da_lqda.JLSJ
  257. *
  258. * @return the value of da_lqda.JLSJ
  259. *
  260. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  261. */
  262. public Date getJlsj() {
  263. return jlsj;
  264. }
  265. /**
  266. * This method was generated by Apache iBATIS ibator.
  267. * This method sets the value of the database column da_lqda.JLSJ
  268. *
  269. * @param jlsj the value for da_lqda.JLSJ
  270. *
  271. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  272. */
  273. public void setJlsj(Date jlsj) {
  274. this.jlsj = jlsj;
  275. }
  276. /**
  277. * This method was generated by Apache iBATIS ibator.
  278. * This method returns the value of the database column da_lqda.JHLJSSJ
  279. *
  280. * @return the value of da_lqda.JHLJSSJ
  281. *
  282. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  283. */
  284. public Date getJhljssj() {
  285. return jhljssj;
  286. }
  287. /**
  288. * This method was generated by Apache iBATIS ibator.
  289. * This method sets the value of the database column da_lqda.JHLJSSJ
  290. *
  291. * @param jhljssj the value for da_lqda.JHLJSSJ
  292. *
  293. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  294. */
  295. public void setJhljssj(Date jhljssj) {
  296. this.jhljssj = jhljssj;
  297. }
  298. /**
  299. * This method was generated by Apache iBATIS ibator.
  300. * This method returns the value of the database column da_lqda.SJLJSSJ
  301. *
  302. * @return the value of da_lqda.SJLJSSJ
  303. *
  304. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  305. */
  306. public Date getSjljssj() {
  307. return sjljssj;
  308. }
  309. /**
  310. * This method was generated by Apache iBATIS ibator.
  311. * This method sets the value of the database column da_lqda.SJLJSSJ
  312. *
  313. * @param sjljssj the value for da_lqda.SJLJSSJ
  314. *
  315. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  316. */
  317. public void setSjljssj(Date sjljssj) {
  318. this.sjljssj = sjljssj;
  319. }
  320. /**
  321. * This method was generated by Apache iBATIS ibator.
  322. * This method returns the value of the database column da_lqda.RLPJTZ
  323. *
  324. * @return the value of da_lqda.RLPJTZ
  325. *
  326. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  327. */
  328. public BigDecimal getRlpjtz() {
  329. return rlpjtz;
  330. }
  331. /**
  332. * This method was generated by Apache iBATIS ibator.
  333. * This method sets the value of the database column da_lqda.RLPJTZ
  334. *
  335. * @param rlpjtz the value for da_lqda.RLPJTZ
  336. *
  337. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  338. */
  339. public void setRlpjtz(BigDecimal rlpjtz) {
  340. this.rlpjtz = rlpjtz;
  341. }
  342. /**
  343. * This method was generated by Apache iBATIS ibator.
  344. * This method returns the value of the database column da_lqda.ZLS
  345. *
  346. * @return the value of da_lqda.ZLS
  347. *
  348. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  349. */
  350. public Integer getZls() {
  351. return zls;
  352. }
  353. /**
  354. * This method was generated by Apache iBATIS ibator.
  355. * This method sets the value of the database column da_lqda.ZLS
  356. *
  357. * @param zls the value for da_lqda.ZLS
  358. *
  359. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  360. */
  361. public void setZls(Integer zls) {
  362. this.zls = zls;
  363. }
  364. /**
  365. * This method was generated by Apache iBATIS ibator.
  366. * This method returns the value of the database column da_lqda.RLS
  367. *
  368. * @return the value of da_lqda.RLS
  369. *
  370. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  371. */
  372. public Integer getRls() {
  373. return rls;
  374. }
  375. /**
  376. * This method was generated by Apache iBATIS ibator.
  377. * This method sets the value of the database column da_lqda.RLS
  378. *
  379. * @param rls the value for da_lqda.RLS
  380. *
  381. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  382. */
  383. public void setRls(Integer rls) {
  384. this.rls = rls;
  385. }
  386. /**
  387. * This method was generated by Apache iBATIS ibator.
  388. * This method returns the value of the database column da_lqda.SWS
  389. *
  390. * @return the value of da_lqda.SWS
  391. *
  392. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  393. */
  394. public Integer getSws() {
  395. return sws;
  396. }
  397. /**
  398. * This method was generated by Apache iBATIS ibator.
  399. * This method sets the value of the database column da_lqda.SWS
  400. *
  401. * @param sws the value for da_lqda.SWS
  402. *
  403. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  404. */
  405. public void setSws(Integer sws) {
  406. this.sws = sws;
  407. }
  408. /**
  409. * This method was generated by Apache iBATIS ibator.
  410. * This method returns the value of the database column da_lqda.SCS
  411. *
  412. * @return the value of da_lqda.SCS
  413. *
  414. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  415. */
  416. public Integer getScs() {
  417. return scs;
  418. }
  419. /**
  420. * This method was generated by Apache iBATIS ibator.
  421. * This method sets the value of the database column da_lqda.SCS
  422. *
  423. * @param scs the value for da_lqda.SCS
  424. *
  425. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  426. */
  427. public void setScs(Integer scs) {
  428. this.scs = scs;
  429. }
  430. /**
  431. * This method was generated by Apache iBATIS ibator.
  432. * This method returns the value of the database column da_lqda.GLS
  433. *
  434. * @return the value of da_lqda.GLS
  435. *
  436. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  437. */
  438. public Integer getGls() {
  439. return gls;
  440. }
  441. /**
  442. * This method was generated by Apache iBATIS ibator.
  443. * This method sets the value of the database column da_lqda.GLS
  444. *
  445. * @param gls the value for da_lqda.GLS
  446. *
  447. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  448. */
  449. public void setGls(Integer gls) {
  450. this.gls = gls;
  451. }
  452. /**
  453. * This method was generated by Apache iBATIS ibator.
  454. * This method returns the value of the database column da_lqda.EBDSS
  455. *
  456. * @return the value of da_lqda.EBDSS
  457. *
  458. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  459. */
  460. public Integer getEbdss() {
  461. return ebdss;
  462. }
  463. /**
  464. * This method was generated by Apache iBATIS ibator.
  465. * This method sets the value of the database column da_lqda.EBDSS
  466. *
  467. * @param ebdss the value for da_lqda.EBDSS
  468. *
  469. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  470. */
  471. public void setEbdss(Integer ebdss) {
  472. this.ebdss = ebdss;
  473. }
  474. /**
  475. * This method was generated by Apache iBATIS ibator.
  476. * This method returns the value of the database column da_lqda.GLY
  477. *
  478. * @return the value of da_lqda.GLY
  479. *
  480. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  481. */
  482. public String getGly() {
  483. return gly;
  484. }
  485. /**
  486. * This method was generated by Apache iBATIS ibator.
  487. * This method sets the value of the database column da_lqda.GLY
  488. *
  489. * @param gly the value for da_lqda.GLY
  490. *
  491. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  492. */
  493. public void setGly(String gly) {
  494. this.gly = gly == null ? null : gly.trim();
  495. }
  496. /**
  497. * This method was generated by Apache iBATIS ibator.
  498. * This method returns the value of the database column da_lqda.TXKSRQ
  499. *
  500. * @return the value of da_lqda.TXKSRQ
  501. *
  502. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  503. */
  504. public Date getTxksrq() {
  505. return txksrq;
  506. }
  507. /**
  508. * This method was generated by Apache iBATIS ibator.
  509. * This method sets the value of the database column da_lqda.TXKSRQ
  510. *
  511. * @param txksrq the value for da_lqda.TXKSRQ
  512. *
  513. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  514. */
  515. public void setTxksrq(Date txksrq) {
  516. this.txksrq = txksrq;
  517. }
  518. /**
  519. * This method was generated by Apache iBATIS ibator.
  520. * This method returns the value of the database column da_lqda.TXKSBZ
  521. *
  522. * @return the value of da_lqda.TXKSBZ
  523. *
  524. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  525. */
  526. public Short getTxksbz() {
  527. return txksbz;
  528. }
  529. /**
  530. * This method was generated by Apache iBATIS ibator.
  531. * This method sets the value of the database column da_lqda.TXKSBZ
  532. *
  533. * @param txksbz the value for da_lqda.TXKSBZ
  534. *
  535. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  536. */
  537. public void setTxksbz(Short txksbz) {
  538. this.txksbz = txksbz;
  539. }
  540. /**
  541. * This method was generated by Apache iBATIS ibator.
  542. * This method returns the value of the database column da_lqda.TJKSRQ
  543. *
  544. * @return the value of da_lqda.TJKSRQ
  545. *
  546. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  547. */
  548. public Date getTjksrq() {
  549. return tjksrq;
  550. }
  551. /**
  552. * This method was generated by Apache iBATIS ibator.
  553. * This method sets the value of the database column da_lqda.TJKSRQ
  554. *
  555. * @param tjksrq the value for da_lqda.TJKSRQ
  556. *
  557. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  558. */
  559. public void setTjksrq(Date tjksrq) {
  560. this.tjksrq = tjksrq;
  561. }
  562. /**
  563. * This method was generated by Apache iBATIS ibator.
  564. * This method returns the value of the database column da_lqda.CSYLSLL
  565. *
  566. * @return the value of da_lqda.CSYLSLL
  567. *
  568. * @ibatorgenerated Wed Jul 16 14:35:31 CST 2014
  569. */
  570. public BigDecimal getCsylsll() {
  571. return csylsll;
  572. }
  573. /**
  574. * This method was generated by Apache iBATIS ibator.
  575. * This method sets the value of the database column da_lqda.CSYLSLL
  576. *
  577. * @param csylsll the value for da_lqda.CSYLSLL
  578. *
  579. * @ibatorgenerated Wed Jul 16 14:35:31 CST 2014
  580. */
  581. public void setCsylsll(BigDecimal csylsll) {
  582. this.csylsll = csylsll;
  583. }
  584. /**
  585. * This method was generated by Apache iBATIS ibator.
  586. * This method returns the value of the database column da_lqda.JSSYSLL
  587. *
  588. * @return the value of da_lqda.JSSYSLL
  589. *
  590. * @ibatorgenerated Wed Jul 16 14:35:31 CST 2014
  591. */
  592. public BigDecimal getJssysll() {
  593. return jssysll;
  594. }
  595. /**
  596. * This method was generated by Apache iBATIS ibator.
  597. * This method sets the value of the database column da_lqda.JSSYSLL
  598. *
  599. * @param jssysll the value for da_lqda.JSSYSLL
  600. *
  601. * @ibatorgenerated Wed Jul 16 14:35:31 CST 2014
  602. */
  603. public void setJssysll(BigDecimal jssysll) {
  604. this.jssysll = jssysll;
  605. }
  606. /**
  607. * This method was generated by Apache iBATIS ibator.
  608. * This method returns the value of the database column da_lqda.XGR
  609. *
  610. * @return the value of da_lqda.XGR
  611. *
  612. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  613. */
  614. public String getXgr() {
  615. return xgr;
  616. }
  617. /**
  618. * This method was generated by Apache iBATIS ibator.
  619. * This method sets the value of the database column da_lqda.XGR
  620. *
  621. * @param xgr the value for da_lqda.XGR
  622. *
  623. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  624. */
  625. public void setXgr(String xgr) {
  626. this.xgr = xgr == null ? null : xgr.trim();
  627. }
  628. /**
  629. * This method was generated by Apache iBATIS ibator.
  630. * This method returns the value of the database column da_lqda.XGSJ
  631. *
  632. * @return the value of da_lqda.XGSJ
  633. *
  634. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  635. */
  636. public Date getXgsj() {
  637. return xgsj;
  638. }
  639. /**
  640. * This method was generated by Apache iBATIS ibator.
  641. * This method sets the value of the database column da_lqda.XGSJ
  642. *
  643. * @param xgsj the value for da_lqda.XGSJ
  644. *
  645. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  646. */
  647. public void setXgsj(Date xgsj) {
  648. this.xgsj = xgsj;
  649. }
  650. /**
  651. * This method was generated by Apache iBATIS ibator.
  652. * This method returns the value of the database column da_lqda.ZFBZ
  653. *
  654. * @return the value of da_lqda.ZFBZ
  655. *
  656. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  657. */
  658. public Integer getZfbz() {
  659. return zfbz;
  660. }
  661. /**
  662. * This method was generated by Apache iBATIS ibator.
  663. * This method sets the value of the database column da_lqda.ZFBZ
  664. *
  665. * @param zfbz the value for da_lqda.ZFBZ
  666. *
  667. * @ibatorgenerated Fri May 23 16:56:30 CST 2014
  668. */
  669. public void setZfbz(Integer zfbz) {
  670. this.zfbz = zfbz;
  671. }
  672. /**
  673. * This method was generated by Apache iBATIS ibator.
  674. * This method returns the value of the database column da_lqda.CLS
  675. *
  676. * @return the value of da_lqda.CLS
  677. *
  678. * @ibatorgenerated Tue Nov 04 14:06:00 CST 2014
  679. */
  680. public Integer getCls() {
  681. return cls;
  682. }
  683. /**
  684. * This method was generated by Apache iBATIS ibator.
  685. * This method sets the value of the database column da_lqda.CLS
  686. *
  687. * @param cls the value for da_lqda.CLS
  688. *
  689. * @ibatorgenerated Tue Nov 04 14:06:00 CST 2014
  690. */
  691. public void setCls(Integer cls) {
  692. this.cls = cls;
  693. }
  694. /**
  695. * This method was generated by Apache iBATIS ibator.
  696. * This method returns the value of the database column da_lqda.TTS
  697. *
  698. * @return the value of da_lqda.TTS
  699. *
  700. * @ibatorgenerated Tue Nov 04 14:06:00 CST 2014
  701. */
  702. public Integer getTts() {
  703. return tts;
  704. }
  705. /**
  706. * This method was generated by Apache iBATIS ibator.
  707. * This method sets the value of the database column da_lqda.TTS
  708. *
  709. * @param tts the value for da_lqda.TTS
  710. *
  711. * @ibatorgenerated Tue Nov 04 14:06:00 CST 2014
  712. */
  713. public void setTts(Integer tts) {
  714. this.tts = tts;
  715. }
  716. /**
  717. * This method was generated by Apache iBATIS ibator.
  718. * This method returns the value of the database column da_lqda.TZTJSJ
  719. *
  720. * @return the value of da_lqda.TZTJSJ
  721. *
  722. * @ibatorgenerated Tue Nov 04 14:06:00 CST 2014
  723. */
  724. public Date getTztjsj() {
  725. return tztjsj;
  726. }
  727. /**
  728. * This method was generated by Apache iBATIS ibator.
  729. * This method sets the value of the database column da_lqda.TZTJSJ
  730. *
  731. * @param tztjsj the value for da_lqda.TZTJSJ
  732. *
  733. * @ibatorgenerated Tue Nov 04 14:06:00 CST 2014
  734. */
  735. public void setTztjsj(Date tztjsj) {
  736. this.tztjsj = tztjsj;
  737. }
  738. /**
  739. * This method was generated by Apache iBATIS ibator.
  740. * This method returns the value of the database column da_lqda.RLRL
  741. *
  742. * @return the value of da_lqda.RLRL
  743. *
  744. * @ibatorgenerated Mon May 08 17:04:32 CST 2017
  745. */
  746. public String getRlrl() {
  747. return rlrl;
  748. }
  749. /**
  750. * This method was generated by Apache iBATIS ibator.
  751. * This method sets the value of the database column da_lqda.RLRL
  752. *
  753. * @param rlrl the value for da_lqda.RLRL
  754. *
  755. * @ibatorgenerated Mon May 08 17:04:32 CST 2017
  756. */
  757. public void setRlrl(String rlrl) {
  758. this.rlrl = rlrl == null ? null : rlrl.trim();
  759. }
  760. private String mcmc;
  761. private String dqlq;
  762. private String lqjsbz;
  763. private int newLqid;
  764. public String getDqlq() {
  765. return dqlq;
  766. }
  767. public void setDqlq(String dqlq) {
  768. this.dqlq = dqlq;
  769. }
  770. public String getLqjsbz() {
  771. return lqjsbz;
  772. }
  773. public void setLqjsbz(String lqjsbz) {
  774. this.lqjsbz = lqjsbz;
  775. }
  776. public String getMcmc() {
  777. return mcmc;
  778. }
  779. public void setMcmc(String mcmc) {
  780. this.mcmc = mcmc;
  781. }
  782. public String jlsjString;
  783. public String getJlsjString() {
  784. return jlsjString;
  785. }
  786. public void setJlsjString(String jlsjString) {
  787. this.jlsjString = jlsjString;
  788. }
  789. public void setNewLqid(int newLqid) {
  790. this.newLqid = newLqid;
  791. }
  792. public int getNewLqid() {
  793. return newLqid;
  794. }
  795. }