Subversion Repositories SmartDukaan

Rev

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

Rev 10 Rev 49
Line 4... Line 4...
4
package in.shop2020.metamodel.util;
4
package in.shop2020.metamodel.util;
5
 
5
 
6
import java.io.Serializable;
6
import java.io.Serializable;
7
 
7
 
8
/**
8
/**
-
 
9
 * Parent class of all meta-model classes. They need to be Serializable to 
-
 
10
 * support storage and retrieval.
9
 * 
11
 * 
10
 * @author naveen
12
 * @author naveen
11
 *
13
 *
12
 */
14
 */
13
public abstract class MetaModelComponent implements Serializable {
15
public abstract class MetaModelComponent implements Serializable {