package com.huimv.sjlr.dataobject; import com.huimv.xt.dataobject.BaseDO; import java.util.Date; public class SjlrSlwl extends BaseDO { /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_slwl.ID * * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017 */ private Integer id; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_slwl.MCID * * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017 */ private Integer mcid; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_slwl.DWEB * * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017 */ private String dweb; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_slwl.WLSL * * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017 */ private String wlsl; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_slwl.WYSJ * * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017 */ private Date wysj; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_slwl.PZ * * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017 */ private String pz; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_slwl.SLPZ * * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017 */ private String slpz; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_slwl.WYGS * * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017 */ private Integer wygs; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_slwl.ZWYL * * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017 */ private Integer zwyl; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_slwl.BZ * * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017 */ private String bz; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_slwl.XGR * * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017 */ private String xgr; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_slwl.XGSJ * * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017 */ private Date xgsj; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sjlr_slwl.ZFBZ * * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017 */ private Integer zfbz; /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sjlr_slwl.ID * * @return the value of sjlr_slwl.ID * * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017 */ private String PzStr; private String SlpzStr; private String SlStr; public Integer getId() { return id; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sjlr_slwl.ID * * @param id the value for sjlr_slwl.ID * * @ibatorgenerated Thu Mar 30 14:49:01 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_slwl.MCID * * @return the value of sjlr_slwl.MCID * * @ibatorgenerated Thu Mar 30 14:49:01 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_slwl.MCID * * @param mcid the value for sjlr_slwl.MCID * * @ibatorgenerated Thu Mar 30 14:49:01 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_slwl.DWEB * * @return the value of sjlr_slwl.DWEB * * @ibatorgenerated Thu Mar 30 14:49:01 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_slwl.DWEB * * @param dweb the value for sjlr_slwl.DWEB * * @ibatorgenerated Thu Mar 30 14:49:01 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_slwl.WLSL * * @return the value of sjlr_slwl.WLSL * * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017 */ public String getWlsl() { return wlsl; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sjlr_slwl.WLSL * * @param wlsl the value for sjlr_slwl.WLSL * * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017 */ public void setWlsl(String wlsl) { this.wlsl = wlsl == null ? null : wlsl.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sjlr_slwl.WYSJ * * @return the value of sjlr_slwl.WYSJ * * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017 */ public Date getWysj() { return wysj; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sjlr_slwl.WYSJ * * @param wysj the value for sjlr_slwl.WYSJ * * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017 */ public void setWysj(Date wysj) { this.wysj = wysj; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sjlr_slwl.PZ * * @return the value of sjlr_slwl.PZ * * @ibatorgenerated Thu Mar 30 14:49:01 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_slwl.PZ * * @param pz the value for sjlr_slwl.PZ * * @ibatorgenerated Thu Mar 30 14:49:01 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_slwl.SLPZ * * @return the value of sjlr_slwl.SLPZ * * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017 */ public String getSlpz() { return slpz; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sjlr_slwl.SLPZ * * @param slpz the value for sjlr_slwl.SLPZ * * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017 */ public void setSlpz(String slpz) { this.slpz = slpz == null ? null : slpz.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sjlr_slwl.WYGS * * @return the value of sjlr_slwl.WYGS * * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017 */ public Integer getWygs() { return wygs; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sjlr_slwl.WYGS * * @param wygs the value for sjlr_slwl.WYGS * * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017 */ public void setWygs(Integer wygs) { this.wygs = wygs; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sjlr_slwl.ZWYL * * @return the value of sjlr_slwl.ZWYL * * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017 */ public Integer getZwyl() { return zwyl; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sjlr_slwl.ZWYL * * @param zwyl the value for sjlr_slwl.ZWYL * * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017 */ public void setZwyl(Integer zwyl) { this.zwyl = zwyl; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sjlr_slwl.BZ * * @return the value of sjlr_slwl.BZ * * @ibatorgenerated Thu Mar 30 14:49:01 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_slwl.BZ * * @param bz the value for sjlr_slwl.BZ * * @ibatorgenerated Thu Mar 30 14:49:01 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_slwl.XGR * * @return the value of sjlr_slwl.XGR * * @ibatorgenerated Thu Mar 30 14:49:01 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_slwl.XGR * * @param xgr the value for sjlr_slwl.XGR * * @ibatorgenerated Thu Mar 30 14:49:01 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_slwl.XGSJ * * @return the value of sjlr_slwl.XGSJ * * @ibatorgenerated Thu Mar 30 14:49:01 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_slwl.XGSJ * * @param xgsj the value for sjlr_slwl.XGSJ * * @ibatorgenerated Thu Mar 30 14:49:01 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_slwl.ZFBZ * * @return the value of sjlr_slwl.ZFBZ * * @ibatorgenerated Thu Mar 30 14:49:01 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_slwl.ZFBZ * * @param zfbz the value for sjlr_slwl.ZFBZ * * @ibatorgenerated Thu Mar 30 14:49:01 CST 2017 */ public void setZfbz(Integer zfbz) { this.zfbz = zfbz; } public void setPzStr(String pzStr) { PzStr = pzStr; } public void setSlpzStr(String slpzStr) { SlpzStr = slpzStr; } public void setSlStr(String slStr) { SlStr = slStr; } public String getPzStr() { return PzStr; } public String getSlpzStr() { return SlpzStr; } public String getSlStr() { return SlStr; } }