Subversion Repositories SmartDukaan

Rev

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

Rev 31860 Rev 34814
Line 24... Line 24...
24
	private long parentCategoryId;
24
	private long parentCategoryId;
25
 
25
 
26
	@Column(name = "display_name")
26
	@Column(name = "display_name")
27
	private String displayName;
27
	private String displayName;
28
 
28
 
-
 
29
	@Column(name = "image_id")
-
 
30
	private long imageId;
-
 
31
 
-
 
32
	@Column(name = "status")
-
 
33
	private boolean status;
-
 
34
 
-
 
35
	@Column(name = "featured")
-
 
36
	private boolean featured;
-
 
37
 
-
 
38
	public long getImageId() {
-
 
39
		return imageId;
-
 
40
	}
-
 
41
 
-
 
42
	public void setImageId(long imageId) {
-
 
43
		this.imageId = imageId;
-
 
44
	}
-
 
45
 
-
 
46
	public boolean isStatus() {
-
 
47
		return status;
-
 
48
	}
-
 
49
 
-
 
50
	public void setStatus(boolean status) {
-
 
51
		this.status = status;
-
 
52
	}
-
 
53
 
-
 
54
	public boolean isFeatured() {
-
 
55
		return featured;
-
 
56
	}
-
 
57
 
-
 
58
	public void setFeatured(boolean featured) {
-
 
59
		this.featured = featured;
-
 
60
	}
-
 
61
 
29
	public String getDescription() {
62
	public String getDescription() {
30
		return description;
63
		return description;
31
	}
64
	}
32
 
65
 
33
	public void setDescription(String description) {
66
	public void setDescription(String description) {