Subversion Repositories SmartDukaan

Rev

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

Rev 323 Rev 451
Line 69... Line 69...
69
		this.py.set("featureDef", featureDefinition);
69
		this.py.set("featureDef", featureDefinition);
70
	}
70
	}
71
	
71
	
72
	/**
72
	/**
73
	 * 
73
	 * 
-
 
74
	 * @param itemPrice
-
 
75
	 */
-
 
76
	public void setEntityPrice(double itemPrice) {
-
 
77
		this.initialize();
-
 
78
		
-
 
79
		this.py.set("itemPrice", itemPrice);
-
 
80
	}
-
 
81
	
-
 
82
	/**
-
 
83
	 * 
74
	 * @param feature
84
	 * @param feature
75
	 */
85
	 */
76
	public void setExpandedFeature(ExpandedFeature expandedFeature) {
86
	public void setExpandedFeature(ExpandedFeature expandedFeature) {
77
		this.initialize();
87
		this.initialize();
78
		
88