package com.huimv.xx.dataobject; import com.huimv.xt.dataobject.BaseDO; import java.util.Date; @SuppressWarnings("serial") public class XxTsxxjl extends BaseDO { /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xx_tsxxjl.ID * * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014 */ private Integer id; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xx_tsxxjl.XXID * * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014 */ private String xxid; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xx_tsxxjl.TSSJ * * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014 */ private Date tssj; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xx_tsxxjl.NR * * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014 */ private String nr; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xx_tsxxjl.JHTS * * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014 */ private String jhts; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xx_tsxxjl.SD * * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014 */ private String sd; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xx_tsxxjl.SDL * * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014 */ private String sdl; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xx_tsxxjl.DJ * * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014 */ private String dj; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xx_tsxxjl.DJL * * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014 */ private String djl; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xx_tsxxjl.GXSJ * * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014 */ private Date gxsj; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xx_tsxxjl.GXZT * * @ibatorgenerated Mon Dec 22 16:03:07 CST 2014 */ private Integer gxzt; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xx_tsxxjl.TSLX * * @ibatorgenerated Tue Dec 23 15:02:16 CST 2014 */ private Integer tslx; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xx_tsxxjl.ZFBZ * * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014 */ private Integer zfbz; /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xx_tsxxjl.ID * * @return the value of xx_tsxxjl.ID * * @ibatorgenerated Fri Dec 19 18:29:07 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_tsxxjl.ID * * @param id the value for xx_tsxxjl.ID * * @ibatorgenerated Fri Dec 19 18:29:07 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_tsxxjl.XXID * * @return the value of xx_tsxxjl.XXID * * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014 */ public String getXxid() { return xxid; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xx_tsxxjl.XXID * * @param xxid the value for xx_tsxxjl.XXID * * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014 */ public void setXxid(String xxid) { this.xxid = xxid == null ? null : xxid.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xx_tsxxjl.TSSJ * * @return the value of xx_tsxxjl.TSSJ * * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014 */ public Date getTssj() { return tssj; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xx_tsxxjl.TSSJ * * @param tssj the value for xx_tsxxjl.TSSJ * * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014 */ public void setTssj(Date tssj) { this.tssj = tssj; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xx_tsxxjl.NR * * @return the value of xx_tsxxjl.NR * * @ibatorgenerated Fri Dec 19 18:29:07 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_tsxxjl.NR * * @param nr the value for xx_tsxxjl.NR * * @ibatorgenerated Fri Dec 19 18:29:07 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_tsxxjl.JHTS * * @return the value of xx_tsxxjl.JHTS * * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014 */ public String getJhts() { return jhts; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xx_tsxxjl.JHTS * * @param jhts the value for xx_tsxxjl.JHTS * * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014 */ public void setJhts(String jhts) { this.jhts = jhts == null ? null : jhts.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xx_tsxxjl.SD * * @return the value of xx_tsxxjl.SD * * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014 */ public String getSd() { return sd; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xx_tsxxjl.SD * * @param sd the value for xx_tsxxjl.SD * * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014 */ public void setSd(String sd) { this.sd = sd == null ? null : sd.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xx_tsxxjl.SDL * * @return the value of xx_tsxxjl.SDL * * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014 */ public String getSdl() { return sdl; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xx_tsxxjl.SDL * * @param sdl the value for xx_tsxxjl.SDL * * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014 */ public void setSdl(String sdl) { this.sdl = sdl == null ? null : sdl.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xx_tsxxjl.DJ * * @return the value of xx_tsxxjl.DJ * * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014 */ public String getDj() { return dj; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xx_tsxxjl.DJ * * @param dj the value for xx_tsxxjl.DJ * * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014 */ public void setDj(String dj) { this.dj = dj == null ? null : dj.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xx_tsxxjl.DJL * * @return the value of xx_tsxxjl.DJL * * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014 */ public String getDjl() { return djl; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xx_tsxxjl.DJL * * @param djl the value for xx_tsxxjl.DJL * * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014 */ public void setDjl(String djl) { this.djl = djl == null ? null : djl.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xx_tsxxjl.GXSJ * * @return the value of xx_tsxxjl.GXSJ * * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014 */ public Date getGxsj() { return gxsj; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xx_tsxxjl.GXSJ * * @param gxsj the value for xx_tsxxjl.GXSJ * * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014 */ public void setGxsj(Date gxsj) { this.gxsj = gxsj; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xx_tsxxjl.GXZT * * @return the value of xx_tsxxjl.GXZT * * @ibatorgenerated Mon Dec 22 16:03:07 CST 2014 */ public Integer getGxzt() { return gxzt; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xx_tsxxjl.GXZT * * @param gxzt the value for xx_tsxxjl.GXZT * * @ibatorgenerated Mon Dec 22 16:03:07 CST 2014 */ public void setGxzt(Integer gxzt) { this.gxzt = gxzt; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xx_tsxxjl.TSLX * * @return the value of xx_tsxxjl.TSLX * * @ibatorgenerated Tue Dec 23 15:02:16 CST 2014 */ public Integer getTslx() { return tslx; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xx_tsxxjl.TSLX * * @param tslx the value for xx_tsxxjl.TSLX * * @ibatorgenerated Tue Dec 23 15:02:16 CST 2014 */ public void setTslx(Integer tslx) { this.tslx = tslx; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xx_tsxxjl.ZFBZ * * @return the value of xx_tsxxjl.ZFBZ * * @ibatorgenerated Fri Dec 19 18:29:07 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_tsxxjl.ZFBZ * * @param zfbz the value for xx_tsxxjl.ZFBZ * * @ibatorgenerated Fri Dec 19 18:29:07 CST 2014 */ public void setZfbz(Integer zfbz) { this.zfbz = zfbz; } }