Subversion Repositories SmartDukaan

Rev

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

Rev 2170 Rev 5019
Line 33... Line 33...
33
	
33
	
34
	/**
34
	/**
35
	 * Instance of BulletDefinition object
35
	 * Instance of BulletDefinition object
36
	 */
36
	 */
37
	private BulletDefinition bulletDefinition;
37
	private BulletDefinition bulletDefinition;
-
 
38
 
-
 
39
	/**
-
 
40
	 * Storing indexed info for featured.. 
-
 
41
	 * These features will be ignored for solr serach. 
-
 
42
	 */
-
 
43
	private boolean indexed = true;
38
	
44
	
-
 
45
	public boolean isIndexed() {
-
 
46
		return indexed;
-
 
47
	}
-
 
48
 
-
 
49
	public void setIndexed(boolean indexed) {
-
 
50
		this.indexed = indexed;
-
 
51
	}
-
 
52
 
-
 
53
 
-
 
54
 
39
	/**
55
	/**
40
	 * Optional normalization rule definition ID
56
	 * Optional normalization rule definition ID
41
	 */
57
	 */
42
	private long normalizationRuleDefinitionID;
58
	private long normalizationRuleDefinitionID;
43
	
59