Subversion Repositories SmartDukaan

Rev

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

Rev 35501 Rev 36557
Line 91... Line 91...
91
    private String createdBy;
91
    private String createdBy;
92
 
92
 
93
    @Column
93
    @Column
94
    private LocalDateTime created;
94
    private LocalDateTime created;
95
 
95
 
-
 
96
    @Column(name = "is_flagship")
-
 
97
    private boolean flagship;
-
 
98
 
96
    public int getId() {
99
    public int getId() {
97
        return id;
100
        return id;
98
    }
101
    }
99
 
102
 
100
    public void setId(int id) {
103
    public void setId(int id) {
Line 147... Line 150...
147
 
150
 
148
    public void setCreated(LocalDateTime created) {
151
    public void setCreated(LocalDateTime created) {
149
        this.created = created;
152
        this.created = created;
150
    }
153
    }
151
 
154
 
-
 
155
    public boolean isFlagship() {
-
 
156
        return flagship;
-
 
157
    }
-
 
158
 
-
 
159
    public void setFlagship(boolean flagship) {
-
 
160
        this.flagship = flagship;
-
 
161
    }
-
 
162
 
152
    public int getCategoryId() {
163
    public int getCategoryId() {
153
        return categoryId;
164
        return categoryId;
154
    }
165
    }
155
 
166
 
156
    public void setCategoryId(int categoryId) {
167
    public void setCategoryId(int categoryId) {