Subversion Repositories SmartDukaan

Rev

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

Rev 35926 Rev 35948
Line 42... Line 42...
42
    private String timing;
42
    private String timing;
43
 
43
 
44
    @Column
44
    @Column
45
    private String status;
45
    private String status;
46
 
46
 
-
 
47
    @Column(name = "resolution_notes")
-
 
48
    private String resolutionNotes;
-
 
49
 
47
    @Column(name = "create_timestamp")
50
    @Column(name = "create_timestamp")
48
    private LocalDateTime createTimestamp;
51
    private LocalDateTime createTimestamp;
49
 
52
 
50
    @Column(name = "update_timestamp")
53
    @Column(name = "update_timestamp")
51
    private LocalDateTime updateTimestamp;
54
    private LocalDateTime updateTimestamp;
Line 128... Line 131...
128
 
131
 
129
    public void setStatus(String status) {
132
    public void setStatus(String status) {
130
        this.status = status;
133
        this.status = status;
131
    }
134
    }
132
 
135
 
-
 
136
    public String getResolutionNotes() {
-
 
137
        return resolutionNotes;
-
 
138
    }
-
 
139
 
-
 
140
    public void setResolutionNotes(String resolutionNotes) {
-
 
141
        this.resolutionNotes = resolutionNotes;
-
 
142
    }
-
 
143
 
133
    public LocalDateTime getCreateTimestamp() {
144
    public LocalDateTime getCreateTimestamp() {
134
        return createTimestamp;
145
        return createTimestamp;
135
    }
146
    }
136
 
147
 
137
    public void setCreateTimestamp(LocalDateTime createTimestamp) {
148
    public void setCreateTimestamp(LocalDateTime createTimestamp) {