package com.huimv.xt.dataobject; public class XtSjpz extends BaseDO { /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_sjpz.ID * * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016 */ private Integer id; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_sjpz.JQID * * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016 */ private String jqid; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_sjpz.KZBSJSL * * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016 */ private Integer kzbsjsl; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_sjpz.KZBSJHM * * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016 */ private String kzbsjhm; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_sjpz.KZBSJBZ * * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016 */ private String kzbsjbz; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_sjpz.BJQSJSL * * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016 */ private Integer bjqsjsl; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_sjpz.BJQSJHM * * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016 */ private String bjqsjhm; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_sjpz.BJQSJBZ * * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016 */ private String bjqsjbz; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_sjpz.MBSJSL * * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016 */ private Integer mbsjsl; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_sjpz.MBSJHM * * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016 */ private String mbsjhm; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_sjpz.MBSJBZ * * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016 */ private String mbsjbz; /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_sjpz.ID * * @return the value of xt_sjpz.ID * * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016 */ public Integer getId() { return id; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_sjpz.ID * * @param id the value for xt_sjpz.ID * * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016 */ 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_sjpz.JQID * * @return the value of xt_sjpz.JQID * * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016 */ public String getJqid() { return jqid; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_sjpz.JQID * * @param jqid the value for xt_sjpz.JQID * * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016 */ 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_sjpz.KZBSJSL * * @return the value of xt_sjpz.KZBSJSL * * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016 */ public Integer getKzbsjsl() { return kzbsjsl; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_sjpz.KZBSJSL * * @param kzbsjsl the value for xt_sjpz.KZBSJSL * * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016 */ public void setKzbsjsl(Integer kzbsjsl) { this.kzbsjsl = kzbsjsl; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_sjpz.KZBSJHM * * @return the value of xt_sjpz.KZBSJHM * * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016 */ public String getKzbsjhm() { return kzbsjhm; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_sjpz.KZBSJHM * * @param kzbsjhm the value for xt_sjpz.KZBSJHM * * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016 */ public void setKzbsjhm(String kzbsjhm) { this.kzbsjhm = kzbsjhm == null ? null : kzbsjhm.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_sjpz.KZBSJBZ * * @return the value of xt_sjpz.KZBSJBZ * * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016 */ public String getKzbsjbz() { return kzbsjbz; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_sjpz.KZBSJBZ * * @param kzbsjbz the value for xt_sjpz.KZBSJBZ * * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016 */ public void setKzbsjbz(String kzbsjbz) { this.kzbsjbz = kzbsjbz == null ? null : kzbsjbz.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_sjpz.BJQSJSL * * @return the value of xt_sjpz.BJQSJSL * * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016 */ public Integer getBjqsjsl() { return bjqsjsl; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_sjpz.BJQSJSL * * @param bjqsjsl the value for xt_sjpz.BJQSJSL * * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016 */ public void setBjqsjsl(Integer bjqsjsl) { this.bjqsjsl = bjqsjsl; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_sjpz.BJQSJHM * * @return the value of xt_sjpz.BJQSJHM * * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016 */ public String getBjqsjhm() { return bjqsjhm; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_sjpz.BJQSJHM * * @param bjqsjhm the value for xt_sjpz.BJQSJHM * * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016 */ public void setBjqsjhm(String bjqsjhm) { this.bjqsjhm = bjqsjhm == null ? null : bjqsjhm.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_sjpz.BJQSJBZ * * @return the value of xt_sjpz.BJQSJBZ * * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016 */ public String getBjqsjbz() { return bjqsjbz; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_sjpz.BJQSJBZ * * @param bjqsjbz the value for xt_sjpz.BJQSJBZ * * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016 */ public void setBjqsjbz(String bjqsjbz) { this.bjqsjbz = bjqsjbz == null ? null : bjqsjbz.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_sjpz.MBSJSL * * @return the value of xt_sjpz.MBSJSL * * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016 */ public Integer getMbsjsl() { return mbsjsl; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_sjpz.MBSJSL * * @param mbsjsl the value for xt_sjpz.MBSJSL * * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016 */ public void setMbsjsl(Integer mbsjsl) { this.mbsjsl = mbsjsl; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_sjpz.MBSJHM * * @return the value of xt_sjpz.MBSJHM * * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016 */ public String getMbsjhm() { return mbsjhm; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_sjpz.MBSJHM * * @param mbsjhm the value for xt_sjpz.MBSJHM * * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016 */ public void setMbsjhm(String mbsjhm) { this.mbsjhm = mbsjhm == null ? null : mbsjhm.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_sjpz.MBSJBZ * * @return the value of xt_sjpz.MBSJBZ * * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016 */ public String getMbsjbz() { return mbsjbz; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_sjpz.MBSJBZ * * @param mbsjbz the value for xt_sjpz.MBSJBZ * * @ibatorgenerated Fri Jun 17 13:33:23 CST 2016 */ public void setMbsjbz(String mbsjbz) { this.mbsjbz = mbsjbz == null ? null : mbsjbz.trim(); } private String mcid; private String mcmc; private String zsid; private String zsmc; public String getMcid() { return mcid; } public void setMcid(String mcid) { this.mcid = mcid; } public String getMcmc() { return mcmc; } public void setMcmc(String mcmc) { this.mcmc = mcmc; } public String getZsid() { return zsid; } public void setZsid(String zsid) { this.zsid = zsid; } public String getZsmc() { return zsmc; } public void setZsmc(String zsmc) { this.zsmc = zsmc; } }