Subversion Repositories SmartDukaan

Rev

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

Rev 34814 Rev 35694
Line 33... Line 33...
33
	private boolean status;
33
	private boolean status;
34
 
34
 
35
	@Column(name = "featured")
35
	@Column(name = "featured")
36
	private boolean featured;
36
	private boolean featured;
37
 
37
 
-
 
38
	@Column(name = "margin_only")
-
 
39
	private boolean marginOnly;
-
 
40
 
38
	public long getImageId() {
41
	public long getImageId() {
39
		return imageId;
42
		return imageId;
40
	}
43
	}
41
 
44
 
42
	public void setImageId(long imageId) {
45
	public void setImageId(long imageId) {
Line 57... Line 60...
57
 
60
 
58
	public void setFeatured(boolean featured) {
61
	public void setFeatured(boolean featured) {
59
		this.featured = featured;
62
		this.featured = featured;
60
	}
63
	}
61
 
64
 
-
 
65
	public boolean isMarginOnly() {
-
 
66
		return marginOnly;
-
 
67
	}
-
 
68
 
-
 
69
	public void setMarginOnly(boolean marginOnly) {
-
 
70
		this.marginOnly = marginOnly;
-
 
71
	}
-
 
72
 
62
	public String getDescription() {
73
	public String getDescription() {
63
		return description;
74
		return description;
64
	}
75
	}
65
 
76
 
66
	public void setDescription(String description) {
77
	public void setDescription(String description) {