Subversion Repositories SmartDukaan

Rev

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

Rev 1992 Rev 2027
Line 126... Line 126...
126
 
126
 
127
    public long getCategory() {
127
    public long getCategory() {
128
        return category;
128
        return category;
129
    }
129
    }
130
 
130
 
131
    public void setCategory(long category) {
131
    /*public void setCategory(long category) {
132
        this.category = category;
132
        this.category = category;
133
    }
133
    }*/
134
 
134
 
135
    public String getComments() {
135
    public String getComments() {
136
        return comments;
136
        return comments;
137
    }
137
    }
138
 
138