package com.huimv.zneb.dataobject; import com.huimv.xt.dataobject.BaseDO; import java.util.Date; public class ZnebEbda extends BaseDO { /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column zneb_ebda.ID * * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020 */ private Integer id; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column zneb_ebda.DZEB * * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020 */ private String dzeb; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column zneb_ebda.MAC * * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020 */ private String mac; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column zneb_ebda.DBSJ * * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020 */ private Date dbsj; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column zneb_ebda.ZZLX * * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020 */ private String zzlx; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column zneb_ebda.ZS * * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020 */ private String zs; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column zneb_ebda.LW * * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020 */ private String lw; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column zneb_ebda.RL * * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020 */ private String rl; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column zneb_ebda.TC * * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020 */ private String tc; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column zneb_ebda.DNSJ * * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020 */ private Date dnsj; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column zneb_ebda.SCSJ * * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020 */ private Date scsj; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column zneb_ebda.XGR * * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020 */ private String xgr; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column zneb_ebda.XGSJ * * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020 */ private Date xgsj; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column zneb_ebda.ZFBZ * * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020 */ private Integer zfbz; /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column zneb_ebda.ID * * @return the value of zneb_ebda.ID * * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020 */ public Integer getId() { return id; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column zneb_ebda.ID * * @param id the value for zneb_ebda.ID * * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020 */ 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 zneb_ebda.DZEB * * @return the value of zneb_ebda.DZEB * * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020 */ public String getDzeb() { return dzeb; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column zneb_ebda.DZEB * * @param dzeb the value for zneb_ebda.DZEB * * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020 */ public void setDzeb(String dzeb) { this.dzeb = dzeb == null ? null : dzeb.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column zneb_ebda.MAC * * @return the value of zneb_ebda.MAC * * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020 */ public String getMac() { return mac; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column zneb_ebda.MAC * * @param mac the value for zneb_ebda.MAC * * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020 */ public void setMac(String mac) { this.mac = mac == null ? null : mac.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column zneb_ebda.DBSJ * * @return the value of zneb_ebda.DBSJ * * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020 */ public Date getDbsj() { return dbsj; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column zneb_ebda.DBSJ * * @param dbsj the value for zneb_ebda.DBSJ * * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020 */ public void setDbsj(Date dbsj) { this.dbsj = dbsj; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column zneb_ebda.ZZLX * * @return the value of zneb_ebda.ZZLX * * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020 */ public String getZzlx() { return zzlx; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column zneb_ebda.ZZLX * * @param zzlx the value for zneb_ebda.ZZLX * * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020 */ public void setZzlx(String zzlx) { this.zzlx = zzlx == null ? null : zzlx.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column zneb_ebda.ZS * * @return the value of zneb_ebda.ZS * * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020 */ public String getZs() { return zs; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column zneb_ebda.ZS * * @param zs the value for zneb_ebda.ZS * * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020 */ public void setZs(String zs) { this.zs = zs == null ? null : zs.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column zneb_ebda.LW * * @return the value of zneb_ebda.LW * * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020 */ public String getLw() { return lw; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column zneb_ebda.LW * * @param lw the value for zneb_ebda.LW * * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020 */ public void setLw(String lw) { this.lw = lw == null ? null : lw.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column zneb_ebda.RL * * @return the value of zneb_ebda.RL * * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020 */ public String getRl() { return rl; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column zneb_ebda.RL * * @param rl the value for zneb_ebda.RL * * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020 */ public void setRl(String rl) { this.rl = rl == null ? null : rl.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column zneb_ebda.TC * * @return the value of zneb_ebda.TC * * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020 */ public String getTc() { return tc; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column zneb_ebda.TC * * @param tc the value for zneb_ebda.TC * * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020 */ public void setTc(String tc) { this.tc = tc == null ? null : tc.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column zneb_ebda.DNSJ * * @return the value of zneb_ebda.DNSJ * * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020 */ public Date getDnsj() { return dnsj; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column zneb_ebda.DNSJ * * @param dnsj the value for zneb_ebda.DNSJ * * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020 */ public void setDnsj(Date dnsj) { this.dnsj = dnsj; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column zneb_ebda.SCSJ * * @return the value of zneb_ebda.SCSJ * * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020 */ public Date getScsj() { return scsj; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column zneb_ebda.SCSJ * * @param scsj the value for zneb_ebda.SCSJ * * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020 */ public void setScsj(Date scsj) { this.scsj = scsj; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column zneb_ebda.XGR * * @return the value of zneb_ebda.XGR * * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020 */ public String getXgr() { return xgr; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column zneb_ebda.XGR * * @param xgr the value for zneb_ebda.XGR * * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020 */ 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 zneb_ebda.XGSJ * * @return the value of zneb_ebda.XGSJ * * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020 */ public Date getXgsj() { return xgsj; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column zneb_ebda.XGSJ * * @param xgsj the value for zneb_ebda.XGSJ * * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020 */ 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 zneb_ebda.ZFBZ * * @return the value of zneb_ebda.ZFBZ * * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020 */ public Integer getZfbz() { return zfbz; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column zneb_ebda.ZFBZ * * @param zfbz the value for zneb_ebda.ZFBZ * * @ibatorgenerated Fri Feb 21 13:45:37 CST 2020 */ public void setZfbz(Integer zfbz) { this.zfbz = zfbz; } private String dbsjStr; private String dnsjStr; private String scsjStr; public String getDbsjStr() { return dbsjStr; } public void setDbsjStr(String dbsjStr) { this.dbsjStr = dbsjStr; } public String getDnsjStr() { return dnsjStr; } public void setDnsjStr(String dnsjStr) { this.dnsjStr = dnsjStr; } public String getScsjStr() { return scsjStr; } public void setScsjStr(String scsjStr) { this.scsjStr = scsjStr; } }