Subversion Repositories SmartDukaan

Rev

Rev 35117 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 35117 Rev 36737
Line 6... Line 6...
6
    private String lat;
6
    private String lat;
7
    private String lng;
7
    private String lng;
8
    private String accuracy;
8
    private String accuracy;
9
    private String timestamp;
9
    private String timestamp;
10
    private String type;
10
    private String type;
-
 
11
    private Integer batteryLevel;
-
 
12
    private Integer locationToggleCount;
11
 
13
 
12
    public int getId() {
14
    public int getId() {
13
        return id;
15
        return id;
14
    }
16
    }
15
 
17
 
Line 63... Line 65...
63
 
65
 
64
    public void setType(String type) {
66
    public void setType(String type) {
65
        this.type = type;
67
        this.type = type;
66
    }
68
    }
67
 
69
 
-
 
70
    public Integer getBatteryLevel() {
-
 
71
        return batteryLevel;
-
 
72
    }
-
 
73
 
-
 
74
    public void setBatteryLevel(Integer batteryLevel) {
-
 
75
        this.batteryLevel = batteryLevel;
-
 
76
    }
-
 
77
 
-
 
78
    public Integer getLocationToggleCount() {
-
 
79
        return locationToggleCount;
-
 
80
    }
-
 
81
 
-
 
82
    public void setLocationToggleCount(Integer locationToggleCount) {
-
 
83
        this.locationToggleCount = locationToggleCount;
-
 
84
    }
-
 
85
 
68
    @Override
86
    @Override
69
    public String toString() {
87
    public String toString() {
70
        return "LocationTrackingPathModel{" +
88
        return "LocationTrackingPathModel{" +
71
                "id=" + id +
89
                "id=" + id +
72
                ", trackingId=" + trackingId +
90
                ", trackingId=" + trackingId +