package com.huimv.xt.dataobject; import java.util.Date; public class XtXzqh extends BaseDO { /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_xzqh.ID * * @ibatorgenerated Wed May 21 10:29:31 CST 2014 */ private Integer id; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_xzqh.QHBM * * @ibatorgenerated Wed May 21 10:29:31 CST 2014 */ private String qhbm; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_xzqh.QHMC * * @ibatorgenerated Wed May 21 10:29:31 CST 2014 */ private String qhmc; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_xzqh.QHLX * * @ibatorgenerated Wed May 21 10:29:31 CST 2014 */ private String qhlx; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_xzqh.SJQH * * @ibatorgenerated Wed May 21 10:29:31 CST 2014 */ private String sjqh; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_xzqh.PYM * * @ibatorgenerated Wed May 21 10:29:31 CST 2014 */ private String pym; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_xzqh.WBM * * @ibatorgenerated Wed May 21 10:29:31 CST 2014 */ private String wbm; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_xzqh.COORDS * * @ibatorgenerated Mon Sep 01 09:17:05 CST 2014 */ private String coords; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_xzqh.XGR * * @ibatorgenerated Wed May 21 10:29:31 CST 2014 */ private String xgr; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_xzqh.XGSJ * * @ibatorgenerated Wed May 21 10:29:31 CST 2014 */ private Date xgsj; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_xzqh.ZFBZ * * @ibatorgenerated Wed May 21 10:29:31 CST 2014 */ private Integer zfbz; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_xzqh.CityCode * * @ibatorgenerated Thu Jan 22 11:01:58 CST 2015 */ private Integer citycode; private String sjqhmc; private int count; public int getCount() { return count; } public void setCount(int count) { this.count = count; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_xzqh.ID * * @return the value of xt_xzqh.ID * * @ibatorgenerated Wed May 21 10:29:31 CST 2014 */ public Integer getId() { return id; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_xzqh.ID * * @param id the value for xt_xzqh.ID * * @ibatorgenerated Wed May 21 10:29:31 CST 2014 */ 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_xzqh.QHBM * * @return the value of xt_xzqh.QHBM * * @ibatorgenerated Wed May 21 10:29:31 CST 2014 */ public String getQhbm() { return qhbm; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_xzqh.QHBM * * @param qhbm the value for xt_xzqh.QHBM * * @ibatorgenerated Wed May 21 10:29:31 CST 2014 */ public void setQhbm(String qhbm) { this.qhbm = qhbm == null ? null : qhbm.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_xzqh.QHMC * * @return the value of xt_xzqh.QHMC * * @ibatorgenerated Wed May 21 10:29:31 CST 2014 */ public String getQhmc() { return qhmc; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_xzqh.QHMC * * @param qhmc the value for xt_xzqh.QHMC * * @ibatorgenerated Wed May 21 10:29:31 CST 2014 */ public void setQhmc(String qhmc) { this.qhmc = qhmc == null ? null : qhmc.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_xzqh.QHLX * * @return the value of xt_xzqh.QHLX * * @ibatorgenerated Wed May 21 10:29:31 CST 2014 */ public String getQhlx() { return qhlx; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_xzqh.QHLX * * @param qhlx the value for xt_xzqh.QHLX * * @ibatorgenerated Wed May 21 10:29:31 CST 2014 */ public void setQhlx(String qhlx) { this.qhlx = qhlx == null ? null : qhlx.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_xzqh.SJQH * * @return the value of xt_xzqh.SJQH * * @ibatorgenerated Wed May 21 10:29:31 CST 2014 */ public String getSjqh() { return sjqh; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_xzqh.SJQH * * @param sjqh the value for xt_xzqh.SJQH * * @ibatorgenerated Wed May 21 10:29:31 CST 2014 */ public void setSjqh(String sjqh) { this.sjqh = sjqh == null ? null : sjqh.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_xzqh.PYM * * @return the value of xt_xzqh.PYM * * @ibatorgenerated Wed May 21 10:29:31 CST 2014 */ public String getPym() { return pym; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_xzqh.PYM * * @param pym the value for xt_xzqh.PYM * * @ibatorgenerated Wed May 21 10:29:31 CST 2014 */ public void setPym(String pym) { this.pym = pym == null ? null : pym.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_xzqh.WBM * * @return the value of xt_xzqh.WBM * * @ibatorgenerated Wed May 21 10:29:31 CST 2014 */ public String getWbm() { return wbm; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_xzqh.WBM * * @param wbm the value for xt_xzqh.WBM * * @ibatorgenerated Wed May 21 10:29:31 CST 2014 */ public void setWbm(String wbm) { this.wbm = wbm == null ? null : wbm.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_xzqh.COORDS * * @return the value of xt_xzqh.COORDS * * @ibatorgenerated Mon Sep 01 09:17:05 CST 2014 */ public String getCoords() { return coords; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_xzqh.COORDS * * @param coords the value for xt_xzqh.COORDS * * @ibatorgenerated Mon Sep 01 09:17:05 CST 2014 */ public void setCoords(String coords) { this.coords = coords == null ? null : coords.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_xzqh.XGR * * @return the value of xt_xzqh.XGR * * @ibatorgenerated Wed May 21 10:29:31 CST 2014 */ public String getXgr() { return xgr; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_xzqh.XGR * * @param xgr the value for xt_xzqh.XGR * * @ibatorgenerated Wed May 21 10:29:31 CST 2014 */ 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 xt_xzqh.XGSJ * * @return the value of xt_xzqh.XGSJ * * @ibatorgenerated Wed May 21 10:29:31 CST 2014 */ public Date getXgsj() { return xgsj; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_xzqh.XGSJ * * @param xgsj the value for xt_xzqh.XGSJ * * @ibatorgenerated Wed May 21 10:29:31 CST 2014 */ 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 xt_xzqh.ZFBZ * * @return the value of xt_xzqh.ZFBZ * * @ibatorgenerated Wed May 21 10:29:31 CST 2014 */ public Integer getZfbz() { return zfbz; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_xzqh.ZFBZ * * @param zfbz the value for xt_xzqh.ZFBZ * * @ibatorgenerated Wed May 21 10:29:31 CST 2014 */ public void setZfbz(Integer zfbz) { this.zfbz = zfbz; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_xzqh.CityCode * * @return the value of xt_xzqh.CityCode * * @ibatorgenerated Thu Jan 22 11:01:58 CST 2015 */ public Integer getCitycode() { return citycode; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_xzqh.CityCode * * @param citycode the value for xt_xzqh.CityCode * * @ibatorgenerated Thu Jan 22 11:01:58 CST 2015 */ public void setCitycode(Integer citycode) { this.citycode = citycode; } public String getSjqhmc() { return sjqhmc; } public void setSjqhmc(String sjqhmc) { this.sjqhmc = sjqhmc; } }