Subversion Repositories SmartDukaan

Rev

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

Rev 35950 Rev 35969
Line 10... Line 10...
10
    private String subject;
10
    private String subject;
11
    private String message;
11
    private String message;
12
    private String timing;
12
    private String timing;
13
    private String timingLabel;
13
    private String timingLabel;
14
    private String status;
14
    private String status;
-
 
15
    private String resolutionNotes;
-
 
16
    private int replyCount;
-
 
17
    private boolean unread;
15
    private String createTimestamp;
18
    private String createTimestamp;
16
 
19
 
17
    public int getId() {
20
    public int getId() {
18
        return id;
21
        return id;
19
    }
22
    }
Line 92... Line 95...
92
 
95
 
93
    public void setStatus(String status) {
96
    public void setStatus(String status) {
94
        this.status = status;
97
        this.status = status;
95
    }
98
    }
96
 
99
 
-
 
100
    public String getResolutionNotes() {
-
 
101
        return resolutionNotes;
-
 
102
    }
-
 
103
 
-
 
104
    public void setResolutionNotes(String resolutionNotes) {
-
 
105
        this.resolutionNotes = resolutionNotes;
-
 
106
    }
-
 
107
 
-
 
108
    public int getReplyCount() {
-
 
109
        return replyCount;
-
 
110
    }
-
 
111
 
-
 
112
    public void setReplyCount(int replyCount) {
-
 
113
        this.replyCount = replyCount;
-
 
114
    }
-
 
115
 
-
 
116
    public boolean isUnread() {
-
 
117
        return unread;
-
 
118
    }
-
 
119
 
-
 
120
    public void setUnread(boolean unread) {
-
 
121
        this.unread = unread;
-
 
122
    }
-
 
123
 
97
    public String getCreateTimestamp() {
124
    public String getCreateTimestamp() {
98
        return createTimestamp;
125
        return createTimestamp;
99
    }
126
    }
100
 
127
 
101
    public void setCreateTimestamp(String createTimestamp) {
128
    public void setCreateTimestamp(String createTimestamp) {