package com.huimv.sj.dataobject; import java.math.BigDecimal; import java.util.Date; import com.huimv.busi.da.dto.DaLqdaDTO; import com.huimv.xt.dataobject.BaseDO; @SuppressWarnings("serial") public class SjRcssj extends BaseDO { /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_rcssj.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_rcssj.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_rcssj.RZCSL * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ private BigDecimal rzcsl; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_rcssj.CSQ1CSL * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ private BigDecimal csq1csl; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_rcssj.CSQ2CSL * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ private BigDecimal csq2csl; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_rcssj.GLQCSL * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ private BigDecimal glqcsl; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_rcssj.TJSJ * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ private Date tjsj; /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_rcssj.ID * * @return the value of sj_rcssj.ID * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ private String lqmc; private String zsmc; private Integer zsid; private Integer mcid; private String rlts; private BigDecimal tsum; private String y2rzcsl; private String y1rzcsl; private BigDecimal yrzcsl; public BigDecimal getYrzcsl() { return yrzcsl; } public void setYrzcsl(BigDecimal yrzcsl) { this.yrzcsl = yrzcsl; } public String getY1rzcsl() { return y1rzcsl; } public void setY1rzcsl(String y1rzcsl) { this.y1rzcsl = y1rzcsl; } public BigDecimal getTsum() { return tsum; } public void setTsum(BigDecimal tsum) { this.tsum = tsum; } public String getRlts() { return rlts; } public void setRlts(String rlts) { this.rlts = rlts; } public Integer getMcid() { return mcid; } public void setMcid(Integer mcid) { this.mcid = mcid; } public Integer getZsid() { return zsid; } public void setZsid(Integer zsid) { this.zsid = zsid; } public String getY2rzcsl() { return y2rzcsl; } public void setY2rzcsl(String y2rzcsl) { this.y2rzcsl = y2rzcsl; } public BigDecimal getYcsq2csl() { return ycsq2csl; } public void setYcsq2csl(BigDecimal ycsq2csl) { this.ycsq2csl = ycsq2csl; } private BigDecimal ycsq2csl; public String getLqmc() { return lqmc; } public void setLqmc(String lqmc) { this.lqmc = lqmc; } public String getZsmc() { return zsmc; } public void setZsmc(String zsmc) { this.zsmc = zsmc; } public Integer getId() { return id; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_rcssj.ID * * @param id the value for sj_rcssj.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_rcssj.LQID * * @return the value of sj_rcssj.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_rcssj.LQID * * @param lqid the value for sj_rcssj.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_rcssj.RZCSL * * @return the value of sj_rcssj.RZCSL * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ public BigDecimal getRzcsl() { return rzcsl; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_rcssj.RZCSL * * @param rzcsl the value for sj_rcssj.RZCSL * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ public void setRzcsl(BigDecimal rzcsl) { this.rzcsl = rzcsl; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_rcssj.CSQ1CSL * * @return the value of sj_rcssj.CSQ1CSL * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ public BigDecimal getCsq1csl() { return csq1csl; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_rcssj.CSQ1CSL * * @param csq1csl the value for sj_rcssj.CSQ1CSL * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ public void setCsq1csl(BigDecimal csq1csl) { this.csq1csl = csq1csl; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_rcssj.CSQ2CSL * * @return the value of sj_rcssj.CSQ2CSL * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ public BigDecimal getCsq2csl() { return csq2csl; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_rcssj.CSQ2CSL * * @param csq2csl the value for sj_rcssj.CSQ2CSL * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ public void setCsq2csl(BigDecimal csq2csl) { this.csq2csl = csq2csl; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_rcssj.GLQCSL * * @return the value of sj_rcssj.GLQCSL * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ public BigDecimal getGlqcsl() { return glqcsl; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_rcssj.GLQCSL * * @param glqcsl the value for sj_rcssj.GLQCSL * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ public void setGlqcsl(BigDecimal glqcsl) { this.glqcsl = glqcsl; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_rcssj.TJSJ * * @return the value of sj_rcssj.TJSJ * * @ibatorgenerated Thu Jun 19 15:59:45 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_rcssj.TJSJ * * @param tjsj the value for sj_rcssj.TJSJ * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ public void setTjsj(Date tjsj) { this.tjsj = tjsj; } private String tjsjString; private DaLqdaDTO daLqdaDTO; public DaLqdaDTO getDaLqdaDTO() { return daLqdaDTO; } public void setDaLqdaDTO(DaLqdaDTO daLqdaDTO) { this.daLqdaDTO = daLqdaDTO; } public String getTjsjString() { return tjsjString; } public void setTjsjString(String tjsjString) { this.tjsjString = tjsjString; } }