package com.huimv.xt.dataobject; import java.util.Date; public class XtHkbjgzxx extends BaseDO { /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_hkbj_gzxx.ID * * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019 */ private Integer id; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_hkbj_gzxx.JQID * * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019 */ private String jqid; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_hkbj_gzxx.GZLX * * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019 */ private String gzlx; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_hkbj_gzxx.FSSJ * * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019 */ private Date fssj; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_hkbj_gzxx.JSSJ * * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019 */ private Date jssj; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_hkbj_gzxx.SBLX * * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019 */ private String sblx; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_hkbj_gzxx.SBXH * * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019 */ private String sbxh; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_hkbj_gzxx.UUID * * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019 */ private String uuid; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_hkbj_gzxx.TXBZ * * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019 */ private Integer txbz; /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_hkbj_gzxx.ID * * @return the value of xt_hkbj_gzxx.ID * * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019 */ public Integer getId() { return id; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_hkbj_gzxx.ID * * @param id the value for xt_hkbj_gzxx.ID * * @ibatorgenerated Tue Aug 27 13:06:53 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 xt_hkbj_gzxx.JQID * * @return the value of xt_hkbj_gzxx.JQID * * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019 */ public String getJqid() { return jqid; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_hkbj_gzxx.JQID * * @param jqid the value for xt_hkbj_gzxx.JQID * * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019 */ public void setJqid(String jqid) { this.jqid = jqid == null ? null : jqid.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_hkbj_gzxx.GZLX * * @return the value of xt_hkbj_gzxx.GZLX * * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019 */ public String getGzlx() { return gzlx; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_hkbj_gzxx.GZLX * * @param gzlx the value for xt_hkbj_gzxx.GZLX * * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019 */ public void setGzlx(String gzlx) { this.gzlx = gzlx == null ? null : gzlx.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_hkbj_gzxx.FSSJ * * @return the value of xt_hkbj_gzxx.FSSJ * * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019 */ public Date getFssj() { return fssj; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_hkbj_gzxx.FSSJ * * @param fssj the value for xt_hkbj_gzxx.FSSJ * * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019 */ public void setFssj(Date fssj) { this.fssj = fssj; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_hkbj_gzxx.JSSJ * * @return the value of xt_hkbj_gzxx.JSSJ * * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019 */ public Date getJssj() { return jssj; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_hkbj_gzxx.JSSJ * * @param jssj the value for xt_hkbj_gzxx.JSSJ * * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019 */ public void setJssj(Date jssj) { this.jssj = jssj; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_hkbj_gzxx.SBLX * * @return the value of xt_hkbj_gzxx.SBLX * * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019 */ public String getSblx() { return sblx; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_hkbj_gzxx.SBLX * * @param sblx the value for xt_hkbj_gzxx.SBLX * * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019 */ public void setSblx(String sblx) { this.sblx = sblx == null ? null : sblx.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_hkbj_gzxx.SBXH * * @return the value of xt_hkbj_gzxx.SBXH * * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019 */ public String getSbxh() { return sbxh; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_hkbj_gzxx.SBXH * * @param sbxh the value for xt_hkbj_gzxx.SBXH * * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019 */ public void setSbxh(String sbxh) { this.sbxh = sbxh == null ? null : sbxh.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_hkbj_gzxx.UUID * * @return the value of xt_hkbj_gzxx.UUID * * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019 */ public String getUuid() { return uuid; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_hkbj_gzxx.UUID * * @param uuid the value for xt_hkbj_gzxx.UUID * * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019 */ public void setUuid(String uuid) { this.uuid = uuid == null ? null : uuid.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_hkbj_gzxx.TXBZ * * @return the value of xt_hkbj_gzxx.TXBZ * * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019 */ public Integer getTxbz() { return txbz; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_hkbj_gzxx.TXBZ * * @param txbz the value for xt_hkbj_gzxx.TXBZ * * @ibatorgenerated Tue Aug 27 13:06:53 CST 2019 */ public void setTxbz(Integer txbz) { this.txbz = txbz; } private int count; private String gzxx; private String zsmc; private String mcmc; private String fssjStr; private String zsqy; public String getZsmc() { return zsmc; } public void setZsmc(String zsmc) { this.zsmc = zsmc; } public String getMcmc() { return mcmc; } public void setMcmc(String mcmc) { this.mcmc = mcmc; } public String getGzxx() { return gzxx; } public void setGzxx(String gzxx) { this.gzxx = gzxx; } public int getCount() { return count; } public void setCount(int count) { this.count = count; } public String getFssjStr() { return fssjStr; } public void setFssjStr(String fssjStr) { this.fssjStr = fssjStr; } public String getZsqy() { return zsqy; } public void setZsqy(String zsqy) { this.zsqy = zsqy; } }