package com.huimv.sj.dataobject; import com.huimv.xt.dataobject.BaseDO; import java.math.BigDecimal; import java.util.Date; @SuppressWarnings("serial") public class SjFwjl extends BaseDO { /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_fwjl.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_fwjl.LQID * * @ibatorgenerated Wed Jun 25 11:35:01 CST 2014 */ private Integer lqid; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_fwjl.DWEB * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ private String dweb; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_fwjl.DWID * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ private Integer dwid; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_fwjl.FWSJ * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ private Date fwsj; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_fwjl.FWCK * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ private String fwck; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_fwjl.DQTZ * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ private BigDecimal dqtz; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_fwjl.DQWD * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ private BigDecimal dqwd; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_fwjl.TJSJ * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ private String strTjsj; BigDecimal avgwd; BigDecimal minwd; BigDecimal maxwd; 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_fwjl.ID * * @return the value of sj_fwjl.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_fwjl.ID * * @param id the value for sj_fwjl.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_fwjl.LQID * * @return the value of sj_fwjl.LQID * * @ibatorgenerated Wed Jun 25 11:35:01 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_fwjl.LQID * * @param lqid the value for sj_fwjl.LQID * * @ibatorgenerated Wed Jun 25 11:35:01 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_fwjl.DWEB * * @return the value of sj_fwjl.DWEB * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ public String getDweb() { return dweb; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_fwjl.DWEB * * @param dweb the value for sj_fwjl.DWEB * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ public void setDweb(String dweb) { this.dweb = dweb == null ? null : dweb.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_fwjl.DWID * * @return the value of sj_fwjl.DWID * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ public Integer getDwid() { return dwid; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_fwjl.DWID * * @param dwid the value for sj_fwjl.DWID * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ public void setDwid(Integer dwid) { this.dwid = dwid; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_fwjl.FWSJ * * @return the value of sj_fwjl.FWSJ * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ public Date getFwsj() { return fwsj; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_fwjl.FWSJ * * @param fwsj the value for sj_fwjl.FWSJ * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ public void setFwsj(Date fwsj) { this.fwsj = fwsj; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_fwjl.FWCK * * @return the value of sj_fwjl.FWCK * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ public String getFwck() { return fwck; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_fwjl.FWCK * * @param fwck the value for sj_fwjl.FWCK * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ public void setFwck(String fwck) { this.fwck = fwck == null ? null : fwck.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_fwjl.DQTZ * * @return the value of sj_fwjl.DQTZ * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ public BigDecimal getDqtz() { return dqtz; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_fwjl.DQTZ * * @param dqtz the value for sj_fwjl.DQTZ * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ public void setDqtz(BigDecimal dqtz) { this.dqtz = dqtz; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_fwjl.DQWD * * @return the value of sj_fwjl.DQWD * * @ibatorgenerated Thu Jun 19 15:59:45 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_fwjl.DQWD * * @param dqwd the value for sj_fwjl.DQWD * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ public void setDqwd(BigDecimal dqwd) { this.dqwd = dqwd; } public String getStrTjsj() { return strTjsj; } public void setStrTjsj(String strTjsj) { this.strTjsj = strTjsj; } public BigDecimal getAvgwd() { return avgwd; } public void setAvgwd(BigDecimal avgwd) { this.avgwd = avgwd; } public BigDecimal getMinwd() { return minwd; } public void setMinwd(BigDecimal minwd) { this.minwd = minwd; } public BigDecimal getMaxwd() { return maxwd; } public void setMaxwd(BigDecimal maxwd) { this.maxwd = maxwd; } 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; } }