package com.huimv.xt.dataobject; import java.util.Date; public class XtTlgpz extends BaseDO { /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_tlg_pz.ID * * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019 */ private Integer id; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_tlg_pz.JQID * * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019 */ private String jqid; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_tlg_pz.TIME1 * * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019 */ private String time1; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_tlg_pz.TIME2 * * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019 */ private String time2; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_tlg_pz.TIME3 * * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019 */ private String time3; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_tlg_pz.TIME4 * * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019 */ private String time4; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_tlg_pz.TIME5 * * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019 */ private String time5; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_tlg_pz.LASTTIME * * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019 */ private String lasttime; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_tlg_pz.TIMEOUT * * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019 */ private String timeout; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_tlg_pz.SCSJ * * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019 */ private Date scsj; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column xt_tlg_pz.LX * * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019 */ private String lx; /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_tlg_pz.ID * * @return the value of xt_tlg_pz.ID * * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019 */ public Integer getId() { return id; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_tlg_pz.ID * * @param id the value for xt_tlg_pz.ID * * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019 */ 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 xt_tlg_pz.JQID * * @return the value of xt_tlg_pz.JQID * * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019 */ public String getJqid() { return jqid; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_tlg_pz.JQID * * @param jqid the value for xt_tlg_pz.JQID * * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019 */ public void setJqid(String jqid) { this.jqid = jqid == null ? null : jqid.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_tlg_pz.TIME1 * * @return the value of xt_tlg_pz.TIME1 * * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019 */ public String getTime1() { return time1; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_tlg_pz.TIME1 * * @param time1 the value for xt_tlg_pz.TIME1 * * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019 */ public void setTime1(String time1) { this.time1 = time1 == null ? null : time1.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_tlg_pz.TIME2 * * @return the value of xt_tlg_pz.TIME2 * * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019 */ public String getTime2() { return time2; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_tlg_pz.TIME2 * * @param time2 the value for xt_tlg_pz.TIME2 * * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019 */ public void setTime2(String time2) { this.time2 = time2 == null ? null : time2.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_tlg_pz.TIME3 * * @return the value of xt_tlg_pz.TIME3 * * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019 */ public String getTime3() { return time3; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_tlg_pz.TIME3 * * @param time3 the value for xt_tlg_pz.TIME3 * * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019 */ public void setTime3(String time3) { this.time3 = time3 == null ? null : time3.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_tlg_pz.TIME4 * * @return the value of xt_tlg_pz.TIME4 * * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019 */ public String getTime4() { return time4; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_tlg_pz.TIME4 * * @param time4 the value for xt_tlg_pz.TIME4 * * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019 */ public void setTime4(String time4) { this.time4 = time4 == null ? null : time4.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_tlg_pz.TIME5 * * @return the value of xt_tlg_pz.TIME5 * * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019 */ public String getTime5() { return time5; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_tlg_pz.TIME5 * * @param time5 the value for xt_tlg_pz.TIME5 * * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019 */ public void setTime5(String time5) { this.time5 = time5 == null ? null : time5.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_tlg_pz.LASTTIME * * @return the value of xt_tlg_pz.LASTTIME * * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019 */ public String getLasttime() { return lasttime; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_tlg_pz.LASTTIME * * @param lasttime the value for xt_tlg_pz.LASTTIME * * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019 */ public void setLasttime(String lasttime) { this.lasttime = lasttime == null ? null : lasttime.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_tlg_pz.TIMEOUT * * @return the value of xt_tlg_pz.TIMEOUT * * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019 */ public String getTimeout() { return timeout; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_tlg_pz.TIMEOUT * * @param timeout the value for xt_tlg_pz.TIMEOUT * * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019 */ public void setTimeout(String timeout) { this.timeout = timeout == null ? null : timeout.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_tlg_pz.SCSJ * * @return the value of xt_tlg_pz.SCSJ * * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019 */ public Date getScsj() { return scsj; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_tlg_pz.SCSJ * * @param scsj the value for xt_tlg_pz.SCSJ * * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019 */ public void setScsj(Date scsj) { this.scsj = scsj; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column xt_tlg_pz.LX * * @return the value of xt_tlg_pz.LX * * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019 */ public String getLx() { return lx; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column xt_tlg_pz.LX * * @param lx the value for xt_tlg_pz.LX * * @ibatorgenerated Wed Nov 20 15:55:49 CST 2019 */ public void setLx(String lx) { this.lx = lx == null ? null : lx.trim(); } }