Subversion Repositories SmartDukaan

Rev

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

Rev 35949 Rev 35969
Line 10... Line 10...
10
    private String message;
10
    private String message;
11
    private String timing;
11
    private String timing;
12
    private String timingLabel;
12
    private String timingLabel;
13
    private String status;
13
    private String status;
14
    private String resolutionNotes;
14
    private String resolutionNotes;
-
 
15
    private int replyCount;
15
    private String createTimestamp;
16
    private String createTimestamp;
16
    private String updateTimestamp;
17
    private String updateTimestamp;
17
 
18
 
18
    public int getId() {
19
    public int getId() {
19
        return id;
20
        return id;
Line 101... Line 102...
101
 
102
 
102
    public void setResolutionNotes(String resolutionNotes) {
103
    public void setResolutionNotes(String resolutionNotes) {
103
        this.resolutionNotes = resolutionNotes;
104
        this.resolutionNotes = resolutionNotes;
104
    }
105
    }
105
 
106
 
-
 
107
    public int getReplyCount() {
-
 
108
        return replyCount;
-
 
109
    }
-
 
110
 
-
 
111
    public void setReplyCount(int replyCount) {
-
 
112
        this.replyCount = replyCount;
-
 
113
    }
-
 
114
 
106
    public String getCreateTimestamp() {
115
    public String getCreateTimestamp() {
107
        return createTimestamp;
116
        return createTimestamp;
108
    }
117
    }
109
 
118
 
110
    public void setCreateTimestamp(String createTimestamp) {
119
    public void setCreateTimestamp(String createTimestamp) {