SjlrDnjl.java 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496
  1. package com.huimv.sjlr.dataobject;
  2. import java.util.Date;
  3. import com.huimv.xt.dataobject.BaseDO;
  4. public class SjlrDnjl extends BaseDO {
  5. /**
  6. * This field was generated by Apache iBATIS ibator.
  7. * This field corresponds to the database column sjlr_dnjl.ID
  8. *
  9. * @ibatorgenerated Thu Feb 23 13:43:48 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_dnjl.DNSJ
  15. *
  16. * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017
  17. */
  18. private Date dnsj;
  19. /**
  20. * This field was generated by Apache iBATIS ibator.
  21. * This field corresponds to the database column sjlr_dnjl.DWEB
  22. *
  23. * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017
  24. */
  25. private String dweb;
  26. /**
  27. * This field was generated by Apache iBATIS ibator.
  28. * This field corresponds to the database column sjlr_dnjl.DNSL
  29. *
  30. * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017
  31. */
  32. private String dnsl;
  33. /**
  34. * This field was generated by Apache iBATIS ibator.
  35. * This field corresponds to the database column sjlr_dnjl.ZRSL
  36. *
  37. * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017
  38. */
  39. private String zrsl;
  40. /**
  41. * This field was generated by Apache iBATIS ibator.
  42. * This field corresponds to the database column sjlr_dnjl.ZZZS
  43. *
  44. * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017
  45. */
  46. private Integer zzzs;
  47. /**
  48. * This field was generated by Apache iBATIS ibator.
  49. * This field corresponds to the database column sjlr_dnjl.DNWZ
  50. *
  51. * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017
  52. */
  53. private String dnwz;
  54. /**
  55. * This field was generated by Apache iBATIS ibator.
  56. * This field corresponds to the database column sjlr_dnjl.JRS
  57. *
  58. * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017
  59. */
  60. private Integer jrs;
  61. /**
  62. * This field was generated by Apache iBATIS ibator.
  63. * This field corresponds to the database column sjlr_dnjl.JCS
  64. *
  65. * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017
  66. */
  67. private Integer jcs;
  68. /**
  69. * This field was generated by Apache iBATIS ibator.
  70. * This field corresponds to the database column sjlr_dnjl.BB
  71. *
  72. * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017
  73. */
  74. private String bb;
  75. /**
  76. * This field was generated by Apache iBATIS ibator.
  77. * This field corresponds to the database column sjlr_dnjl.FMID
  78. *
  79. * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017
  80. */
  81. private Integer fmid;
  82. /**
  83. * This field was generated by Apache iBATIS ibator.
  84. * This field corresponds to the database column sjlr_dnjl.XGR
  85. *
  86. * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017
  87. */
  88. private String xgr;
  89. /**
  90. * This field was generated by Apache iBATIS ibator.
  91. * This field corresponds to the database column sjlr_dnjl.XGSJ
  92. *
  93. * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017
  94. */
  95. private Date xgsj;
  96. /**
  97. * This field was generated by Apache iBATIS ibator.
  98. * This field corresponds to the database column sjlr_dnjl.ZFBZ
  99. *
  100. * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017
  101. */
  102. private Integer zfbz;
  103. /**
  104. * This method was generated by Apache iBATIS ibator.
  105. * This method returns the value of the database column sjlr_dnjl.ID
  106. *
  107. * @return the value of sjlr_dnjl.ID
  108. *
  109. * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017
  110. */
  111. private String mzsl;//母猪舍栏
  112. private String dntc;//断奶胎次
  113. private String eph;//耳牌号
  114. private Double dnjz;//断奶均重
  115. public void setEph(String eph) {
  116. this.eph = eph;
  117. }
  118. public String getEph() {
  119. return eph;
  120. }
  121. public void setMzsl(String mzsl) {
  122. this.mzsl = mzsl;
  123. }
  124. public void setDntc(String dntc) {
  125. this.dntc = dntc;
  126. }
  127. public String getMzsl() {
  128. return mzsl;
  129. }
  130. public String getDntc() {
  131. return dntc;
  132. }
  133. public Integer getId() {
  134. return id;
  135. }
  136. /**
  137. * This method was generated by Apache iBATIS ibator.
  138. * This method sets the value of the database column sjlr_dnjl.ID
  139. *
  140. * @param id the value for sjlr_dnjl.ID
  141. *
  142. * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017
  143. */
  144. public void setId(Integer id) {
  145. this.id = id;
  146. }
  147. /**
  148. * This method was generated by Apache iBATIS ibator.
  149. * This method returns the value of the database column sjlr_dnjl.DNSJ
  150. *
  151. * @return the value of sjlr_dnjl.DNSJ
  152. *
  153. * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017
  154. */
  155. public Date getDnsj() {
  156. return dnsj;
  157. }
  158. /**
  159. * This method was generated by Apache iBATIS ibator.
  160. * This method sets the value of the database column sjlr_dnjl.DNSJ
  161. *
  162. * @param dnsj the value for sjlr_dnjl.DNSJ
  163. *
  164. * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017
  165. */
  166. public void setDnsj(Date dnsj) {
  167. this.dnsj = dnsj;
  168. }
  169. /**
  170. * This method was generated by Apache iBATIS ibator.
  171. * This method returns the value of the database column sjlr_dnjl.DWEB
  172. *
  173. * @return the value of sjlr_dnjl.DWEB
  174. *
  175. * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017
  176. */
  177. public String getDweb() {
  178. return dweb;
  179. }
  180. /**
  181. * This method was generated by Apache iBATIS ibator.
  182. * This method sets the value of the database column sjlr_dnjl.DWEB
  183. *
  184. * @param dweb the value for sjlr_dnjl.DWEB
  185. *
  186. * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017
  187. */
  188. public void setDweb(String dweb) {
  189. this.dweb = dweb == null ? null : dweb.trim();
  190. }
  191. /**
  192. * This method was generated by Apache iBATIS ibator.
  193. * This method returns the value of the database column sjlr_dnjl.DNSL
  194. *
  195. * @return the value of sjlr_dnjl.DNSL
  196. *
  197. * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017
  198. */
  199. public String getDnsl() {
  200. return dnsl;
  201. }
  202. /**
  203. * This method was generated by Apache iBATIS ibator.
  204. * This method sets the value of the database column sjlr_dnjl.DNSL
  205. *
  206. * @param dnsl the value for sjlr_dnjl.DNSL
  207. *
  208. * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017
  209. */
  210. public void setDnsl(String dnsl) {
  211. this.dnsl = dnsl == null ? null : dnsl.trim();
  212. }
  213. /**
  214. * This method was generated by Apache iBATIS ibator.
  215. * This method returns the value of the database column sjlr_dnjl.ZRSL
  216. *
  217. * @return the value of sjlr_dnjl.ZRSL
  218. *
  219. * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017
  220. */
  221. public String getZrsl() {
  222. return zrsl;
  223. }
  224. /**
  225. * This method was generated by Apache iBATIS ibator.
  226. * This method sets the value of the database column sjlr_dnjl.ZRSL
  227. *
  228. * @param zrsl the value for sjlr_dnjl.ZRSL
  229. *
  230. * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017
  231. */
  232. public void setZrsl(String zrsl) {
  233. this.zrsl = zrsl == null ? null : zrsl.trim();
  234. }
  235. /**
  236. * This method was generated by Apache iBATIS ibator.
  237. * This method returns the value of the database column sjlr_dnjl.ZZZS
  238. *
  239. * @return the value of sjlr_dnjl.ZZZS
  240. *
  241. * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017
  242. */
  243. public Integer getZzzs() {
  244. return zzzs;
  245. }
  246. /**
  247. * This method was generated by Apache iBATIS ibator.
  248. * This method sets the value of the database column sjlr_dnjl.ZZZS
  249. *
  250. * @param zzzs the value for sjlr_dnjl.ZZZS
  251. *
  252. * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017
  253. */
  254. public void setZzzs(Integer zzzs) {
  255. this.zzzs = zzzs;
  256. }
  257. /**
  258. * This method was generated by Apache iBATIS ibator.
  259. * This method returns the value of the database column sjlr_dnjl.DNWZ
  260. *
  261. * @return the value of sjlr_dnjl.DNWZ
  262. *
  263. * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017
  264. */
  265. public String getDnwz() {
  266. return dnwz;
  267. }
  268. /**
  269. * This method was generated by Apache iBATIS ibator.
  270. * This method sets the value of the database column sjlr_dnjl.DNWZ
  271. *
  272. * @param dnwz the value for sjlr_dnjl.DNWZ
  273. *
  274. * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017
  275. */
  276. public void setDnwz(String dnwz) {
  277. this.dnwz = dnwz == null ? null : dnwz.trim();
  278. }
  279. /**
  280. * This method was generated by Apache iBATIS ibator.
  281. * This method returns the value of the database column sjlr_dnjl.JRS
  282. *
  283. * @return the value of sjlr_dnjl.JRS
  284. *
  285. * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017
  286. */
  287. public Integer getJrs() {
  288. return jrs;
  289. }
  290. /**
  291. * This method was generated by Apache iBATIS ibator.
  292. * This method sets the value of the database column sjlr_dnjl.JRS
  293. *
  294. * @param jrs the value for sjlr_dnjl.JRS
  295. *
  296. * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017
  297. */
  298. public void setJrs(Integer jrs) {
  299. this.jrs = jrs;
  300. }
  301. /**
  302. * This method was generated by Apache iBATIS ibator.
  303. * This method returns the value of the database column sjlr_dnjl.JCS
  304. *
  305. * @return the value of sjlr_dnjl.JCS
  306. *
  307. * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017
  308. */
  309. public Integer getJcs() {
  310. return jcs;
  311. }
  312. /**
  313. * This method was generated by Apache iBATIS ibator.
  314. * This method sets the value of the database column sjlr_dnjl.JCS
  315. *
  316. * @param jcs the value for sjlr_dnjl.JCS
  317. *
  318. * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017
  319. */
  320. public void setJcs(Integer jcs) {
  321. this.jcs = jcs;
  322. }
  323. /**
  324. * This method was generated by Apache iBATIS ibator.
  325. * This method returns the value of the database column sjlr_dnjl.BB
  326. *
  327. * @return the value of sjlr_dnjl.BB
  328. *
  329. * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017
  330. */
  331. public String getBb() {
  332. return bb;
  333. }
  334. /**
  335. * This method was generated by Apache iBATIS ibator.
  336. * This method sets the value of the database column sjlr_dnjl.BB
  337. *
  338. * @param bb the value for sjlr_dnjl.BB
  339. *
  340. * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017
  341. */
  342. public void setBb(String bb) {
  343. this.bb = bb == null ? null : bb.trim();
  344. }
  345. /**
  346. * This method was generated by Apache iBATIS ibator.
  347. * This method returns the value of the database column sjlr_dnjl.FMID
  348. *
  349. * @return the value of sjlr_dnjl.FMID
  350. *
  351. * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017
  352. */
  353. public Integer getFmid() {
  354. return fmid;
  355. }
  356. /**
  357. * This method was generated by Apache iBATIS ibator.
  358. * This method sets the value of the database column sjlr_dnjl.FMID
  359. *
  360. * @param fmid the value for sjlr_dnjl.FMID
  361. *
  362. * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017
  363. */
  364. public void setFmid(Integer fmid) {
  365. this.fmid = fmid;
  366. }
  367. public Double getDnjz() {
  368. return dnjz;
  369. }
  370. /**
  371. * This method was generated by Apache iBATIS ibator.
  372. * This method returns the value of the database column sjlr_dnjl.XGR
  373. *
  374. * @return the value of sjlr_dnjl.XGR
  375. *
  376. * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017
  377. */
  378. public String getXgr() {
  379. return xgr;
  380. }
  381. /**
  382. * This method was generated by Apache iBATIS ibator.
  383. * This method sets the value of the database column sjlr_dnjl.XGR
  384. *
  385. * @param xgr the value for sjlr_dnjl.XGR
  386. *
  387. * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017
  388. */
  389. public void setXgr(String xgr) {
  390. this.xgr = xgr == null ? null : xgr.trim();
  391. }
  392. /**
  393. * This method was generated by Apache iBATIS ibator.
  394. * This method returns the value of the database column sjlr_dnjl.XGSJ
  395. *
  396. * @return the value of sjlr_dnjl.XGSJ
  397. *
  398. * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017
  399. */
  400. public Date getXgsj() {
  401. return xgsj;
  402. }
  403. /**
  404. * This method was generated by Apache iBATIS ibator.
  405. * This method sets the value of the database column sjlr_dnjl.XGSJ
  406. *
  407. * @param xgsj the value for sjlr_dnjl.XGSJ
  408. *
  409. * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017
  410. */
  411. public void setXgsj(Date xgsj) {
  412. this.xgsj = xgsj;
  413. }
  414. /**
  415. * This method was generated by Apache iBATIS ibator.
  416. * This method returns the value of the database column sjlr_dnjl.ZFBZ
  417. *
  418. * @return the value of sjlr_dnjl.ZFBZ
  419. *
  420. * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017
  421. */
  422. public Integer getZfbz() {
  423. return zfbz;
  424. }
  425. /**
  426. * This method was generated by Apache iBATIS ibator.
  427. * This method sets the value of the database column sjlr_dnjl.ZFBZ
  428. *
  429. * @param zfbz the value for sjlr_dnjl.ZFBZ
  430. *
  431. * @ibatorgenerated Thu Feb 23 13:43:48 CST 2017
  432. */
  433. public void setZfbz(Integer zfbz) {
  434. this.zfbz = zfbz;
  435. }
  436. public void setDnjz(Double dnjz) {
  437. this.dnjz = dnjz;
  438. }
  439. }