Subversion Repositories SmartDukaan

Rev

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

Rev 34 Rev 45
Line 4... Line 4...
4
package in.shop2020.metamodel.core;
4
package in.shop2020.metamodel.core;
5
 
5
 
6
import in.shop2020.metamodel.util.MetaModelComponent;
6
import in.shop2020.metamodel.util.MetaModelComponent;
7
 
7
 
8
/**
8
/**
-
 
9
 * Represents un-structured data about Slide, Feature and Bullet. It is used
-
 
10
 * judiciously by content developers to store multi-media content in support
-
 
11
 * component they are attached to.
9
 * 
12
 * 
10
 * @author naveen
13
 * @author naveen
11
 *
14
 *
12
 */
15
 */
13
public class FreeformContent extends MetaModelComponent {
16
public class FreeformContent extends MetaModelComponent {