Subversion Repositories SmartDukaan

Rev

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

Rev 35117 Rev 36645
Line 25... Line 25...
25
    private String taskDescription;
25
    private String taskDescription;
26
    private String address;
26
    private String address;
27
    private String attachment;
27
    private String attachment;
28
    private BigDecimal totalDistance;
28
    private BigDecimal totalDistance;
29
    private int assignedBy;
29
    private int assignedBy;
-
 
30
    private String checkInLatLng;
-
 
31
    private String checkOutLatLng;
-
 
32
    private String sessionStartTime;
-
 
33
    private String sessionEndTime;
-
 
34
    private String estimatedTime;
-
 
35
    private Integer batteryLevel;
-
 
36
    private Integer locationToggleCount;
-
 
37
    private String visitLocation;
30
    private boolean status;
38
    private boolean status;
31
    private List<LocationTrackingPathModel> journeyPath;
39
    private List<LocationTrackingPathModel> journeyPath;
32
 
40
 
-
 
41
    public String getCheckInLatLng() {
-
 
42
        return checkInLatLng;
-
 
43
    }
-
 
44
 
-
 
45
    public void setCheckInLatLng(String checkInLatLng) {
-
 
46
        this.checkInLatLng = checkInLatLng;
-
 
47
    }
-
 
48
 
-
 
49
    public String getCheckOutLatLng() {
-
 
50
        return checkOutLatLng;
-
 
51
    }
-
 
52
 
-
 
53
    public void setCheckOutLatLng(String checkOutLatLng) {
-
 
54
        this.checkOutLatLng = checkOutLatLng;
-
 
55
    }
-
 
56
 
-
 
57
    public String getSessionStartTime() {
-
 
58
        return sessionStartTime;
-
 
59
    }
-
 
60
 
-
 
61
    public void setSessionStartTime(String sessionStartTime) {
-
 
62
        this.sessionStartTime = sessionStartTime;
-
 
63
    }
-
 
64
 
-
 
65
    public String getSessionEndTime() {
-
 
66
        return sessionEndTime;
-
 
67
    }
-
 
68
 
-
 
69
    public void setSessionEndTime(String sessionEndTime) {
-
 
70
        this.sessionEndTime = sessionEndTime;
-
 
71
    }
-
 
72
 
-
 
73
    public String getEstimatedTime() {
-
 
74
        return estimatedTime;
-
 
75
    }
-
 
76
 
-
 
77
    public void setEstimatedTime(String estimatedTime) {
-
 
78
        this.estimatedTime = estimatedTime;
-
 
79
    }
-
 
80
 
-
 
81
    public Integer getBatteryLevel() {
-
 
82
        return batteryLevel;
-
 
83
    }
-
 
84
 
-
 
85
    public void setBatteryLevel(Integer batteryLevel) {
-
 
86
        this.batteryLevel = batteryLevel;
-
 
87
    }
-
 
88
 
-
 
89
    public Integer getLocationToggleCount() {
-
 
90
        return locationToggleCount;
-
 
91
    }
-
 
92
 
-
 
93
    public void setLocationToggleCount(Integer locationToggleCount) {
-
 
94
        this.locationToggleCount = locationToggleCount;
-
 
95
    }
-
 
96
 
33
    public int getId() {
97
    public int getId() {
34
        return id;
98
        return id;
35
    }
99
    }
36
 
100
 
37
    public void setId(int id) {
101
    public void setId(int id) {
Line 184... Line 248...
184
 
248
 
185
    public void setAssignedBy(int assignedBy) {
249
    public void setAssignedBy(int assignedBy) {
186
        this.assignedBy = assignedBy;
250
        this.assignedBy = assignedBy;
187
    }
251
    }
188
 
252
 
-
 
253
    public String getVisitLocation() {
-
 
254
        return visitLocation;
-
 
255
    }
-
 
256
 
-
 
257
    public void setVisitLocation(String visitLocation) {
-
 
258
        this.visitLocation = visitLocation;
-
 
259
    }
-
 
260
 
189
    public boolean getStatus() {
261
    public boolean getStatus() {
190
        return status;
262
        return status;
191
    }
263
    }
192
 
264
 
193
    public void setStatus(boolean status) {
265
    public void setStatus(boolean status) {