package com.huimv.sj.dataobject; import com.huimv.xt.dataobject.BaseDO; import java.math.BigDecimal; import java.util.Date; public class SjPjtz extends BaseDO { /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_pjtz.ID * * @ibatorgenerated Mon Feb 02 10:40:47 CST 2015 */ private Integer id; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_pjtz.LQID * * @ibatorgenerated Mon Feb 02 10:40:47 CST 2015 */ private Integer lqid; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_pjtz.PJTZ * * @ibatorgenerated Mon Feb 02 10:40:47 CST 2015 */ private BigDecimal pjtz; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_pjtz.CSQ1PJTZ * * @ibatorgenerated Mon Feb 02 10:40:47 CST 2015 */ private BigDecimal csq1pjtz; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_pjtz.CSQ2PJTZ * * @ibatorgenerated Mon Feb 02 10:40:47 CST 2015 */ private BigDecimal csq2pjtz; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_pjtz.GLQPJTZ * * @ibatorgenerated Mon Feb 02 10:40:47 CST 2015 */ private BigDecimal glqpjtz; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_pjtz.TJSJ * * @ibatorgenerated Mon Feb 02 10:40:47 CST 2015 */ private Date tjsj; private int yweb; public void setYweb(int yweb) { this.yweb = yweb; } /** private Integer yweb; * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_pjtz.ID * * @return the value of sj_pjtz.ID * * @ibatorgenerated Mon Feb 02 10:40:47 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_pjtz.ID * * @param id the value for sj_pjtz.ID * * @ibatorgenerated Mon Feb 02 10:40:47 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_pjtz.LQID * * @return the value of sj_pjtz.LQID * * @ibatorgenerated Mon Feb 02 10:40:47 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_pjtz.LQID * * @param lqid the value for sj_pjtz.LQID * * @ibatorgenerated Mon Feb 02 10:40:47 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_pjtz.PJTZ * * @return the value of sj_pjtz.PJTZ * * @ibatorgenerated Mon Feb 02 10:40:47 CST 2015 */ public BigDecimal getPjtz() { return pjtz; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_pjtz.PJTZ * * @param pjtz the value for sj_pjtz.PJTZ * * @ibatorgenerated Mon Feb 02 10:40:47 CST 2015 */ public void setPjtz(BigDecimal pjtz) { this.pjtz = pjtz; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_pjtz.CSQ1PJTZ * * @return the value of sj_pjtz.CSQ1PJTZ * * @ibatorgenerated Mon Feb 02 10:40:47 CST 2015 */ public BigDecimal getCsq1pjtz() { return csq1pjtz; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_pjtz.CSQ1PJTZ * * @param csq1pjtz the value for sj_pjtz.CSQ1PJTZ * * @ibatorgenerated Mon Feb 02 10:40:47 CST 2015 */ public void setCsq1pjtz(BigDecimal csq1pjtz) { this.csq1pjtz = csq1pjtz; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_pjtz.CSQ2PJTZ * * @return the value of sj_pjtz.CSQ2PJTZ * * @ibatorgenerated Mon Feb 02 10:40:47 CST 2015 */ public BigDecimal getCsq2pjtz() { return csq2pjtz; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_pjtz.CSQ2PJTZ * * @param csq2pjtz the value for sj_pjtz.CSQ2PJTZ * * @ibatorgenerated Mon Feb 02 10:40:47 CST 2015 */ public void setCsq2pjtz(BigDecimal csq2pjtz) { this.csq2pjtz = csq2pjtz; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_pjtz.GLQPJTZ * * @return the value of sj_pjtz.GLQPJTZ * * @ibatorgenerated Mon Feb 02 10:40:47 CST 2015 */ public BigDecimal getGlqpjtz() { return glqpjtz; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_pjtz.GLQPJTZ * * @param glqpjtz the value for sj_pjtz.GLQPJTZ * * @ibatorgenerated Mon Feb 02 10:40:47 CST 2015 */ public void setGlqpjtz(BigDecimal glqpjtz) { this.glqpjtz = glqpjtz; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_pjtz.TJSJ * * @return the value of sj_pjtz.TJSJ * * @ibatorgenerated Mon Feb 02 10:40:47 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_pjtz.TJSJ * * @param tjsj the value for sj_pjtz.TJSJ * * @ibatorgenerated Mon Feb 02 10:40:47 CST 2015 */ public void setTjsj(Date tjsj) { this.tjsj = tjsj; } private String tjsjString; public int getYweb() { return yweb; } private int sfzf; private BigDecimal tjtMinPjtz; public String getTjsjString() { return tjsjString; } public void setTjsjString(String tjsjString) { this.tjsjString = tjsjString; } public int getSfzf() { return sfzf; } public void setSfzf(int sfzf) { this.sfzf = sfzf; } public BigDecimal getTjtMinPjtz() { return tjtMinPjtz; } public void setTjtMinPjtz(BigDecimal tjtMinPjtz) { this.tjtMinPjtz = tjtMinPjtz; } }