package com.huimv.da.dataobject; import com.huimv.xt.dataobject.BaseDO; import java.util.Date; @SuppressWarnings("serial") public class DaMcda extends BaseDO { /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column da_mcda.ID * * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014 */ private Integer id; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column da_mcda.QYID * * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014 */ private Integer qyid; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column da_mcda.QYMC * * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014 */ private String qymc; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column da_mcda.MCMC * * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014 */ private String mcmc; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column da_mcda.QHBM * * @ibatorgenerated Wed Aug 27 16:05:16 CST 2014 */ private String qhbm; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column da_mcda.QHMC * * @ibatorgenerated Wed Aug 27 16:05:16 CST 2014 */ private String qhmc; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column da_mcda.MCDZ * * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014 */ private String mcdz; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column da_mcda.MCFZR * * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014 */ private Integer mcfzr; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column da_mcda.MCFZRXM * * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014 */ private String mcfzrxm; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column da_mcda.MCDH * * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014 */ private String mcdh; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column da_mcda.MCYB * * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014 */ private String mcyb; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column da_mcda.MCCZ * * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014 */ private String mccz; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column da_mcda.XGR * * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014 */ private String xgr; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column da_mcda.XGSJ * * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014 */ private Date xgsj; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column da_mcda.ZFBZ * * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014 */ private Integer zfbz; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column da_mcda.longitude * * @ibatorgenerated Tue Jul 21 16:31:24 CST 2015 */ private String longitude; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column da_mcda.latitude * * @ibatorgenerated Tue Jul 21 16:31:24 CST 2015 */ private String latitude; private String yhxm; /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column da_mcda.ID * * @return the value of da_mcda.ID * * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014 */ public Integer getId() { return id; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column da_mcda.ID * * @param id the value for da_mcda.ID * * @ibatorgenerated Wed Jul 09 15:24:29 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 da_mcda.QYID * * @return the value of da_mcda.QYID * * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014 */ public Integer getQyid() { return qyid; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column da_mcda.QYID * * @param qyid the value for da_mcda.QYID * * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014 */ public void setQyid(Integer qyid) { this.qyid = qyid; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column da_mcda.QYMC * * @return the value of da_mcda.QYMC * * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014 */ public String getQymc() { return qymc; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column da_mcda.QYMC * * @param qymc the value for da_mcda.QYMC * * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014 */ public void setQymc(String qymc) { this.qymc = qymc == null ? null : qymc.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column da_mcda.MCMC * * @return the value of da_mcda.MCMC * * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014 */ public String getMcmc() { return mcmc; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column da_mcda.MCMC * * @param mcmc the value for da_mcda.MCMC * * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014 */ public void setMcmc(String mcmc) { this.mcmc = mcmc == null ? null : mcmc.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column da_mcda.QHBM * * @return the value of da_mcda.QHBM * * @ibatorgenerated Wed Aug 27 16:05:16 CST 2014 */ public String getQhbm() { return qhbm; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column da_mcda.QHBM * * @param qhbm the value for da_mcda.QHBM * * @ibatorgenerated Wed Aug 27 16:05:16 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 da_mcda.QHMC * * @return the value of da_mcda.QHMC * * @ibatorgenerated Wed Aug 27 16:05:16 CST 2014 */ public String getQhmc() { return qhmc; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column da_mcda.QHMC * * @param qhmc the value for da_mcda.QHMC * * @ibatorgenerated Wed Aug 27 16:05:16 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 da_mcda.MCDZ * * @return the value of da_mcda.MCDZ * * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014 */ public String getMcdz() { return mcdz; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column da_mcda.MCDZ * * @param mcdz the value for da_mcda.MCDZ * * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014 */ public void setMcdz(String mcdz) { this.mcdz = mcdz == null ? null : mcdz.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column da_mcda.MCFZR * * @return the value of da_mcda.MCFZR * * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014 */ public Integer getMcfzr() { return mcfzr; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column da_mcda.MCFZR * * @param mcfzr the value for da_mcda.MCFZR * * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014 */ public void setMcfzr(Integer mcfzr) { this.mcfzr = mcfzr; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column da_mcda.MCFZRXM * * @return the value of da_mcda.MCFZRXM * * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014 */ public String getMcfzrxm() { return mcfzrxm; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column da_mcda.MCFZRXM * * @param mcfzrxm the value for da_mcda.MCFZRXM * * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014 */ public void setMcfzrxm(String mcfzrxm) { this.mcfzrxm = mcfzrxm == null ? null : mcfzrxm.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column da_mcda.MCDH * * @return the value of da_mcda.MCDH * * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014 */ public String getMcdh() { return mcdh; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column da_mcda.MCDH * * @param mcdh the value for da_mcda.MCDH * * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014 */ public void setMcdh(String mcdh) { this.mcdh = mcdh == null ? null : mcdh.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column da_mcda.MCYB * * @return the value of da_mcda.MCYB * * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014 */ public String getMcyb() { return mcyb; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column da_mcda.MCYB * * @param mcyb the value for da_mcda.MCYB * * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014 */ public void setMcyb(String mcyb) { this.mcyb = mcyb == null ? null : mcyb.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column da_mcda.MCCZ * * @return the value of da_mcda.MCCZ * * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014 */ public String getMccz() { return mccz; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column da_mcda.MCCZ * * @param mccz the value for da_mcda.MCCZ * * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014 */ public void setMccz(String mccz) { this.mccz = mccz == null ? null : mccz.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column da_mcda.XGR * * @return the value of da_mcda.XGR * * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014 */ public String getXgr() { return xgr; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column da_mcda.XGR * * @param xgr the value for da_mcda.XGR * * @ibatorgenerated Wed Jul 09 15:24:29 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 da_mcda.XGSJ * * @return the value of da_mcda.XGSJ * * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014 */ public Date getXgsj() { return xgsj; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column da_mcda.XGSJ * * @param xgsj the value for da_mcda.XGSJ * * @ibatorgenerated Wed Jul 09 15:24:29 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 da_mcda.ZFBZ * * @return the value of da_mcda.ZFBZ * * @ibatorgenerated Wed Jul 09 15:24:29 CST 2014 */ public Integer getZfbz() { return zfbz; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column da_mcda.ZFBZ * * @param zfbz the value for da_mcda.ZFBZ * * @ibatorgenerated Wed Jul 09 15:24:29 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 da_mcda.longitude * * @return the value of da_mcda.longitude * * @ibatorgenerated Tue Jul 21 16:31:24 CST 2015 */ public String getLongitude() { return longitude; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column da_mcda.longitude * * @param longitude the value for da_mcda.longitude * * @ibatorgenerated Tue Jul 21 16:31:24 CST 2015 */ public void setLongitude(String longitude) { this.longitude = longitude == null ? null : longitude.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column da_mcda.latitude * * @return the value of da_mcda.latitude * * @ibatorgenerated Tue Jul 21 16:31:24 CST 2015 */ public String getLatitude() { return latitude; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column da_mcda.latitude * * @param latitude the value for da_mcda.latitude * * @ibatorgenerated Tue Jul 21 16:31:24 CST 2015 */ public void setLatitude(String latitude) { this.latitude = latitude == null ? null : latitude.trim(); } public String getYhxm() { return yhxm; } public void setYhxm(String yhxm) { this.yhxm = yhxm; } }