package com.huimv.wscl.dataobject; import com.huimv.xt.dataobject.BaseDO; public class WsclSbztbg extends BaseDO { /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column wscl_sbztbg.ID * * @ibatorgenerated Mon Jul 29 16:24:45 CST 2019 */ private Integer id; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column wscl_sbztbg.MCID * * @ibatorgenerated Mon Jul 29 16:24:45 CST 2019 */ private Integer mcid; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column wscl_sbztbg.TABLENAME * * @ibatorgenerated Mon Jul 29 16:24:45 CST 2019 */ private String tablename; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column wscl_sbztbg.SBKEY * * @ibatorgenerated Mon Jul 29 16:24:45 CST 2019 */ private String sbkey; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column wscl_sbztbg.KEYVAL * * @ibatorgenerated Mon Jul 29 16:24:45 CST 2019 */ private String keyval; /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column wscl_sbztbg.ID * * @return the value of wscl_sbztbg.ID * * @ibatorgenerated Mon Jul 29 16:24:45 CST 2019 */ public Integer getId() { return id; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column wscl_sbztbg.ID * * @param id the value for wscl_sbztbg.ID * * @ibatorgenerated Mon Jul 29 16:24:45 CST 2019 */ 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 wscl_sbztbg.MCID * * @return the value of wscl_sbztbg.MCID * * @ibatorgenerated Mon Jul 29 16:24:45 CST 2019 */ public Integer getMcid() { return mcid; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column wscl_sbztbg.MCID * * @param mcid the value for wscl_sbztbg.MCID * * @ibatorgenerated Mon Jul 29 16:24:45 CST 2019 */ 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 wscl_sbztbg.TABLENAME * * @return the value of wscl_sbztbg.TABLENAME * * @ibatorgenerated Mon Jul 29 16:24:45 CST 2019 */ public String getTablename() { return tablename; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column wscl_sbztbg.TABLENAME * * @param tablename the value for wscl_sbztbg.TABLENAME * * @ibatorgenerated Mon Jul 29 16:24:45 CST 2019 */ public void setTablename(String tablename) { this.tablename = tablename == null ? null : tablename.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column wscl_sbztbg.SBKEY * * @return the value of wscl_sbztbg.SBKEY * * @ibatorgenerated Mon Jul 29 16:24:45 CST 2019 */ public String getSbkey() { return sbkey; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column wscl_sbztbg.SBKEY * * @param sbkey the value for wscl_sbztbg.SBKEY * * @ibatorgenerated Mon Jul 29 16:24:45 CST 2019 */ public void setSbkey(String sbkey) { this.sbkey = sbkey == null ? null : sbkey.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column wscl_sbztbg.KEYVAL * * @return the value of wscl_sbztbg.KEYVAL * * @ibatorgenerated Mon Jul 29 16:24:45 CST 2019 */ public String getKeyval() { return keyval; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column wscl_sbztbg.KEYVAL * * @param keyval the value for wscl_sbztbg.KEYVAL * * @ibatorgenerated Mon Jul 29 16:24:45 CST 2019 */ public void setKeyval(String keyval) { this.keyval = keyval == null ? null : keyval.trim(); } }