package com.huimv.sjlr.dataobject; import com.huimv.xt.dataobject.BaseDO; import java.util.Date; public class SjlrPzjl extends BaseDO { /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_pzjl.ID * * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017 */ private Integer id; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_pzjl.PZSJ * * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017 */ private Date pzsj; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_pzjl.BB * * @ibatorgenerated Tue May 16 11:23:03 CST 2017 */ private String bb; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_pzjl.MZEB * * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017 */ private String mzeb; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_pzjl.PZSM * * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017 */ private String pzsm; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_pzjl.FQJG * * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017 */ private Integer fqjg; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_pzjl.PZLS * * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017 */ private String pzls; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_pzjl.ZRLS * * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017 */ private String zrls; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_pzjl.YPGZEB * * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017 */ private String ypgzeb; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_pzjl.YPPF * * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017 */ private String yppf; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_pzjl.EPGZEB * * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017 */ private String epgzeb; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_pzjl.EPPF * * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017 */ private String eppf; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_pzjl.SPGZEB * * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017 */ private String spgzeb; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_pzjl.SPPF * * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017 */ private String sppf; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_pzjl.XGR * * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017 */ private String xgr; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_pzjl.XGSJ * * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017 */ private Date xgsj; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_pzjl.ZFBZ * * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017 */ private Integer zfbz; /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sjlr_pzjl.ID * * @return the value of sjlr_pzjl.ID * * @ibatorgenerated Thu Mar 23 14:01:34 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_pzjl.ID * * @param id the value for sjlr_pzjl.ID * * @ibatorgenerated Thu Mar 23 14:01:34 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_pzjl.PZSJ * * @return the value of sjlr_pzjl.PZSJ * * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017 */ public Date getPzsj() { return pzsj; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sjlr_pzjl.PZSJ * * @param pzsj the value for sjlr_pzjl.PZSJ * * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017 */ public void setPzsj(Date pzsj) { this.pzsj = pzsj; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sjlr_pzjl.MZEB * * @return the value of sjlr_pzjl.MZEB * * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017 */ public String getMzeb() { return mzeb; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sjlr_pzjl.MZEB * * @param mzeb the value for sjlr_pzjl.MZEB * * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017 */ public void setMzeb(String mzeb) { this.mzeb = mzeb == null ? null : mzeb.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sjlr_pzjl.PZSM * * @return the value of sjlr_pzjl.PZSM * * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017 */ public String getPzsm() { return pzsm; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sjlr_pzjl.PZSM * * @param pzsm the value for sjlr_pzjl.PZSM * * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017 */ public void setPzsm(String pzsm) { this.pzsm = pzsm == null ? null : pzsm.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sjlr_pzjl.FQJG * * @return the value of sjlr_pzjl.FQJG * * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017 */ public Integer getFqjg() { return fqjg; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sjlr_pzjl.FQJG * * @param fqjg the value for sjlr_pzjl.FQJG * * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017 */ public void setFqjg(Integer fqjg) { this.fqjg = fqjg; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sjlr_pzjl.PZLS * * @return the value of sjlr_pzjl.PZLS * * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017 */ public String getPzls() { return pzls; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sjlr_pzjl.PZLS * * @param pzls the value for sjlr_pzjl.PZLS * * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017 */ public void setPzls(String pzls) { this.pzls = pzls == null ? null : pzls.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sjlr_pzjl.ZRLS * * @return the value of sjlr_pzjl.ZRLS * * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017 */ public String getZrls() { return zrls; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sjlr_pzjl.ZRLS * * @param zrls the value for sjlr_pzjl.ZRLS * * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017 */ public void setZrls(String zrls) { this.zrls = zrls == null ? null : zrls.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sjlr_pzjl.YPGZEB * * @return the value of sjlr_pzjl.YPGZEB * * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017 */ public String getYpgzeb() { return ypgzeb; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sjlr_pzjl.YPGZEB * * @param ypgzeb the value for sjlr_pzjl.YPGZEB * * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017 */ public void setYpgzeb(String ypgzeb) { this.ypgzeb = ypgzeb == null ? null : ypgzeb.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sjlr_pzjl.YPPF * * @return the value of sjlr_pzjl.YPPF * * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017 */ public String getYppf() { return yppf; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sjlr_pzjl.YPPF * * @param yppf the value for sjlr_pzjl.YPPF * * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017 */ public void setYppf(String yppf) { this.yppf = yppf == null ? null : yppf.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sjlr_pzjl.BB * * @return the value of sjlr_pzjl.BB * * @ibatorgenerated Tue May 16 11:23:03 CST 2017 */ public String getBb() { return bb; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sjlr_pzjl.BB * * @param bb the value for sjlr_pzjl.BB * * @ibatorgenerated Tue May 16 11:23:03 CST 2017 */ public void setBb(String bb) { this.bb = bb == null ? null : bb.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sjlr_pzjl.EPGZEB * * @return the value of sjlr_pzjl.EPGZEB * * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017 */ public String getEpgzeb() { return epgzeb; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sjlr_pzjl.EPGZEB * * @param epgzeb the value for sjlr_pzjl.EPGZEB * * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017 */ public void setEpgzeb(String epgzeb) { this.epgzeb = epgzeb == null ? null : epgzeb.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sjlr_pzjl.EPPF * * @return the value of sjlr_pzjl.EPPF * * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017 */ public String getEppf() { return eppf; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sjlr_pzjl.EPPF * * @param eppf the value for sjlr_pzjl.EPPF * * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017 */ public void setEppf(String eppf) { this.eppf = eppf == null ? null : eppf.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sjlr_pzjl.SPGZEB * * @return the value of sjlr_pzjl.SPGZEB * * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017 */ public String getSpgzeb() { return spgzeb; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sjlr_pzjl.SPGZEB * * @param spgzeb the value for sjlr_pzjl.SPGZEB * * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017 */ public void setSpgzeb(String spgzeb) { this.spgzeb = spgzeb == null ? null : spgzeb.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sjlr_pzjl.SPPF * * @return the value of sjlr_pzjl.SPPF * * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017 */ public String getSppf() { return sppf; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sjlr_pzjl.SPPF * * @param sppf the value for sjlr_pzjl.SPPF * * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017 */ public void setSppf(String sppf) { this.sppf = sppf == null ? null : sppf.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sjlr_pzjl.XGR * * @return the value of sjlr_pzjl.XGR * * @ibatorgenerated Thu Mar 23 14:01:34 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_pzjl.XGR * * @param xgr the value for sjlr_pzjl.XGR * * @ibatorgenerated Thu Mar 23 14:01:34 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_pzjl.XGSJ * * @return the value of sjlr_pzjl.XGSJ * * @ibatorgenerated Thu Mar 23 14:01:34 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_pzjl.XGSJ * * @param xgsj the value for sjlr_pzjl.XGSJ * * @ibatorgenerated Thu Mar 23 14:01:34 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_pzjl.ZFBZ * * @return the value of sjlr_pzjl.ZFBZ * * @ibatorgenerated Thu Mar 23 14:01:34 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_pzjl.ZFBZ * * @param zfbz the value for sjlr_pzjl.ZFBZ * * @ibatorgenerated Thu Mar 23 14:01:34 CST 2017 */ public void setZfbz(Integer zfbz) { this.zfbz = zfbz; } private String sl; private String slStr; private String pzsmStr; private String pztc; private String pzfs; private String pzfspf; private Date ycrq; private String eph; private String ypep; private String epep; private String spep; public void setEph(String eph) { this.eph = eph; } public String getEph() { return eph; } public Date getYcrq() { return ycrq; } public void setYcrq(Date ycrq) { this.ycrq = ycrq; } public String getPzfs() { return pzfs; } public void setPzfs(String pzfs) { this.pzfs = pzfs; } public String getPzfspf() { return pzfspf; } public void setPzfspf(String pzfspf) { this.pzfspf = pzfspf; } public String getPztc() { return pztc; } public void setPztc(String pztc) { this.pztc = pztc; } public String getSl() { return sl; } public void setSl(String sl) { this.sl = sl; } public String getSlStr() { return slStr; } public void setSlStr(String slStr) { this.slStr = slStr; } public String getPzsmStr() { return pzsmStr; } public void setPzsmStr(String pzsmStr) { this.pzsmStr = pzsmStr; } public String getYpep() { return ypep; } public String getEpep() { return epep; } public String getSpep() { return spep; } public void setYpep(String ypep) { this.ypep = ypep; } public void setEpep(String epep) { this.epep = epep; } public void setSpep(String spep) { this.spep = spep; } }