Subversion Repositories SmartDukaan

Rev

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

Rev 33 Rev 49
Line 19... Line 19...
19
public class ExpandedFeature extends Feature {
19
public class ExpandedFeature extends Feature {
20
	/**
20
	/**
21
	 * 
21
	 * 
22
	 */
22
	 */
23
	private static final long serialVersionUID = 1L;
23
	private static final long serialVersionUID = 1L;
-
 
24
	
-
 
25
	/**
-
 
26
	 * 
-
 
27
	 */
24
	private FeatureDefinition featureDefinition;
28
	private FeatureDefinition featureDefinition;
-
 
29
	
-
 
30
	/**
-
 
31
	 * 
-
 
32
	 */
25
	private List<ExpandedBullet> expandedBullets;
33
	private List<ExpandedBullet> expandedBullets;
26
 
34
 
27
	/**
35
	/**
-
 
36
	 * 
28
	 * @param featureDefinitionID
37
	 * @param feature
29
	 * @throws Exception 
38
	 * @throws Exception
30
	 */
39
	 */
31
	public ExpandedFeature(Feature feature) throws Exception {
40
	public ExpandedFeature(Feature feature) throws Exception {
32
		super(feature.getFeatureDefinitionID());
41
		super(feature.getFeatureDefinitionID());
33
		
42
		
34
		// Copy rest of the properties
43
		// Copy rest of the properties