Subversion Repositories SmartDukaan

Rev

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

Rev 47 Rev 49
Line 11... Line 11...
11
import in.shop2020.metamodel.definitions.EnumDefinition;
11
import in.shop2020.metamodel.definitions.EnumDefinition;
12
import in.shop2020.metamodel.definitions.Unit;
12
import in.shop2020.metamodel.definitions.Unit;
13
import in.shop2020.util.Utils;
13
import in.shop2020.util.Utils;
14
 
14
 
15
/**
15
/**
-
 
16
 * 
16
 * @author naveen
17
 * @author naveen
17
 *
18
 *
18
 */
19
 */
19
public class ExpandedBulletDefinition extends BulletDefinition {
20
public class ExpandedBulletDefinition extends BulletDefinition {
20
	
21
	
21
	/**
22
	/**
22
	 * 
23
	 * 
23
	 */
24
	 */
24
	private static final long serialVersionUID = 1L;
25
	private static final long serialVersionUID = 1L;
25
	
26
	
-
 
27
	/**
-
 
28
	 * 
-
 
29
	 */
26
	private DatatypeDefinition datatypeDefinition ; 
30
	private DatatypeDefinition datatypeDefinition ;
-
 
31
	
-
 
32
	/**
-
 
33
	 * 
-
 
34
	 */
27
	private Unit unit;
35
	private Unit unit;
-
 
36
	
-
 
37
	/**
-
 
38
	 * 
-
 
39
	 */
28
	private boolean isComposite;
40
	private boolean isComposite;
-
 
41
	
-
 
42
	/**
-
 
43
	 * 
-
 
44
	 */
29
	private boolean isEnumerated;
45
	private boolean isEnumerated;
30
	
46
	
31
	/**
47
	/**
32
	 * 
48
	 * 
33
	 * @param bulletDefinition
49
	 * @param bulletDefinition