package com.huimv.sj.dataobject; import com.huimv.xt.dataobject.BaseDO; import java.math.BigDecimal; import java.util.Date; public class SjLrb extends BaseDO { /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_lrb.ID * * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014 */ private Integer id; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_lrb.LQID * * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014 */ private Integer lqid; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_lrb.JSMS * * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014 */ private String jsms; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_lrb.ZTLRB * * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014 */ private BigDecimal ztlrb; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_lrb.CSQ1LRB * * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014 */ private BigDecimal csq1lrb; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_lrb.CSQ2LRB * * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014 */ private BigDecimal csq2lrb; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_lrb.GLQLRB * * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014 */ private BigDecimal glqlrb; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_lrb.TJSJ * * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014 */ private Date tjsj; private Integer yweb; /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_lrb.yweb * * @return the value of sj_lrb.yweb * * @ibatorgenerated Mon Aug 31 13:24:02 CST 2015 */ public Integer getYweb() { return yweb; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_lrb.yweb * * @param yweb the value for sj_lrb.yweb * * @ibatorgenerated Mon Aug 31 13:24:02 CST 2015 */ public void setYweb(Integer yweb) { this.yweb = yweb; } private String dqtz; private Double tjtmaxlrb; private Double tjtminlrb; public Double getTjtmaxlrb() { return tjtmaxlrb; } public void setTjtmaxlrb(Double tjtmaxlrb) { this.tjtmaxlrb = tjtmaxlrb; } public Double getTjtminlrb() { return tjtminlrb; } public void setTjtminlrb(Double tjtminlrb) { this.tjtminlrb = tjtminlrb; } public String getDqtz() { return dqtz; } public void setDqtz(String dqtz) { this.dqtz = dqtz; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_lrb.ID * * @return the value of sj_lrb.ID * * @ibatorgenerated Mon Jun 30 15:15:59 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_lrb.ID * * @param id the value for sj_lrb.ID * * @ibatorgenerated Mon Jun 30 15:15:59 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_lrb.LQID * * @return the value of sj_lrb.LQID * * @ibatorgenerated Mon Jun 30 15:15:59 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_lrb.LQID * * @param lqid the value for sj_lrb.LQID * * @ibatorgenerated Mon Jun 30 15:15:59 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_lrb.JSMS * * @return the value of sj_lrb.JSMS * * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014 */ public String getJsms() { return jsms; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_lrb.JSMS * * @param jsms the value for sj_lrb.JSMS * * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014 */ public void setJsms(String jsms) { this.jsms = jsms == null ? null : jsms.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_lrb.ZTLRB * * @return the value of sj_lrb.ZTLRB * * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014 */ public BigDecimal getZtlrb() { return ztlrb; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_lrb.ZTLRB * * @param ztlrb the value for sj_lrb.ZTLRB * * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014 */ public void setZtlrb(BigDecimal ztlrb) { this.ztlrb = ztlrb; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_lrb.CSQ1LRB * * @return the value of sj_lrb.CSQ1LRB * * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014 */ public BigDecimal getCsq1lrb() { return csq1lrb; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_lrb.CSQ1LRB * * @param csq1lrb the value for sj_lrb.CSQ1LRB * * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014 */ public void setCsq1lrb(BigDecimal csq1lrb) { this.csq1lrb = csq1lrb; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_lrb.CSQ2LRB * * @return the value of sj_lrb.CSQ2LRB * * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014 */ public BigDecimal getCsq2lrb() { return csq2lrb; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_lrb.CSQ2LRB * * @param csq2lrb the value for sj_lrb.CSQ2LRB * * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014 */ public void setCsq2lrb(BigDecimal csq2lrb) { this.csq2lrb = csq2lrb; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_lrb.GLQLRB * * @return the value of sj_lrb.GLQLRB * * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014 */ public BigDecimal getGlqlrb() { return glqlrb; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_lrb.GLQLRB * * @param glqlrb the value for sj_lrb.GLQLRB * * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014 */ public void setGlqlrb(BigDecimal glqlrb) { this.glqlrb = glqlrb; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_lrb.TJSJ * * @return the value of sj_lrb.TJSJ * * @ibatorgenerated Mon Jun 30 15:15:59 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_lrb.TJSJ * * @param tjsj the value for sj_lrb.TJSJ * * @ibatorgenerated Mon Jun 30 15:15:59 CST 2014 */ public void setTjsj(Date tjsj) { this.tjsj = tjsj; } private String tjsjString; public String getTjsjString() { return tjsjString; } public void setTjsjString(String tjsjString) { this.tjsjString = tjsjString; } }