123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389 |
- 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();
- }
- }
|