Subversion Repositories SmartDukaan

Rev

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

Rev 1061 Rev 4802
Line 29... Line 29...
29
	
29
	
30
	/**
30
	/**
31
	 * Editor's comments
31
	 * Editor's comments
32
	 */
32
	 */
33
	private String description;
33
	private String description;
-
 
34
 
-
 
35
	/**
-
 
36
	 * Whether this category is comparable
-
 
37
	 */
-
 
38
	
-
 
39
	private boolean comparable;
-
 
40
	/**
-
 
41
	 * If this category has accessories
-
 
42
	 */
-
 
43
	private boolean hasAccessories;
34
	
44
	
-
 
45
 
-
 
46
	public void setComparable(boolean comparable) {
-
 
47
		this.comparable = comparable;
-
 
48
	}
-
 
49
 
-
 
50
	public boolean isComparable() {
-
 
51
		return this.comparable;
-
 
52
	}
-
 
53
 
-
 
54
	public boolean isHasAccessories() {
-
 
55
		return hasAccessories;
-
 
56
	}
-
 
57
 
-
 
58
	public void setHasAccessories(boolean hasAccessories) {
-
 
59
		this.hasAccessories = hasAccessories;
-
 
60
	}
-
 
61
 
35
	/**
62
	/**
36
	 * List CategorySlideDefintion objects that define while slides define the 
63
	 * List CategorySlideDefintion objects that define while slides define the 
37
	 * category
64
	 * category
38
	 */
65
	 */
39
	private List<CategorySlideDefinition> categorySlideDefintions;
66
	private List<CategorySlideDefinition> categorySlideDefintions;