package com.huimv.sj.dataobject; import com.huimv.xt.dataobject.BaseDO; import java.math.BigDecimal; import java.util.Date; public class SjSshjkz extends BaseDO { /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_sshjkz.ID * * @ibatorgenerated Sun Jun 29 20:51:17 CST 2014 */ private Integer id; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_sshjkz.LQID * * @ibatorgenerated Sun Jun 29 20:51:17 CST 2014 */ private Integer lqid; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_sshjkz.DQWD * * @ibatorgenerated Sun Jun 29 20:51:17 CST 2014 */ private BigDecimal dqwd; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_sshjkz.DQSD * * @ibatorgenerated Sun Jun 29 20:51:17 CST 2014 */ private BigDecimal dqsd; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_sshjkz.CJSJ * * @ibatorgenerated Sun Jun 29 20:51:17 CST 2014 */ private Date cjsj; private String zsid; private String zsmc; private String mcmc; private String mcid; /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_sshjkz.ID * * @return the value of sj_sshjkz.ID * * @ibatorgenerated Sun Jun 29 20:51:17 CST 2014 */ public Integer getId() { return id; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_sshjkz.ID * * @param id the value for sj_sshjkz.ID * * @ibatorgenerated Sun Jun 29 20:51:17 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 sj_sshjkz.LQID * * @return the value of sj_sshjkz.LQID * * @ibatorgenerated Sun Jun 29 20:51:17 CST 2014 */ public Integer getLqid() { return lqid; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_sshjkz.LQID * * @param lqid the value for sj_sshjkz.LQID * * @ibatorgenerated Sun Jun 29 20:51:17 CST 2014 */ public void setLqid(Integer lqid) { this.lqid = lqid; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_sshjkz.DQWD * * @return the value of sj_sshjkz.DQWD * * @ibatorgenerated Sun Jun 29 20:51:17 CST 2014 */ public BigDecimal getDqwd() { return dqwd; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_sshjkz.DQWD * * @param dqwd the value for sj_sshjkz.DQWD * * @ibatorgenerated Sun Jun 29 20:51:17 CST 2014 */ public void setDqwd(BigDecimal dqwd) { this.dqwd = dqwd; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_sshjkz.DQSD * * @return the value of sj_sshjkz.DQSD * * @ibatorgenerated Sun Jun 29 20:51:17 CST 2014 */ public BigDecimal getDqsd() { return dqsd; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_sshjkz.DQSD * * @param dqsd the value for sj_sshjkz.DQSD * * @ibatorgenerated Sun Jun 29 20:51:17 CST 2014 */ public void setDqsd(BigDecimal dqsd) { this.dqsd = dqsd; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_sshjkz.CJSJ * * @return the value of sj_sshjkz.CJSJ * * @ibatorgenerated Sun Jun 29 20:51:17 CST 2014 */ public Date getCjsj() { return cjsj; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_sshjkz.CJSJ * * @param cjsj the value for sj_sshjkz.CJSJ * * @ibatorgenerated Sun Jun 29 20:51:17 CST 2014 */ public void setCjsj(Date cjsj) { this.cjsj = cjsj; } 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; } public String getMcmc() { return mcmc; } public void setMcmc(String mcmc) { this.mcmc = mcmc; } public String getMcid() { return mcid; } public void setMcid(String mcid) { this.mcid = mcid; } }