package com.huimv.sj.dataobject; import com.huimv.xt.dataobject.BaseDO; import java.math.BigDecimal; import java.util.Date; @SuppressWarnings("serial") public class SjSscssj extends BaseDO { /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_sscssj.ID * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ private Integer id; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_sscssj.LQID * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ private Integer lqid; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_sscssj.CSL * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ private BigDecimal csl; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_sscssj.CSQ * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ private String csq; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_sscssj.CSSJ * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ private Date cssj; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_sscssj.SLBZ * * @ibatorgenerated Sat Aug 09 13:37:36 CST 2014 */ private String slbz; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_sscssj.XGR * * @ibatorgenerated Sat Aug 09 13:37:36 CST 2014 */ private String xgr; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_sscssj.XGSJ * * @ibatorgenerated Sat Aug 09 13:37:36 CST 2014 */ private Date xgsj; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_sscssj.ZFBZ * * @ibatorgenerated Sat Aug 09 13:37:36 CST 2014 */ private Integer zfbz; /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_sscssj.ID * * @return the value of sj_sscssj.ID * * @ibatorgenerated Thu Jun 19 15:59:45 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_sscssj.ID * * @param id the value for sj_sscssj.ID * * @ibatorgenerated Thu Jun 19 15:59:45 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_sscssj.LQID * * @return the value of sj_sscssj.LQID * * @ibatorgenerated Thu Jun 19 15:59:45 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_sscssj.LQID * * @param lqid the value for sj_sscssj.LQID * * @ibatorgenerated Thu Jun 19 15:59:45 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_sscssj.CSL * * @return the value of sj_sscssj.CSL * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ public BigDecimal getCsl() { return csl; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_sscssj.CSL * * @param csl the value for sj_sscssj.CSL * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ public void setCsl(BigDecimal csl) { this.csl = csl; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_sscssj.CSQ * * @return the value of sj_sscssj.CSQ * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ public String getCsq() { return csq; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_sscssj.CSQ * * @param csq the value for sj_sscssj.CSQ * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ public void setCsq(String csq) { this.csq = csq == null ? null : csq.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_sscssj.CSSJ * * @return the value of sj_sscssj.CSSJ * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ public Date getCssj() { return cssj; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_sscssj.CSSJ * * @param cssj the value for sj_sscssj.CSSJ * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ public void setCssj(Date cssj) { this.cssj = cssj; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_sscssj.SLBZ * * @return the value of sj_sscssj.SLBZ * * @ibatorgenerated Sat Aug 09 13:37:36 CST 2014 */ public String getSlbz() { return slbz; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_sscssj.SLBZ * * @param slbz the value for sj_sscssj.SLBZ * * @ibatorgenerated Sat Aug 09 13:37:36 CST 2014 */ public void setSlbz(String slbz) { this.slbz = slbz == null ? null : slbz.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_sscssj.XGR * * @return the value of sj_sscssj.XGR * * @ibatorgenerated Sat Aug 09 13:37:36 CST 2014 */ public String getXgr() { return xgr; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_sscssj.XGR * * @param xgr the value for sj_sscssj.XGR * * @ibatorgenerated Sat Aug 09 13:37:36 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 sj_sscssj.XGSJ * * @return the value of sj_sscssj.XGSJ * * @ibatorgenerated Sat Aug 09 13:37:36 CST 2014 */ public Date getXgsj() { return xgsj; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_sscssj.XGSJ * * @param xgsj the value for sj_sscssj.XGSJ * * @ibatorgenerated Sat Aug 09 13:37:36 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 sj_sscssj.ZFBZ * * @return the value of sj_sscssj.ZFBZ * * @ibatorgenerated Sat Aug 09 13:37:36 CST 2014 */ public Integer getZfbz() { return zfbz; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_sscssj.ZFBZ * * @param zfbz the value for sj_sscssj.ZFBZ * * @ibatorgenerated Sat Aug 09 13:37:36 CST 2014 */ public void setZfbz(Integer zfbz) { this.zfbz = zfbz; } private Date tjsjstart; private Date tjsjend; private String cscs; private String sjqj; private String mcmc; private String zsmc; private String lqmc; private BigDecimal maxcsl; private BigDecimal mincsl; private BigDecimal avgcsl; public String getLqmc() { return lqmc; } public void setLqmc(String lqmc) { this.lqmc = lqmc; } 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; } public String getSjqj() { return sjqj; } public void setSjqj(String sjqj) { this.sjqj = sjqj; } public String getCscs() { return cscs; } public void setCscs(String cscs) { this.cscs = cscs; } public Date getTjsjstart() { return tjsjstart; } public void setTjsjstart(Date tjsjstart) { this.tjsjstart = tjsjstart; } public Date getTjsjend() { return tjsjend; } public void setTjsjend(Date tjsjend) { this.tjsjend = tjsjend; } public void setMaxcsl(BigDecimal maxcsl) { this.maxcsl = maxcsl; } public void setMincsl(BigDecimal mincsl) { this.mincsl = mincsl; } public void setAvgcsl(BigDecimal avgcsl) { this.avgcsl = avgcsl; } public BigDecimal getMaxcsl() { return maxcsl; } public BigDecimal getMincsl() { return mincsl; } public BigDecimal getAvgcsl() { return avgcsl; } }