Subversion Repositories SmartDukaan

Rev

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

Rev 36557 Rev 36562
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
 
-
 
99
    public int getId() {
96
    public int getId() {
100
        return id;
97
        return id;
101
    }
98
    }
102
 
99
 
103
    public void setId(int id) {
100
    public void setId(int id) {
Line 150... Line 147...
150
 
147
 
151
    public void setCreated(LocalDateTime created) {
148
    public void setCreated(LocalDateTime created) {
152
        this.created = created;
149
        this.created = created;
153
    }
150
    }
154
 
151
 
155
    public boolean isFlagship() {
-
 
156
        return flagship;
-
 
157
    }
-
 
158
 
-
 
159
    public void setFlagship(boolean flagship) {
-
 
160
        this.flagship = flagship;
-
 
161
    }
-
 
162
 
-
 
163
    public int getCategoryId() {
152
    public int getCategoryId() {
164
        return categoryId;
153
        return categoryId;
165
    }
154
    }
166
 
155
 
167
    public void setCategoryId(int categoryId) {
156
    public void setCategoryId(int categoryId) {