package com.huimv.xx.dataobject; import com.huimv.xt.dataobject.BaseDO; public class XxTjfx extends BaseDO { /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xx_tjfx.id * * @ibatorgenerated Fri Nov 13 19:51:54 CST 2015 */ private Integer id; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xx_tjfx.timestamp * * @ibatorgenerated Fri Nov 13 19:51:54 CST 2015 */ private String timestamp; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xx_tjfx.bt * * @ibatorgenerated Fri Nov 13 19:51:54 CST 2015 */ private String bt; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xx_tjfx.zy * * @ibatorgenerated Fri Nov 13 19:51:54 CST 2015 */ private String zy; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xx_tjfx.zw * * @ibatorgenerated Fri Nov 13 19:51:54 CST 2015 */ private String zw; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xx_tjfx.fm * * @ibatorgenerated Fri Nov 13 19:51:54 CST 2015 */ private String fm; /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xx_tjfx.id * * @return the value of xx_tjfx.id * * @ibatorgenerated Fri Nov 13 19:51:54 CST 2015 */ public Integer getId() { return id; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xx_tjfx.id * * @param id the value for xx_tjfx.id * * @ibatorgenerated Fri Nov 13 19:51:54 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 xx_tjfx.timestamp * * @return the value of xx_tjfx.timestamp * * @ibatorgenerated Fri Nov 13 19:51:54 CST 2015 */ public String getTimestamp() { return timestamp; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xx_tjfx.timestamp * * @param timestamp the value for xx_tjfx.timestamp * * @ibatorgenerated Fri Nov 13 19:51:54 CST 2015 */ public void setTimestamp(String timestamp) { this.timestamp = timestamp == null ? null : timestamp.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xx_tjfx.bt * * @return the value of xx_tjfx.bt * * @ibatorgenerated Fri Nov 13 19:51:54 CST 2015 */ public String getBt() { return bt; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xx_tjfx.bt * * @param bt the value for xx_tjfx.bt * * @ibatorgenerated Fri Nov 13 19:51:54 CST 2015 */ public void setBt(String bt) { this.bt = bt == null ? null : bt.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xx_tjfx.zy * * @return the value of xx_tjfx.zy * * @ibatorgenerated Fri Nov 13 19:51:54 CST 2015 */ public String getZy() { return zy; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xx_tjfx.zy * * @param zy the value for xx_tjfx.zy * * @ibatorgenerated Fri Nov 13 19:51:54 CST 2015 */ public void setZy(String zy) { this.zy = zy == null ? null : zy.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xx_tjfx.zw * * @return the value of xx_tjfx.zw * * @ibatorgenerated Fri Nov 13 19:51:54 CST 2015 */ public String getZw() { return zw; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xx_tjfx.zw * * @param zw the value for xx_tjfx.zw * * @ibatorgenerated Fri Nov 13 19:51:54 CST 2015 */ public void setZw(String zw) { this.zw = zw == null ? null : zw.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xx_tjfx.fm * * @return the value of xx_tjfx.fm * * @ibatorgenerated Fri Nov 13 19:51:54 CST 2015 */ public String getFm() { return fm; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xx_tjfx.fm * * @param fm the value for xx_tjfx.fm * * @ibatorgenerated Fri Nov 13 19:51:54 CST 2015 */ public void setFm(String fm) { this.fm = fm == null ? null : fm.trim(); } }