package com.huimv.sj.dataobject; import com.huimv.xt.dataobject.BaseDO; import java.math.BigDecimal; import java.util.Date; public class SjFws extends BaseDO { /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_fws.ID * * @ibatorgenerated Mon Feb 02 10:42:21 CST 2015 */ private Integer id; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_fws.LQID * * @ibatorgenerated Mon Feb 02 10:42:21 CST 2015 */ private Integer lqid; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_fws.CSQ1FWS * * @ibatorgenerated Mon Feb 02 10:42:21 CST 2015 */ private Integer csq1fws; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_fws.CSQ2FWS * * @ibatorgenerated Mon Feb 02 10:42:21 CST 2015 */ private Integer csq2fws; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_fws.GLQFWS * * @ibatorgenerated Mon Feb 02 10:42:21 CST 2015 */ private Integer glqfws; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_fws.PJFWS * * @ibatorgenerated Mon Feb 02 10:42:21 CST 2015 */ private BigDecimal pjfws; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_fws.TJSJ * * @ibatorgenerated Mon Feb 02 10:42:21 CST 2015 */ private Date tjsj; private int yweb; /** private Integer yweb; * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_fws.ID * * @return the value of sj_fws.ID * * @ibatorgenerated Mon Feb 02 10:42:21 CST 2015 */ public Integer getId() { return id; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_fws.ID * * @param id the value for sj_fws.ID * * @ibatorgenerated Mon Feb 02 10:42:21 CST 2015 */ 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_fws.LQID * * @return the value of sj_fws.LQID * * @ibatorgenerated Mon Feb 02 10:42:21 CST 2015 */ public Integer getLqid() { return lqid; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_fws.LQID * * @param lqid the value for sj_fws.LQID * * @ibatorgenerated Mon Feb 02 10:42:21 CST 2015 */ 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_fws.CSQ1FWS * * @return the value of sj_fws.CSQ1FWS * * @ibatorgenerated Mon Feb 02 10:42:21 CST 2015 */ public Integer getCsq1fws() { return csq1fws; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_fws.CSQ1FWS * * @param csq1fws the value for sj_fws.CSQ1FWS * * @ibatorgenerated Mon Feb 02 10:42:21 CST 2015 */ public void setCsq1fws(Integer csq1fws) { this.csq1fws = csq1fws; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_fws.CSQ2FWS * * @return the value of sj_fws.CSQ2FWS * * @ibatorgenerated Mon Feb 02 10:42:21 CST 2015 */ public Integer getCsq2fws() { return csq2fws; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_fws.CSQ2FWS * * @param csq2fws the value for sj_fws.CSQ2FWS * * @ibatorgenerated Mon Feb 02 10:42:21 CST 2015 */ public void setCsq2fws(Integer csq2fws) { this.csq2fws = csq2fws; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_fws.GLQFWS * * @return the value of sj_fws.GLQFWS * * @ibatorgenerated Mon Feb 02 10:42:21 CST 2015 */ public Integer getGlqfws() { return glqfws; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_fws.GLQFWS * * @param glqfws the value for sj_fws.GLQFWS * * @ibatorgenerated Mon Feb 02 10:42:21 CST 2015 */ public void setGlqfws(Integer glqfws) { this.glqfws = glqfws; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_fws.PJFWS * * @return the value of sj_fws.PJFWS * * @ibatorgenerated Mon Feb 02 10:42:21 CST 2015 */ public BigDecimal getPjfws() { return pjfws; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_fws.PJFWS * * @param pjfws the value for sj_fws.PJFWS * * @ibatorgenerated Mon Feb 02 10:42:21 CST 2015 */ public void setPjfws(BigDecimal pjfws) { this.pjfws = pjfws; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_fws.TJSJ * * @return the value of sj_fws.TJSJ * * @ibatorgenerated Mon Feb 02 10:42:21 CST 2015 */ public Date getTjsj() { return tjsj; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_fws.TJSJ * * @param tjsj the value for sj_fws.TJSJ * * @ibatorgenerated Mon Feb 02 10:42:21 CST 2015 */ public void setTjsj(Date tjsj) { this.tjsj = tjsj; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_fws.yweb * * @return the value of sj_fws.yweb * * @ibatorgenerated Tue Sep 01 11:11:03 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_fws.yweb * * @param yweb the value for sj_fws.yweb * * @ibatorgenerated Tue Sep 01 11:11:03 CST 2015 */ public void setYweb(Integer yweb) { this.yweb = yweb; } private String tjsjString; public String getTjsjString() { return tjsjString; } public void setTjsjString(String tjsjString) { this.tjsjString = tjsjString; } }