package com.huimv.temp.dataobject; import com.huimv.xt.dataobject.BaseDO; import java.util.Date; public class TempDlzt extends BaseDO { /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column temp_dlzt.ID * * @ibatorgenerated Wed Jul 27 19:08:11 CST 2016 */ private Integer id; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column temp_dlzt.SBID * * @ibatorgenerated Wed Jul 27 19:08:11 CST 2016 */ private String sbid; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column temp_dlzt.UUID * * @ibatorgenerated Wed Jul 27 19:08:11 CST 2016 */ private String uuid; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column temp_dlzt.DLMC * * @ibatorgenerated Wed Jul 27 19:08:11 CST 2016 */ private String dlmc; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column temp_dlzt.DLSJ * * @ibatorgenerated Wed Jul 27 19:08:11 CST 2016 */ private Date dlsj; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column temp_dlzt.TCSJ * * @ibatorgenerated Wed Jul 27 19:08:11 CST 2016 */ private Date tcsj; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column temp_dlzt.DLLX * * @ibatorgenerated Wed Jul 27 19:08:11 CST 2016 */ private Integer dllx; /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column temp_dlzt.ID * * @return the value of temp_dlzt.ID * * @ibatorgenerated Wed Jul 27 19:08:11 CST 2016 */ public Integer getId() { return id; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column temp_dlzt.ID * * @param id the value for temp_dlzt.ID * * @ibatorgenerated Wed Jul 27 19:08:11 CST 2016 */ 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 temp_dlzt.SBID * * @return the value of temp_dlzt.SBID * * @ibatorgenerated Wed Jul 27 19:08:11 CST 2016 */ public String getSbid() { return sbid; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column temp_dlzt.SBID * * @param sbid the value for temp_dlzt.SBID * * @ibatorgenerated Wed Jul 27 19:08:11 CST 2016 */ public void setSbid(String sbid) { this.sbid = sbid == null ? null : sbid.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column temp_dlzt.UUID * * @return the value of temp_dlzt.UUID * * @ibatorgenerated Wed Jul 27 19:08:11 CST 2016 */ public String getUuid() { return uuid; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column temp_dlzt.UUID * * @param uuid the value for temp_dlzt.UUID * * @ibatorgenerated Wed Jul 27 19:08:11 CST 2016 */ public void setUuid(String uuid) { this.uuid = uuid == null ? null : uuid.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column temp_dlzt.DLMC * * @return the value of temp_dlzt.DLMC * * @ibatorgenerated Wed Jul 27 19:08:11 CST 2016 */ public String getDlmc() { return dlmc; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column temp_dlzt.DLMC * * @param dlmc the value for temp_dlzt.DLMC * * @ibatorgenerated Wed Jul 27 19:08:11 CST 2016 */ public void setDlmc(String dlmc) { this.dlmc = dlmc == null ? null : dlmc.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column temp_dlzt.DLSJ * * @return the value of temp_dlzt.DLSJ * * @ibatorgenerated Wed Jul 27 19:08:11 CST 2016 */ public Date getDlsj() { return dlsj; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column temp_dlzt.DLSJ * * @param dlsj the value for temp_dlzt.DLSJ * * @ibatorgenerated Wed Jul 27 19:08:11 CST 2016 */ public void setDlsj(Date dlsj) { this.dlsj = dlsj; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column temp_dlzt.TCSJ * * @return the value of temp_dlzt.TCSJ * * @ibatorgenerated Wed Jul 27 19:08:11 CST 2016 */ public Date getTcsj() { return tcsj; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column temp_dlzt.TCSJ * * @param tcsj the value for temp_dlzt.TCSJ * * @ibatorgenerated Wed Jul 27 19:08:11 CST 2016 */ public void setTcsj(Date tcsj) { this.tcsj = tcsj; } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column temp_dlzt.DLLX * * @return the value of temp_dlzt.DLLX * * @ibatorgenerated Wed Jul 27 19:08:11 CST 2016 */ public Integer getDllx() { return dllx; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column temp_dlzt.DLLX * * @param dllx the value for temp_dlzt.DLLX * * @ibatorgenerated Wed Jul 27 19:08:11 CST 2016 */ public void setDllx(Integer dllx) { this.dllx = dllx; } }