package com.huimv.sjlr.dataobject; import com.huimv.xt.dataobject.BaseDO; import java.util.Date; public class SjlrMzda extends BaseDO { /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_mzda.LCRQ * * @ibatorgenerated Mon Jul 17 14:05:29 CST 2017 */ private Date lcrq; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_gzda.SCZT * * @ibatorgenerated Mon Jul 10 10:21:12 CST 2017 */ private String sczt; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_mzda.id * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ private Integer id; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_mzda.MCID * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ private Integer mcid; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_mzda.EPH * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ private String eph; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_mzda.DWEB * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ private String dweb; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_mzda.SL * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ private String sl; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_mzda.PZ * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ private String pz; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_mzda.QT * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ private String qt; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_mzda.LY * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ private String ly; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_mzda.RLRQ * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ private Date rlrq; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_mzda.CSRQ * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ private Date csrq; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_mzda.DQZT * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ private String dqzt; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_mzda.FXID * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ private String fxid; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_mzda.MXID * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ private String mxid; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_mzda.BZ * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ private String bz; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_mzda.XGR * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ private String xgr; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_mzda.XGSJ * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ private Date xgsj; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_mzda.ZFBZ * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ private Integer zfbz; /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sjlr_mzda.id * * @return the value of sjlr_mzda.id * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ public Integer getId() { return id; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sjlr_mzda.id * * @param id the value for sjlr_mzda.id * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ public void setId(Integer id) { this.id = id; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sjlr_mzda.MCID * * @return the value of sjlr_mzda.MCID * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ public Integer getMcid() { return mcid; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sjlr_mzda.MCID * * @param mcid the value for sjlr_mzda.MCID * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ public void setMcid(Integer mcid) { this.mcid = mcid; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sjlr_mzda.EPH * * @return the value of sjlr_mzda.EPH * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ public String getEph() { return eph; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sjlr_mzda.EPH * * @param eph the value for sjlr_mzda.EPH * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ public void setEph(String eph) { this.eph = eph == null ? null : eph.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sjlr_mzda.LCRQ * * @return the value of sjlr_mzda.LCRQ * * @ibatorgenerated Mon Jul 17 14:05:29 CST 2017 */ public Date getLcrq() { return lcrq; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sjlr_mzda.LCRQ * * @param lcrq the value for sjlr_mzda.LCRQ * * @ibatorgenerated Mon Jul 17 14:05:29 CST 2017 */ public void setLcrq(Date lcrq) { this.lcrq = lcrq; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sjlr_mzda.DWEB * * @return the value of sjlr_mzda.DWEB * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ public String getDweb() { return dweb; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sjlr_mzda.DWEB * * @param dweb the value for sjlr_mzda.DWEB * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ public void setDweb(String dweb) { this.dweb = dweb == null ? null : dweb.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sjlr_mzda.SL * * @return the value of sjlr_mzda.SL * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ public String getSl() { return sl; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sjlr_mzda.SL * * @param sl the value for sjlr_mzda.SL * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ public void setSl(String sl) { this.sl = sl == null ? null : sl.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sjlr_mzda.PZ * * @return the value of sjlr_mzda.PZ * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ public String getPz() { return pz; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sjlr_mzda.PZ * * @param pz the value for sjlr_mzda.PZ * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ public void setPz(String pz) { this.pz = pz == null ? null : pz.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sjlr_mzda.QT * * @return the value of sjlr_mzda.QT * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ public String getQt() { return qt; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sjlr_mzda.QT * * @param qt the value for sjlr_mzda.QT * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ public void setQt(String qt) { this.qt = qt == null ? null : qt.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sjlr_mzda.LY * * @return the value of sjlr_mzda.LY * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ public String getLy() { return ly; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sjlr_mzda.LY * * @param ly the value for sjlr_mzda.LY * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ public void setLy(String ly) { this.ly = ly == null ? null : ly.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sjlr_mzda.RLRQ * * @return the value of sjlr_mzda.RLRQ * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ public Date getRlrq() { return rlrq; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sjlr_mzda.RLRQ * * @param rlrq the value for sjlr_mzda.RLRQ * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ public void setRlrq(Date rlrq) { this.rlrq = rlrq; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sjlr_mzda.CSRQ * * @return the value of sjlr_mzda.CSRQ * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ public Date getCsrq() { return csrq; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sjlr_mzda.CSRQ * * @param csrq the value for sjlr_mzda.CSRQ * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ public void setCsrq(Date csrq) { this.csrq = csrq; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sjlr_mzda.DQZT * * @return the value of sjlr_mzda.DQZT * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ public String getDqzt() { return dqzt; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sjlr_mzda.DQZT * * @param dqzt the value for sjlr_mzda.DQZT * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ public void setDqzt(String dqzt) { this.dqzt = dqzt == null ? null : dqzt.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sjlr_mzda.FXID * * @return the value of sjlr_mzda.FXID * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ public String getFxid() { return fxid; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sjlr_mzda.FXID * * @param fxid the value for sjlr_mzda.FXID * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ public void setFxid(String fxid) { this.fxid = fxid == null ? null : fxid.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sjlr_mzda.MXID * * @return the value of sjlr_mzda.MXID * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ public String getMxid() { return mxid; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sjlr_mzda.MXID * * @param mxid the value for sjlr_mzda.MXID * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ public void setMxid(String mxid) { this.mxid = mxid == null ? null : mxid.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sjlr_mzda.BZ * * @return the value of sjlr_mzda.BZ * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ public String getBz() { return bz; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sjlr_mzda.BZ * * @param bz the value for sjlr_mzda.BZ * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ public void setBz(String bz) { this.bz = bz == null ? null : bz.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sjlr_mzda.XGR * * @return the value of sjlr_mzda.XGR * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ public String getXgr() { return xgr; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sjlr_mzda.XGR * * @param xgr the value for sjlr_mzda.XGR * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ public void setXgr(String xgr) { this.xgr = xgr == null ? null : xgr.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sjlr_mzda.XGSJ * * @return the value of sjlr_mzda.XGSJ * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ public Date getXgsj() { return xgsj; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sjlr_mzda.XGSJ * * @param xgsj the value for sjlr_mzda.XGSJ * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ public void setXgsj(Date xgsj) { this.xgsj = xgsj; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sjlr_mzda.ZFBZ * * @return the value of sjlr_mzda.ZFBZ * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ public Integer getZfbz() { return zfbz; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sjlr_mzda.ZFBZ * * @param zfbz the value for sjlr_mzda.ZFBZ * * @ibatorgenerated Mon Jul 03 09:00:59 CST 2017 */ public void setZfbz(Integer zfbz) { this.zfbz = zfbz; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sjlr_gzda.SCZT * * @return the value of sjlr_gzda.SCZT * * @ibatorgenerated Mon Jul 10 10:21:12 CST 2017 */ public String getSczt() { return sczt; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sjlr_gzda.SCZT * * @param sczt the value for sjlr_gzda.SCZT * * @ibatorgenerated Mon Jul 10 10:21:12 CST 2017 */ public void setSczt(String sczt) { this.sczt = sczt == null ? null : sczt.trim(); } private String slStr; //舍栏 private String pzStr; //品种 private String dqztStr; //当前状态 private String dqtc; //当前胎次 private String yctc; //已产胎次 private String wjhz; //窝均活仔 private String wjdn; //窝均断奶 private String jlrq; //进栏日期 private Date zjpzsj; //最近配种时间 private long spts; //失配天数 private String xb; //性别 private String rl; //日龄 public void setRl(String rl) { this.rl = rl; } public String getRl() { return rl; } public String getSlStr() { return slStr; } public void setSlStr(String slStr) { this.slStr = slStr; } public String getPzStr() { return pzStr; } public void setPzStr(String pzStr) { this.pzStr = pzStr; } public String getDqztStr() { return dqztStr; } public void setDqztStr(String dqztStr) { this.dqztStr = dqztStr; } public String getDqtc() { return dqtc; } public void setDqtc(String dqtc) { this.dqtc = dqtc; } public String getYctc() { return yctc; } public void setYctc(String yctc) { this.yctc = yctc; } public String getWjhz() { return wjhz; } public void setWjhz(String wjhz) { this.wjhz = wjhz; } public String getWjdn() { return wjdn; } public void setWjdn(String wjdn) { this.wjdn = wjdn; } public String getJlrq() { return jlrq; } public void setJlrq(String jlrq) { this.jlrq = jlrq; } public Date getZjpzsj() { return zjpzsj; } public void setZjpzsj(Date zjpzsj) { this.zjpzsj = zjpzsj; } public long getSpts() { return spts; } public void setSpts(long spts) { this.spts = spts; } public String getXb() { return xb; } public void setXb(String xb) { this.xb = xb; } }