package com.huimv.sj.dataobject; import com.huimv.xt.dataobject.BaseDO; import java.util.Date; public class SjGttzzz extends BaseDO { /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_gttzzz.id * * @ibatorgenerated Fri Nov 06 15:49:27 CST 2015 */ private Integer id; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_gttzzz.lqid * * @ibatorgenerated Fri Nov 06 15:49:27 CST 2015 */ private String lqid; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_gttzzz.dweb * * @ibatorgenerated Fri Nov 06 15:49:27 CST 2015 */ private String dweb; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_gttzzz.csq * * @ibatorgenerated Fri Nov 06 15:49:27 CST 2015 */ private String csq; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_gttzzz.tzzz * * @ibatorgenerated Fri Nov 06 15:49:27 CST 2015 */ private Integer tzzz; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_gttzzz.fwcs * * @ibatorgenerated Fri Nov 06 15:49:27 CST 2015 */ private Integer fwcs; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_gttzzz.jsms * * @ibatorgenerated Fri Nov 06 15:49:27 CST 2015 */ private String jsms; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column sj_gttzzz.tjsj * * @ibatorgenerated Fri Nov 06 15:49:27 CST 2015 */ private Date tjsj; /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_gttzzz.id * * @return the value of sj_gttzzz.id * * @ibatorgenerated Fri Nov 06 15:49:27 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_gttzzz.id * * @param id the value for sj_gttzzz.id * * @ibatorgenerated Fri Nov 06 15:49:27 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_gttzzz.lqid * * @return the value of sj_gttzzz.lqid * * @ibatorgenerated Fri Nov 06 15:49:27 CST 2015 */ public String getLqid() { return lqid; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_gttzzz.lqid * * @param lqid the value for sj_gttzzz.lqid * * @ibatorgenerated Fri Nov 06 15:49:27 CST 2015 */ public void setLqid(String lqid) { this.lqid = lqid == null ? null : lqid.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_gttzzz.dweb * * @return the value of sj_gttzzz.dweb * * @ibatorgenerated Fri Nov 06 15:49:27 CST 2015 */ public String getDweb() { return dweb; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_gttzzz.dweb * * @param dweb the value for sj_gttzzz.dweb * * @ibatorgenerated Fri Nov 06 15:49:27 CST 2015 */ 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_gttzzz.csq * * @return the value of sj_gttzzz.csq * * @ibatorgenerated Fri Nov 06 15:49:27 CST 2015 */ public String getCsq() { return csq; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_gttzzz.csq * * @param csq the value for sj_gttzzz.csq * * @ibatorgenerated Fri Nov 06 15:49:27 CST 2015 */ public void setCsq(String csq) { this.csq = csq == null ? null : csq.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_gttzzz.tzzz * * @return the value of sj_gttzzz.tzzz * * @ibatorgenerated Fri Nov 06 15:49:27 CST 2015 */ public Integer getTzzz() { return tzzz; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_gttzzz.tzzz * * @param tzzz the value for sj_gttzzz.tzzz * * @ibatorgenerated Fri Nov 06 15:49:27 CST 2015 */ public void setTzzz(Integer tzzz) { this.tzzz = tzzz; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_gttzzz.fwcs * * @return the value of sj_gttzzz.fwcs * * @ibatorgenerated Fri Nov 06 15:49:27 CST 2015 */ public Integer getFwcs() { return fwcs; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_gttzzz.fwcs * * @param fwcs the value for sj_gttzzz.fwcs * * @ibatorgenerated Fri Nov 06 15:49:27 CST 2015 */ public void setFwcs(Integer fwcs) { this.fwcs = fwcs; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column sj_gttzzz.jsms * * @return the value of sj_gttzzz.jsms * * @ibatorgenerated Fri Nov 06 15:49:27 CST 2015 */ public String getJsms() { return jsms; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column sj_gttzzz.jsms * * @param jsms the value for sj_gttzzz.jsms * * @ibatorgenerated Fri Nov 06 15:49:27 CST 2015 */ 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_gttzzz.tjsj * * @return the value of sj_gttzzz.tjsj * * @ibatorgenerated Fri Nov 06 15:49:27 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_gttzzz.tjsj * * @param tjsj the value for sj_gttzzz.tjsj * * @ibatorgenerated Fri Nov 06 15:49:27 CST 2015 */ public void setTjsj(Date tjsj) { this.tjsj = tjsj; } }