package com.huimv.bjq.dataobject; import com.huimv.xt.dataobject.BaseDO; import java.math.BigDecimal; import java.util.Date; public class BjqWd extends BaseDO { /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column bjq_wd.ID * * @ibatorgenerated Tue Jun 23 15:33:09 CST 2015 */ private Integer id; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column bjq_wd.ZSID * * @ibatorgenerated Tue Jun 23 15:33:09 CST 2015 */ private Integer zsid; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column bjq_wd.MKBH * * @ibatorgenerated Tue Jun 23 15:33:09 CST 2015 */ private String mkbh; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column bjq_wd.TJSJ * * @ibatorgenerated Tue Jun 23 15:33:09 CST 2015 */ private Date tjsj; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column bjq_wd.DQWD * * @ibatorgenerated Tue Jun 23 15:33:09 CST 2015 */ private BigDecimal dqwd; private String mcmc; private String zsmc; /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column bjq_wd.ID * * @return the value of bjq_wd.ID * * @ibatorgenerated Tue Jun 23 15:33:09 CST 2015 */ public Integer getId() { return id; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column bjq_wd.ID * * @param id the value for bjq_wd.ID * * @ibatorgenerated Tue Jun 23 15:33:09 CST 2015 */ 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 bjq_wd.ZSID * * @return the value of bjq_wd.ZSID * * @ibatorgenerated Tue Jun 23 15:33:09 CST 2015 */ public Integer getZsid() { return zsid; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column bjq_wd.ZSID * * @param zsid the value for bjq_wd.ZSID * * @ibatorgenerated Tue Jun 23 15:33:09 CST 2015 */ public void setZsid(Integer zsid) { this.zsid = zsid; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column bjq_wd.MKBH * * @return the value of bjq_wd.MKBH * * @ibatorgenerated Tue Jun 23 15:33:09 CST 2015 */ public String getMkbh() { return mkbh; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column bjq_wd.MKBH * * @param mkbh the value for bjq_wd.MKBH * * @ibatorgenerated Tue Jun 23 15:33:09 CST 2015 */ public void setMkbh(String mkbh) { this.mkbh = mkbh == null ? null : mkbh.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column bjq_wd.TJSJ * * @return the value of bjq_wd.TJSJ * * @ibatorgenerated Tue Jun 23 15:33:09 CST 2015 */ public Date getTjsj() { return tjsj; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column bjq_wd.TJSJ * * @param tjsj the value for bjq_wd.TJSJ * * @ibatorgenerated Tue Jun 23 15:33:09 CST 2015 */ public void setTjsj(Date tjsj) { this.tjsj = tjsj; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column bjq_wd.DQWD * * @return the value of bjq_wd.DQWD * * @ibatorgenerated Tue Jun 23 15:33:09 CST 2015 */ public BigDecimal getDqwd() { return dqwd; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column bjq_wd.DQWD * * @param dqwd the value for bjq_wd.DQWD * * @ibatorgenerated Tue Jun 23 15:33:09 CST 2015 */ public void setDqwd(BigDecimal dqwd) { this.dqwd = dqwd; } public String getMcmc() { return mcmc; } public void setMcmc(String mcmc) { this.mcmc = mcmc; } public String getZsmc() { return zsmc; } public void setZsmc(String zsmc) { this.zsmc = zsmc; } }