package com.huimv.wscl.dataobject; import com.huimv.xt.dataobject.BaseDO; public class WsclAgps extends BaseDO { /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column wscl_agps.ID * * @ibatorgenerated Mon Jul 29 16:26:24 CST 2019 */ private Integer id; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column wscl_agps.GID * * @ibatorgenerated Mon Jul 29 16:26:24 CST 2019 */ private String gid; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column wscl_agps.TIME * * @ibatorgenerated Mon Jul 29 16:26:24 CST 2019 */ private String time; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column wscl_agps.ICCID * * @ibatorgenerated Mon Jul 29 16:26:24 CST 2019 */ private String iccid; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column wscl_agps.IMEI * * @ibatorgenerated Mon Jul 29 16:26:24 CST 2019 */ private String imei; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column wscl_agps.RSSI * * @ibatorgenerated Mon Jul 29 16:26:24 CST 2019 */ private String rssi; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column wscl_agps.ACCESSSERVER * * @ibatorgenerated Mon Jul 29 16:26:24 CST 2019 */ private String accessserver; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column wscl_agps.MCC * * @ibatorgenerated Mon Jul 29 16:26:24 CST 2019 */ private String mcc; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column wscl_agps.MNC * * @ibatorgenerated Mon Jul 29 16:26:24 CST 2019 */ private String mnc; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column wscl_agps.CI * * @ibatorgenerated Mon Jul 29 16:26:24 CST 2019 */ private String ci; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column wscl_agps.LAC * * @ibatorgenerated Mon Jul 29 16:26:24 CST 2019 */ private String lac; /** * This field was generated by Apache iBATIS ibator. * This field corresponds to the database column wscl_agps.SIGNAL * * @ibatorgenerated Mon Jul 29 16:26:24 CST 2019 */ private String signal; /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column wscl_agps.ID * * @return the value of wscl_agps.ID * * @ibatorgenerated Mon Jul 29 16:26:24 CST 2019 */ public Integer getId() { return id; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column wscl_agps.ID * * @param id the value for wscl_agps.ID * * @ibatorgenerated Mon Jul 29 16:26:24 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 wscl_agps.GID * * @return the value of wscl_agps.GID * * @ibatorgenerated Mon Jul 29 16:26:24 CST 2019 */ public String getGid() { return gid; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column wscl_agps.GID * * @param gid the value for wscl_agps.GID * * @ibatorgenerated Mon Jul 29 16:26:24 CST 2019 */ public void setGid(String gid) { this.gid = gid == null ? null : gid.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column wscl_agps.TIME * * @return the value of wscl_agps.TIME * * @ibatorgenerated Mon Jul 29 16:26:24 CST 2019 */ public String getTime() { return time; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column wscl_agps.TIME * * @param time the value for wscl_agps.TIME * * @ibatorgenerated Mon Jul 29 16:26:24 CST 2019 */ public void setTime(String time) { this.time = time == null ? null : time.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column wscl_agps.ICCID * * @return the value of wscl_agps.ICCID * * @ibatorgenerated Mon Jul 29 16:26:24 CST 2019 */ public String getIccid() { return iccid; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column wscl_agps.ICCID * * @param iccid the value for wscl_agps.ICCID * * @ibatorgenerated Mon Jul 29 16:26:24 CST 2019 */ public void setIccid(String iccid) { this.iccid = iccid == null ? null : iccid.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column wscl_agps.IMEI * * @return the value of wscl_agps.IMEI * * @ibatorgenerated Mon Jul 29 16:26:24 CST 2019 */ public String getImei() { return imei; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column wscl_agps.IMEI * * @param imei the value for wscl_agps.IMEI * * @ibatorgenerated Mon Jul 29 16:26:24 CST 2019 */ public void setImei(String imei) { this.imei = imei == null ? null : imei.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column wscl_agps.RSSI * * @return the value of wscl_agps.RSSI * * @ibatorgenerated Mon Jul 29 16:26:24 CST 2019 */ public String getRssi() { return rssi; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column wscl_agps.RSSI * * @param rssi the value for wscl_agps.RSSI * * @ibatorgenerated Mon Jul 29 16:26:24 CST 2019 */ public void setRssi(String rssi) { this.rssi = rssi == null ? null : rssi.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column wscl_agps.ACCESSSERVER * * @return the value of wscl_agps.ACCESSSERVER * * @ibatorgenerated Mon Jul 29 16:26:24 CST 2019 */ public String getAccessserver() { return accessserver; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column wscl_agps.ACCESSSERVER * * @param accessserver the value for wscl_agps.ACCESSSERVER * * @ibatorgenerated Mon Jul 29 16:26:24 CST 2019 */ public void setAccessserver(String accessserver) { this.accessserver = accessserver == null ? null : accessserver.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column wscl_agps.MCC * * @return the value of wscl_agps.MCC * * @ibatorgenerated Mon Jul 29 16:26:24 CST 2019 */ public String getMcc() { return mcc; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column wscl_agps.MCC * * @param mcc the value for wscl_agps.MCC * * @ibatorgenerated Mon Jul 29 16:26:24 CST 2019 */ public void setMcc(String mcc) { this.mcc = mcc == null ? null : mcc.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column wscl_agps.MNC * * @return the value of wscl_agps.MNC * * @ibatorgenerated Mon Jul 29 16:26:24 CST 2019 */ public String getMnc() { return mnc; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column wscl_agps.MNC * * @param mnc the value for wscl_agps.MNC * * @ibatorgenerated Mon Jul 29 16:26:24 CST 2019 */ public void setMnc(String mnc) { this.mnc = mnc == null ? null : mnc.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column wscl_agps.CI * * @return the value of wscl_agps.CI * * @ibatorgenerated Mon Jul 29 16:26:24 CST 2019 */ public String getCi() { return ci; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column wscl_agps.CI * * @param ci the value for wscl_agps.CI * * @ibatorgenerated Mon Jul 29 16:26:24 CST 2019 */ public void setCi(String ci) { this.ci = ci == null ? null : ci.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column wscl_agps.LAC * * @return the value of wscl_agps.LAC * * @ibatorgenerated Mon Jul 29 16:26:24 CST 2019 */ public String getLac() { return lac; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column wscl_agps.LAC * * @param lac the value for wscl_agps.LAC * * @ibatorgenerated Mon Jul 29 16:26:24 CST 2019 */ public void setLac(String lac) { this.lac = lac == null ? null : lac.trim(); } /** * This method was generated by Apache iBATIS ibator. * This method returns the value of the database column wscl_agps.SIGNAL * * @return the value of wscl_agps.SIGNAL * * @ibatorgenerated Mon Jul 29 16:26:24 CST 2019 */ public String getSignal() { return signal; } /** * This method was generated by Apache iBATIS ibator. * This method sets the value of the database column wscl_agps.SIGNAL * * @param signal the value for wscl_agps.SIGNAL * * @ibatorgenerated Mon Jul 29 16:26:24 CST 2019 */ public void setSignal(String signal) { this.signal = signal == null ? null : signal.trim(); } }