123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562 |
- 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;
- }
- }
|