Subversion Repositories SmartDukaan

Rev

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

Rev 16 Rev 49
Line 4... Line 4...
4
package in.shop2020.metamodel.definitions;
4
package in.shop2020.metamodel.definitions;
5
 
5
 
6
import in.shop2020.metamodel.util.ReusableMetaModelComponent;
6
import in.shop2020.metamodel.util.ReusableMetaModelComponent;
7
 
7
 
8
/**
8
/**
9
 * 
-
 
-
 
9
 * Defines core object Feature in shop2020 content meta-model
10
 * @author naveen
10
 * @author naveen
11
 *
11
 *
12
 */
12
 */
13
public class FeatureDefinition extends ReusableMetaModelComponent {
13
public class FeatureDefinition extends ReusableMetaModelComponent {
14
	/**
14
	/**
15
	 * 
15
	 * 
16
	 */
16
	 */
17
	private static final long serialVersionUID = 1L;
17
	private static final long serialVersionUID = 1L;
-
 
18
	
-
 
19
	/**
-
 
20
	 * Intuitive label
-
 
21
	 */
18
	private String label;
22
	private String label;
-
 
23
	
-
 
24
	/**
-
 
25
	 * Editorial comments
-
 
26
	 */
19
	private String description;
27
	private String description;
-
 
28
	
-
 
29
	/**
-
 
30
	 * If yes, Feature need not have any bullets
-
 
31
	 */
20
	private boolean allowsBlank;
32
	private boolean allowsBlank;
-
 
33
	
-
 
34
	/**
-
 
35
	 * Instance of BulletDefinition object
-
 
36
	 */
21
	private BulletDefinition bulletDefinition;
37
	private BulletDefinition bulletDefinition;
22
	
38
	
23
	/**
39
	/**
24
	 * 
40
	 * 
25
	 * @param newID
41
	 * @param newID