Subversion Repositories SmartDukaan

Rev

Rev 35082 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 35082 Rev 35117
Line 90... Line 90...
90
 
90
 
91
    @Convert(converter = LocalDateTimeAttributeConverter.class)
91
    @Convert(converter = LocalDateTimeAttributeConverter.class)
92
    @Column(name = "updated_timestamp")
92
    @Column(name = "updated_timestamp")
93
    private LocalDateTime updatedTimestamp;
93
    private LocalDateTime updatedTimestamp;
94
 
94
 
95
   /*// @OneToMany(mappedBy = "locationTracking", cascade = CascadeType.ALL, orphanRemoval = true, fetch = FetchType.LAZY)
-
 
96
    private List<LocationTrackingPath> journeyPath = new ArrayList<>();
-
 
97
 
-
 
98
    public List<LocationTrackingPath> getJourneyPath() {
-
 
99
        return journeyPath;
-
 
100
    }
-
 
101
 
-
 
102
    public void setJourneyPath(List<LocationTrackingPath> journeyPath) {
-
 
103
        this.journeyPath = journeyPath;
-
 
104
    }*/
-
 
105
 
-
 
106
    public int getId() {
95
    public int getId() {
107
        return id;
96
        return id;
108
    }
97
    }
109
 
98
 
110
    public void setId(int id) {
99
    public void setId(int id) {