package com.huimv.sjlr.dataobject; import com.huimv.xt.dataobject.BaseDO; import java.util.Date; public class SjlrGzda extends BaseDO { /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_gzda.LCRQ * * @ibatorgenerated Mon Jul 17 14:02:14 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_gzda.ID * * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017 */ private Integer id; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_gzda.MCID * * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017 */ private Integer mcid; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_gzda.EPH * * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017 */ private String eph; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_gzda.DWEB * * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017 */ private String dweb; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_gzda.SL * * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017 */ private String sl; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_gzda.PZ * * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017 */ private String pz; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_gzda.QT * * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017 */ private String qt; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_gzda.LY * * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017 */ private String ly; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_gzda.RLRQ * * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017 */ private Date rlrq; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_gzda.CSRQ * * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017 */ private Date csrq; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_gzda.DQZT * * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017 */ private String dqzt; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_gzda.FXID * * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017 */ private String fxid; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_gzda.MXID * * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017 */ private String mxid; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_gzda.BZ * * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017 */ private String bz; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_gzda.XGR * * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017 */ private String xgr; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_gzda.XGSJ * * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017 */ private Date xgsj; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_gzda.ZFBZ * * @ibatorgenerated Mon Jul 03 09:01:27 CST 2017 */ private Integer zfbz; /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sjlr_gzda.ID * * @return the value of sjlr_gzda.ID * * @ibatorgenerated Mon Jul 03 09:01:27 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_gzda.ID * * @param id the value for sjlr_gzda.ID * * @ibatorgenerated Mon Jul 03 09:01:27 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_gzda.MCID * * @return the value of sjlr_gzda.MCID * * @ibatorgenerated Mon Jul 03 09:01:27 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_gzda.MCID * * @param mcid the value for sjlr_gzda.MCID * * @ibatorgenerated Mon Jul 03 09:01:27 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_gzda.EPH * * @return the value of sjlr_gzda.EPH * * @ibatorgenerated Mon Jul 03 09:01:27 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_gzda.EPH * * @param eph the value for sjlr_gzda.EPH * * @ibatorgenerated Mon Jul 03 09:01:27 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_gzda.DWEB * * @return the value of sjlr_gzda.DWEB * * @ibatorgenerated Mon Jul 03 09:01:27 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_gzda.DWEB * * @param dweb the value for sjlr_gzda.DWEB * * @ibatorgenerated Mon Jul 03 09:01:27 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_gzda.SL * * @return the value of sjlr_gzda.SL * * @ibatorgenerated Mon Jul 03 09:01:27 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_gzda.SL * * @param sl the value for sjlr_gzda.SL * * @ibatorgenerated Mon Jul 03 09:01:27 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_gzda.PZ * * @return the value of sjlr_gzda.PZ * * @ibatorgenerated Mon Jul 03 09:01:27 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_gzda.PZ * * @param pz the value for sjlr_gzda.PZ * * @ibatorgenerated Mon Jul 03 09:01:27 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_gzda.QT * * @return the value of sjlr_gzda.QT * * @ibatorgenerated Mon Jul 03 09:01:27 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_gzda.QT * * @param qt the value for sjlr_gzda.QT * * @ibatorgenerated Mon Jul 03 09:01:27 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_gzda.LY * * @return the value of sjlr_gzda.LY * * @ibatorgenerated Mon Jul 03 09:01:27 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_gzda.LY * * @param ly the value for sjlr_gzda.LY * * @ibatorgenerated Mon Jul 03 09:01:27 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_gzda.RLRQ * * @return the value of sjlr_gzda.RLRQ * * @ibatorgenerated Mon Jul 03 09:01:27 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_gzda.RLRQ * * @param rlrq the value for sjlr_gzda.RLRQ * * @ibatorgenerated Mon Jul 03 09:01:27 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_gzda.CSRQ * * @return the value of sjlr_gzda.CSRQ * * @ibatorgenerated Mon Jul 03 09:01:27 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_gzda.CSRQ * * @param csrq the value for sjlr_gzda.CSRQ * * @ibatorgenerated Mon Jul 03 09:01:27 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_gzda.DQZT * * @return the value of sjlr_gzda.DQZT * * @ibatorgenerated Mon Jul 03 09:01:27 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_gzda.DQZT * * @param dqzt the value for sjlr_gzda.DQZT * * @ibatorgenerated Mon Jul 03 09:01:27 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_gzda.FXID * * @return the value of sjlr_gzda.FXID * * @ibatorgenerated Mon Jul 03 09:01:27 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_gzda.FXID * * @param fxid the value for sjlr_gzda.FXID * * @ibatorgenerated Mon Jul 03 09:01:27 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_gzda.MXID * * @return the value of sjlr_gzda.MXID * * @ibatorgenerated Mon Jul 03 09:01:27 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_gzda.MXID * * @param mxid the value for sjlr_gzda.MXID * * @ibatorgenerated Mon Jul 03 09:01:27 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_gzda.BZ * * @return the value of sjlr_gzda.BZ * * @ibatorgenerated Mon Jul 03 09:01:27 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_gzda.BZ * * @param bz the value for sjlr_gzda.BZ * * @ibatorgenerated Mon Jul 03 09:01:27 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_gzda.XGR * * @return the value of sjlr_gzda.XGR * * @ibatorgenerated Mon Jul 03 09:01:27 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_gzda.XGR * * @param xgr the value for sjlr_gzda.XGR * * @ibatorgenerated Mon Jul 03 09:01:27 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_gzda.XGSJ * * @return the value of sjlr_gzda.XGSJ * * @ibatorgenerated Mon Jul 03 09:01:27 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_gzda.XGSJ * * @param xgsj the value for sjlr_gzda.XGSJ * * @ibatorgenerated Mon Jul 03 09:01:27 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_gzda.ZFBZ * * @return the value of sjlr_gzda.ZFBZ * * @ibatorgenerated Mon Jul 03 09:01:27 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_gzda.ZFBZ * * @param zfbz the value for sjlr_gzda.ZFBZ * * @ibatorgenerated Mon Jul 03 09:01:27 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 returns the value of the database column sjlr_gzda.LCRQ * * @return the value of sjlr_gzda.LCRQ * * @ibatorgenerated Mon Jul 17 14:02:14 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_gzda.LCRQ * * @param lcrq the value for sjlr_gzda.LCRQ * * @ibatorgenerated Mon Jul 17 14:02:14 CST 2017 */ public void setLcrq(Date lcrq) { this.lcrq = lcrq; } /** * 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 cjhgcs; //采精合格次数 private String cjbhgcs; //采精不合格次数 private String cjcs; //采精次数 private String rlts; //入栏天数 private String pzcs; //配种次数 private String fmcs; //分娩次数 private String fml; //分娩率 private long pzjg; //配种间隔 private String lastCjjg;//上次采精间隔 private long spts; //失配天数 public String getLastCjjg() { return lastCjjg; } public void setLastCjjg(String lastCjjg) { this.lastCjjg = lastCjjg; } public Date getCjjg() { return cjjg; } private Date cjjg; //采精间隔 public String getDqztStr() { return dqztStr; } public void setDqztStr(String dqztStr) { this.dqztStr = dqztStr; } public String getCjhgcs() { return cjhgcs; } public void setCjhgcs(String cjhgcs) { this.cjhgcs = cjhgcs; } public String getCjbhgcs() { return cjbhgcs; } public void setCjbhgcs(String cjbhgcs) { this.cjbhgcs = cjbhgcs; } public String getCjcs() { return cjcs; } public void setCjcs(String cjcs) { this.cjcs = cjcs; } public String getRlts() { return rlts; } public void setRlts(String rlts) { this.rlts = rlts; } public String getPzcs() { return pzcs; } public void setPzcs(String pzcs) { this.pzcs = pzcs; } public String getFmcs() { return fmcs; } public void setFmcs(String fmcs) { this.fmcs = fmcs; } public String getFml() { return fml; } public void setFml(String fml) { this.fml = fml; } 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 void setCjjg(Date cjjg) { this.cjjg = cjjg; } public long getPzjg() { return pzjg; } public void setPzjg(long pzjg) { this.pzjg = pzjg; } public long getSpts() { return spts; } public void setSpts(long spts) { this.spts = spts; } }