SjlrFmjl.java 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712
  1. package com.huimv.sjlr.dataobject;
  2. import com.huimv.xt.dataobject.BaseDO;
  3. import java.util.Date;
  4. public class SjlrFmjl extends BaseDO {
  5. /**
  6. * This field was generated by Apache iBATIS ibator.
  7. * This field corresponds to the database column sjlr_fmjl.ID
  8. *
  9. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  10. */
  11. private Integer id;
  12. /**
  13. * This field was generated by Apache iBATIS ibator.
  14. * This field corresponds to the database column sjlr_fmjl.RSID
  15. *
  16. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  17. */
  18. private Integer rsid;
  19. /**
  20. * This field was generated by Apache iBATIS ibator.
  21. * This field corresponds to the database column sjlr_fmjl.FMSJ
  22. *
  23. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  24. */
  25. private Date fmsj;
  26. /**
  27. * This field was generated by Apache iBATIS ibator.
  28. * This field corresponds to the database column sjlr_fmjl.DWEB
  29. *
  30. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  31. */
  32. private String dweb;
  33. /**
  34. * This field was generated by Apache iBATIS ibator.
  35. * This field corresponds to the database column sjlr_fmjl.FMZT
  36. *
  37. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  38. */
  39. private String fmzt;
  40. /**
  41. * This field was generated by Apache iBATIS ibator.
  42. * This field corresponds to the database column sjlr_fmjl.FMSL
  43. *
  44. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  45. */
  46. private String fmsl;
  47. /**
  48. * This field was generated by Apache iBATIS ibator.
  49. * This field corresponds to the database column sjlr_fmjl.JZGS
  50. *
  51. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  52. */
  53. private Integer jzgs;
  54. /**
  55. * This field was generated by Apache iBATIS ibator.
  56. * This field corresponds to the database column sjlr_fmjl.RZGS
  57. *
  58. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  59. */
  60. private Integer rzgs;
  61. /**
  62. * This field was generated by Apache iBATIS ibator.
  63. * This field corresponds to the database column sjlr_fmjl.JXGS
  64. *
  65. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  66. */
  67. private Integer jxgs;
  68. /**
  69. * This field was generated by Apache iBATIS ibator.
  70. * This field corresponds to the database column sjlr_fmjl.STGS
  71. *
  72. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  73. */
  74. private Integer stgs;
  75. /**
  76. * This field was generated by Apache iBATIS ibator.
  77. * This field corresponds to the database column sjlr_fmjl.MNYGS
  78. *
  79. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  80. */
  81. private Integer mnygs;
  82. /**
  83. * This field was generated by Apache iBATIS ibator.
  84. * This field corresponds to the database column sjlr_fmjl.WZ
  85. *
  86. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  87. */
  88. private String wz;
  89. /**
  90. * This field was generated by Apache iBATIS ibator.
  91. * This field corresponds to the database column sjlr_fmjl.BB
  92. *
  93. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  94. */
  95. private String bb;
  96. /**
  97. * This field was generated by Apache iBATIS ibator.
  98. * This field corresponds to the database column sjlr_fmjl.XGR
  99. *
  100. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  101. */
  102. private String xgr;
  103. /**
  104. * This field was generated by Apache iBATIS ibator.
  105. * This field corresponds to the database column sjlr_fmjl.XGSJ
  106. *
  107. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  108. */
  109. private Date xgsj;
  110. /**
  111. * This field was generated by Apache iBATIS ibator.
  112. * This field corresponds to the database column sjlr_fmjl.ZFBZ
  113. *
  114. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  115. */
  116. private Integer zfbz;
  117. /**
  118. * This field was generated by Apache iBATIS ibator.
  119. * This field corresponds to the database column sjlr_fmjl.Gzgs
  120. *
  121. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  122. */
  123. private Integer gzgs;
  124. /**
  125. * This field was generated by Apache iBATIS ibator.
  126. * This field corresponds to the database column sjlr_fmjl.Mzgs
  127. *
  128. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  129. */
  130. private Integer mzgs;
  131. /**
  132. * This method was generated by Apache iBATIS ibator.
  133. * This method returns the value of the database column sjlr_fmjl.ID
  134. *
  135. * @return the value of sjlr_fmjl.ID
  136. *
  137. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  138. */
  139. public Integer getId() {
  140. return id;
  141. }
  142. /**
  143. * This method was generated by Apache iBATIS ibator.
  144. * This method sets the value of the database column sjlr_fmjl.ID
  145. *
  146. * @param id the value for sjlr_fmjl.ID
  147. *
  148. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  149. */
  150. public void setId(Integer id) {
  151. this.id = id;
  152. }
  153. /**
  154. * This method was generated by Apache iBATIS ibator.
  155. * This method returns the value of the database column sjlr_fmjl.RSID
  156. *
  157. * @return the value of sjlr_fmjl.RSID
  158. *
  159. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  160. */
  161. public Integer getRsid() {
  162. return rsid;
  163. }
  164. /**
  165. * This method was generated by Apache iBATIS ibator.
  166. * This method sets the value of the database column sjlr_fmjl.RSID
  167. *
  168. * @param rsid the value for sjlr_fmjl.RSID
  169. *
  170. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  171. */
  172. public void setRsid(Integer rsid) {
  173. this.rsid = rsid;
  174. }
  175. /**
  176. * This method was generated by Apache iBATIS ibator.
  177. * This method returns the value of the database column sjlr_fmjl.FMSJ
  178. *
  179. * @return the value of sjlr_fmjl.FMSJ
  180. *
  181. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  182. */
  183. public Date getFmsj() {
  184. return fmsj;
  185. }
  186. /**
  187. * This method was generated by Apache iBATIS ibator.
  188. * This method sets the value of the database column sjlr_fmjl.FMSJ
  189. *
  190. * @param fmsj the value for sjlr_fmjl.FMSJ
  191. *
  192. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  193. */
  194. public void setFmsj(Date fmsj) {
  195. this.fmsj = fmsj;
  196. }
  197. /**
  198. * This method was generated by Apache iBATIS ibator.
  199. * This method returns the value of the database column sjlr_fmjl.DWEB
  200. *
  201. * @return the value of sjlr_fmjl.DWEB
  202. *
  203. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  204. */
  205. public String getDweb() {
  206. return dweb;
  207. }
  208. /**
  209. * This method was generated by Apache iBATIS ibator.
  210. * This method sets the value of the database column sjlr_fmjl.DWEB
  211. *
  212. * @param dweb the value for sjlr_fmjl.DWEB
  213. *
  214. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  215. */
  216. public void setDweb(String dweb) {
  217. this.dweb = dweb == null ? null : dweb.trim();
  218. }
  219. /**
  220. * This method was generated by Apache iBATIS ibator.
  221. * This method returns the value of the database column sjlr_fmjl.FMZT
  222. *
  223. * @return the value of sjlr_fmjl.FMZT
  224. *
  225. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  226. */
  227. public String getFmzt() {
  228. return fmzt;
  229. }
  230. /**
  231. * This method was generated by Apache iBATIS ibator.
  232. * This method sets the value of the database column sjlr_fmjl.FMZT
  233. *
  234. * @param fmzt the value for sjlr_fmjl.FMZT
  235. *
  236. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  237. */
  238. public void setFmzt(String fmzt) {
  239. this.fmzt = fmzt == null ? null : fmzt.trim();
  240. }
  241. /**
  242. * This method was generated by Apache iBATIS ibator.
  243. * This method returns the value of the database column sjlr_fmjl.FMSL
  244. *
  245. * @return the value of sjlr_fmjl.FMSL
  246. *
  247. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  248. */
  249. public String getFmsl() {
  250. return fmsl;
  251. }
  252. /**
  253. * This method was generated by Apache iBATIS ibator.
  254. * This method sets the value of the database column sjlr_fmjl.FMSL
  255. *
  256. * @param fmsl the value for sjlr_fmjl.FMSL
  257. *
  258. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  259. */
  260. public void setFmsl(String fmsl) {
  261. this.fmsl = fmsl == null ? null : fmsl.trim();
  262. }
  263. /**
  264. * This method was generated by Apache iBATIS ibator.
  265. * This method returns the value of the database column sjlr_fmjl.JZGS
  266. *
  267. * @return the value of sjlr_fmjl.JZGS
  268. *
  269. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  270. */
  271. public Integer getJzgs() {
  272. return jzgs;
  273. }
  274. /**
  275. * This method was generated by Apache iBATIS ibator.
  276. * This method sets the value of the database column sjlr_fmjl.JZGS
  277. *
  278. * @param jzgs the value for sjlr_fmjl.JZGS
  279. *
  280. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  281. */
  282. public void setJzgs(Integer jzgs) {
  283. this.jzgs = jzgs;
  284. }
  285. /**
  286. * This method was generated by Apache iBATIS ibator.
  287. * This method returns the value of the database column sjlr_fmjl.RZGS
  288. *
  289. * @return the value of sjlr_fmjl.RZGS
  290. *
  291. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  292. */
  293. public Integer getRzgs() {
  294. return rzgs;
  295. }
  296. /**
  297. * This method was generated by Apache iBATIS ibator.
  298. * This method sets the value of the database column sjlr_fmjl.RZGS
  299. *
  300. * @param rzgs the value for sjlr_fmjl.RZGS
  301. *
  302. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  303. */
  304. public void setRzgs(Integer rzgs) {
  305. this.rzgs = rzgs;
  306. }
  307. /**
  308. * This method was generated by Apache iBATIS ibator.
  309. * This method returns the value of the database column sjlr_fmjl.JXGS
  310. *
  311. * @return the value of sjlr_fmjl.JXGS
  312. *
  313. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  314. */
  315. public Integer getJxgs() {
  316. return jxgs;
  317. }
  318. /**
  319. * This method was generated by Apache iBATIS ibator.
  320. * This method sets the value of the database column sjlr_fmjl.JXGS
  321. *
  322. * @param jxgs the value for sjlr_fmjl.JXGS
  323. *
  324. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  325. */
  326. public void setJxgs(Integer jxgs) {
  327. this.jxgs = jxgs;
  328. }
  329. /**
  330. * This method was generated by Apache iBATIS ibator.
  331. * This method returns the value of the database column sjlr_fmjl.STGS
  332. *
  333. * @return the value of sjlr_fmjl.STGS
  334. *
  335. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  336. */
  337. public Integer getStgs() {
  338. return stgs;
  339. }
  340. /**
  341. * This method was generated by Apache iBATIS ibator.
  342. * This method sets the value of the database column sjlr_fmjl.STGS
  343. *
  344. * @param stgs the value for sjlr_fmjl.STGS
  345. *
  346. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  347. */
  348. public void setStgs(Integer stgs) {
  349. this.stgs = stgs;
  350. }
  351. /**
  352. * This method was generated by Apache iBATIS ibator.
  353. * This method returns the value of the database column sjlr_fmjl.MNYGS
  354. *
  355. * @return the value of sjlr_fmjl.MNYGS
  356. *
  357. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  358. */
  359. public Integer getMnygs() {
  360. return mnygs;
  361. }
  362. /**
  363. * This method was generated by Apache iBATIS ibator.
  364. * This method sets the value of the database column sjlr_fmjl.MNYGS
  365. *
  366. * @param mnygs the value for sjlr_fmjl.MNYGS
  367. *
  368. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  369. */
  370. public void setMnygs(Integer mnygs) {
  371. this.mnygs = mnygs;
  372. }
  373. /**
  374. * This method was generated by Apache iBATIS ibator.
  375. * This method returns the value of the database column sjlr_fmjl.WZ
  376. *
  377. * @return the value of sjlr_fmjl.WZ
  378. *
  379. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  380. */
  381. public String getWz() {
  382. return wz;
  383. }
  384. /**
  385. * This method was generated by Apache iBATIS ibator.
  386. * This method sets the value of the database column sjlr_fmjl.WZ
  387. *
  388. * @param wz the value for sjlr_fmjl.WZ
  389. *
  390. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  391. */
  392. public void setWz(String wz) {
  393. this.wz = wz == null ? null : wz.trim();
  394. }
  395. /**
  396. * This method was generated by Apache iBATIS ibator.
  397. * This method returns the value of the database column sjlr_fmjl.BB
  398. *
  399. * @return the value of sjlr_fmjl.BB
  400. *
  401. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  402. */
  403. public String getBb() {
  404. return bb;
  405. }
  406. /**
  407. * This method was generated by Apache iBATIS ibator.
  408. * This method sets the value of the database column sjlr_fmjl.BB
  409. *
  410. * @param bb the value for sjlr_fmjl.BB
  411. *
  412. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  413. */
  414. public void setBb(String bb) {
  415. this.bb = bb == null ? null : bb.trim();
  416. }
  417. /**
  418. * This method was generated by Apache iBATIS ibator.
  419. * This method returns the value of the database column sjlr_fmjl.XGR
  420. *
  421. * @return the value of sjlr_fmjl.XGR
  422. *
  423. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  424. */
  425. public String getXgr() {
  426. return xgr;
  427. }
  428. /**
  429. * This method was generated by Apache iBATIS ibator.
  430. * This method sets the value of the database column sjlr_fmjl.XGR
  431. *
  432. * @param xgr the value for sjlr_fmjl.XGR
  433. *
  434. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  435. */
  436. public void setXgr(String xgr) {
  437. this.xgr = xgr == null ? null : xgr.trim();
  438. }
  439. /**
  440. * This method was generated by Apache iBATIS ibator.
  441. * This method returns the value of the database column sjlr_fmjl.XGSJ
  442. *
  443. * @return the value of sjlr_fmjl.XGSJ
  444. *
  445. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  446. */
  447. public Date getXgsj() {
  448. return xgsj;
  449. }
  450. /**
  451. * This method was generated by Apache iBATIS ibator.
  452. * This method sets the value of the database column sjlr_fmjl.XGSJ
  453. *
  454. * @param xgsj the value for sjlr_fmjl.XGSJ
  455. *
  456. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  457. */
  458. public void setXgsj(Date xgsj) {
  459. this.xgsj = xgsj;
  460. }
  461. /**
  462. * This method was generated by Apache iBATIS ibator.
  463. * This method returns the value of the database column sjlr_fmjl.ZFBZ
  464. *
  465. * @return the value of sjlr_fmjl.ZFBZ
  466. *
  467. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  468. */
  469. public Integer getZfbz() {
  470. return zfbz;
  471. }
  472. /**
  473. * This method was generated by Apache iBATIS ibator.
  474. * This method sets the value of the database column sjlr_fmjl.ZFBZ
  475. *
  476. * @param zfbz the value for sjlr_fmjl.ZFBZ
  477. *
  478. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  479. */
  480. public void setZfbz(Integer zfbz) {
  481. this.zfbz = zfbz;
  482. }
  483. /**
  484. * This method was generated by Apache iBATIS ibator.
  485. * This method returns the value of the database column sjlr_fmjl.Gzgs
  486. *
  487. * @return the value of sjlr_fmjl.Gzgs
  488. *
  489. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  490. */
  491. public Integer getGzgs() {
  492. return gzgs;
  493. }
  494. /**
  495. * This method was generated by Apache iBATIS ibator.
  496. * This method sets the value of the database column sjlr_fmjl.Gzgs
  497. *
  498. * @param gzgs the value for sjlr_fmjl.Gzgs
  499. *
  500. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  501. */
  502. public void setGzgs(Integer gzgs) {
  503. this.gzgs = gzgs;
  504. }
  505. /**
  506. * This method was generated by Apache iBATIS ibator.
  507. * This method returns the value of the database column sjlr_fmjl.Mzgs
  508. *
  509. * @return the value of sjlr_fmjl.Mzgs
  510. *
  511. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  512. */
  513. public Integer getMzgs() {
  514. return mzgs;
  515. }
  516. /**
  517. * This method was generated by Apache iBATIS ibator.
  518. * This method sets the value of the database column sjlr_fmjl.Mzgs
  519. *
  520. * @param mzgs the value for sjlr_fmjl.Mzgs
  521. *
  522. * @ibatorgenerated Tue May 09 13:16:52 CST 2017
  523. */
  524. public void setMzgs(Integer mzgs) {
  525. this.mzgs = mzgs;
  526. }
  527. private String hzgs;
  528. private String szgs;
  529. private String fmtc;
  530. private Date rssj;
  531. private Date ycrq;
  532. private String fmslStr;
  533. private String dqzt;
  534. private String dqztStr;
  535. private String hyts; //怀孕天数
  536. private String pz;
  537. private String pzStr;
  538. private String eph;//耳牌号
  539. private Date pzsj ;//配种时间
  540. public Date getPzsj() {
  541. return pzsj;
  542. }
  543. public void setPzsj(Date pzsj) {
  544. this.pzsj = pzsj;
  545. }
  546. public void setEph(String eph) {
  547. this.eph = eph;
  548. }
  549. public String getEph() {
  550. return eph;
  551. }
  552. public String getHyts() {
  553. return hyts;
  554. }
  555. public void setHyts(String hyts) {
  556. this.hyts = hyts;
  557. }
  558. public String getDqzt() {
  559. return dqzt;
  560. }
  561. public void setDqzt(String dqzt) {
  562. this.dqzt = dqzt;
  563. }
  564. public String getDqztStr() {
  565. return dqztStr;
  566. }
  567. public void setDqztStr(String dqztStr) {
  568. this.dqztStr = dqztStr;
  569. }
  570. public String getFmslStr() {
  571. return fmslStr;
  572. }
  573. public void setFmslStr(String fmslStr) {
  574. this.fmslStr = fmslStr;
  575. }
  576. public Date getYcrq() {
  577. return ycrq;
  578. }
  579. public void setYcrq(Date ycrq) {
  580. this.ycrq = ycrq;
  581. }
  582. public Date getRssj() {
  583. return rssj;
  584. }
  585. public void setRssj(Date rssj) {
  586. this.rssj = rssj;
  587. }
  588. public String getFmtc() {
  589. return fmtc;
  590. }
  591. public void setFmtc(String fmtc) {
  592. this.fmtc = fmtc;
  593. }
  594. public String getHzgs() {
  595. return hzgs;
  596. }
  597. public void setHzgs(String hzgs) {
  598. this.hzgs = hzgs;
  599. }
  600. public String getSzgs() {
  601. return szgs;
  602. }
  603. public void setSzgs(String szgs) {
  604. this.szgs = szgs;
  605. }
  606. public String getPz() {
  607. return pz;
  608. }
  609. public void setPz(String pz) {
  610. this.pz = pz;
  611. }
  612. public String getPzStr() {
  613. return pzStr;
  614. }
  615. public void setPzStr(String pzStr) {
  616. this.pzStr = pzStr;
  617. }
  618. }