package com.huimv.sj.dataobject; import com.huimv.xt.dataobject.BaseDO; import java.math.BigDecimal; import java.util.Date; public class SjQtzb extends BaseDO { /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_qtzb.ID * * @ibatorgenerated Fri Aug 08 21:24:32 CST 2014 */ private Integer id; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_qtzb.LQID * * @ibatorgenerated Fri Aug 08 21:24:32 CST 2014 */ private String lqid; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_qtzb.AQND * * @ibatorgenerated Fri Aug 08 21:24:32 CST 2014 */ private BigDecimal aqnd; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_qtzb.LHQND * * @ibatorgenerated Fri Aug 08 21:24:32 CST 2014 */ private BigDecimal lhqnd; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_qtzb.JWND * * @ibatorgenerated Fri Aug 08 21:24:32 CST 2014 */ private BigDecimal jwnd; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_qtzb.YQND * * @ibatorgenerated Fri Aug 08 21:24:32 CST 2014 */ private BigDecimal yqnd; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_qtzb.TJSJ * * @ibatorgenerated Fri Aug 08 21:24:32 CST 2014 */ private Date tjsj; private String tjsjString; public String getTjsjString() { return tjsjString; } public void setTjsjString(String tjsjString) { this.tjsjString = tjsjString; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_qtzb.ID * * @return the value of sj_qtzb.ID * * @ibatorgenerated Fri Aug 08 21:24:32 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_qtzb.ID * * @param id the value for sj_qtzb.ID * * @ibatorgenerated Fri Aug 08 21:24:32 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_qtzb.LQID * * @return the value of sj_qtzb.LQID * * @ibatorgenerated Fri Aug 08 21:24:32 CST 2014 */ public String getLqid() { return lqid; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_qtzb.LQID * * @param lqid the value for sj_qtzb.LQID * * @ibatorgenerated Fri Aug 08 21:24:32 CST 2014 */ public void setLqid(String lqid) { this.lqid = lqid == null ? null : lqid.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_qtzb.AQND * * @return the value of sj_qtzb.AQND * * @ibatorgenerated Fri Aug 08 21:24:32 CST 2014 */ public BigDecimal getAqnd() { return aqnd; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_qtzb.AQND * * @param aqnd the value for sj_qtzb.AQND * * @ibatorgenerated Fri Aug 08 21:24:32 CST 2014 */ public void setAqnd(BigDecimal aqnd) { this.aqnd = aqnd; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_qtzb.LHQND * * @return the value of sj_qtzb.LHQND * * @ibatorgenerated Fri Aug 08 21:24:32 CST 2014 */ public BigDecimal getLhqnd() { return lhqnd; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_qtzb.LHQND * * @param lhqnd the value for sj_qtzb.LHQND * * @ibatorgenerated Fri Aug 08 21:24:32 CST 2014 */ public void setLhqnd(BigDecimal lhqnd) { this.lhqnd = lhqnd; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_qtzb.JWND * * @return the value of sj_qtzb.JWND * * @ibatorgenerated Fri Aug 08 21:24:32 CST 2014 */ public BigDecimal getJwnd() { return jwnd; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_qtzb.JWND * * @param jwnd the value for sj_qtzb.JWND * * @ibatorgenerated Fri Aug 08 21:24:32 CST 2014 */ public void setJwnd(BigDecimal jwnd) { this.jwnd = jwnd; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_qtzb.YQND * * @return the value of sj_qtzb.YQND * * @ibatorgenerated Fri Aug 08 21:24:32 CST 2014 */ public BigDecimal getYqnd() { return yqnd; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_qtzb.YQND * * @param yqnd the value for sj_qtzb.YQND * * @ibatorgenerated Fri Aug 08 21:24:32 CST 2014 */ public void setYqnd(BigDecimal yqnd) { this.yqnd = yqnd; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_qtzb.TJSJ * * @return the value of sj_qtzb.TJSJ * * @ibatorgenerated Fri Aug 08 21:24:32 CST 2014 */ public Date getTjsj() { return tjsj; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_qtzb.TJSJ * * @param tjsj the value for sj_qtzb.TJSJ * * @ibatorgenerated Fri Aug 08 21:24:32 CST 2014 */ public void setTjsj(Date tjsj) { this.tjsj = tjsj; } private BigDecimal avgaqnd; private BigDecimal avglhqnd; private BigDecimal avgjwnd; private BigDecimal avgyqnd; public BigDecimal getAvgaqnd() { return avgaqnd; } public void setAvgaqnd(BigDecimal avgaqnd) { this.avgaqnd = avgaqnd; } public BigDecimal getAvglhqnd() { return avglhqnd; } public void setAvglhqnd(BigDecimal avglhqnd) { this.avglhqnd = avglhqnd; } public BigDecimal getAvgjwnd() { return avgjwnd; } public void setAvgjwnd(BigDecimal avgjwnd) { this.avgjwnd = avgjwnd; } public BigDecimal getAvgyqnd() { return avgyqnd; } public void setAvgyqnd(BigDecimal avgyqnd) { this.avgyqnd = avgyqnd; } }