package com.huimv.xx.dataobject; import java.util.Date; import com.huimv.xt.dataobject.BaseDO; @SuppressWarnings("serial") public class XxXtgg extends BaseDO { /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xx_xtgg.ID * * @ibatorgenerated Tue Jul 15 10:47:50 CST 2014 */ private Integer id; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xx_xtgg.BT * * @ibatorgenerated Tue Jul 15 10:47:50 CST 2014 */ private String bt; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xx_xtgg.MS * * @ibatorgenerated Wed Dec 24 15:41:43 CST 2014 */ private String ms; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xx_xtgg.NR * * @ibatorgenerated Tue Jul 15 10:47:50 CST 2014 */ private String nr; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xx_xtgg.FBSJ * * @ibatorgenerated Tue Jul 15 10:47:50 CST 2014 */ private Date fbsj; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xx_xtgg.JZSJ * * @ibatorgenerated Fri Dec 26 11:27:53 CST 2014 */ private Date jzsj; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xx_xtgg.FBR * * @ibatorgenerated Tue Jul 15 10:47:50 CST 2014 */ private Integer fbr; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xx_xtgg.ZFBZ * * @ibatorgenerated Tue Jul 15 10:47:50 CST 2014 */ private Integer zfbz; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xx_xtgg.FBZT * * @ibatorgenerated Tue Dec 23 14:22:01 CST 2014 */ private Integer fbzt; /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xx_xtgg.ID * * @return the value of xx_xtgg.ID * * @ibatorgenerated Tue Jul 15 10:47:50 CST 2014 */ public Integer getId() { return id; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xx_xtgg.ID * * @param id the value for xx_xtgg.ID * * @ibatorgenerated Tue Jul 15 10:47:50 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 xx_xtgg.BT * * @return the value of xx_xtgg.BT * * @ibatorgenerated Tue Jul 15 10:47:50 CST 2014 */ public String getBt() { return bt; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xx_xtgg.BT * * @param bt the value for xx_xtgg.BT * * @ibatorgenerated Tue Jul 15 10:47:50 CST 2014 */ 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_xtgg.MS * * @return the value of xx_xtgg.MS * * @ibatorgenerated Wed Dec 24 15:41:43 CST 2014 */ public String getMs() { return ms; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xx_xtgg.MS * * @param ms the value for xx_xtgg.MS * * @ibatorgenerated Wed Dec 24 15:41:43 CST 2014 */ public void setMs(String ms) { this.ms = ms == null ? null : ms.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xx_xtgg.NR * * @return the value of xx_xtgg.NR * * @ibatorgenerated Tue Jul 15 10:47:50 CST 2014 */ public String getNr() { return nr; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xx_xtgg.NR * * @param nr the value for xx_xtgg.NR * * @ibatorgenerated Tue Jul 15 10:47:50 CST 2014 */ public void setNr(String nr) { this.nr = nr == null ? null : nr.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xx_xtgg.FBSJ * * @return the value of xx_xtgg.FBSJ * * @ibatorgenerated Tue Jul 15 10:47:50 CST 2014 */ public Date getFbsj() { return fbsj; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xx_xtgg.FBSJ * * @param fbsj the value for xx_xtgg.FBSJ * * @ibatorgenerated Tue Jul 15 10:47:50 CST 2014 */ public void setFbsj(Date fbsj) { this.fbsj = fbsj; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xx_xtgg.JZSJ * * @return the value of xx_xtgg.JZSJ * * @ibatorgenerated Fri Dec 26 11:27:53 CST 2014 */ public Date getJzsj() { return jzsj; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xx_xtgg.JZSJ * * @param jzsj the value for xx_xtgg.JZSJ * * @ibatorgenerated Fri Dec 26 11:27:53 CST 2014 */ public void setJzsj(Date jzsj) { this.jzsj = jzsj; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xx_xtgg.FBR * * @return the value of xx_xtgg.FBR * * @ibatorgenerated Tue Jul 15 10:47:50 CST 2014 */ public Integer getFbr() { return fbr; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xx_xtgg.FBR * * @param fbr the value for xx_xtgg.FBR * * @ibatorgenerated Tue Jul 15 10:47:50 CST 2014 */ public void setFbr(Integer fbr) { this.fbr = fbr; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xx_xtgg.ZFBZ * * @return the value of xx_xtgg.ZFBZ * * @ibatorgenerated Tue Jul 15 10:47:50 CST 2014 */ public Integer getZfbz() { return zfbz; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xx_xtgg.ZFBZ * * @param zfbz the value for xx_xtgg.ZFBZ * * @ibatorgenerated Tue Jul 15 10:47:50 CST 2014 */ public void setZfbz(Integer zfbz) { this.zfbz = zfbz; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xx_xtgg.FBZT * * @return the value of xx_xtgg.FBZT * * @ibatorgenerated Tue Dec 23 14:22:01 CST 2014 */ public Integer getFbzt() { return fbzt; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xx_xtgg.FBZT * * @param fbzt the value for xx_xtgg.FBZT * * @ibatorgenerated Tue Dec 23 14:22:01 CST 2014 */ public void setFbzt(Integer fbzt) { this.fbzt = fbzt; } }