Subversion Repositories SmartDukaan

Rev

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

Rev 4653 Rev 8758
Line 20... Line 20...
20
 * 
20
 * 
21
 * @author naveen
21
 * @author naveen
22
 *
22
 *
23
 */
23
 */
24
public class Entity extends ReusableMetaModelComponent {
24
public class Entity extends ReusableMetaModelComponent {
-
 
25
    public Entity() {
-
 
26
	}
-
 
27
 
25
    /**
28
	/**
26
	 * This is serial versionId. Need to put corresponding to the svn checkout version. 
29
	 * This is serial versionId. Need to put corresponding to the svn checkout version. 
27
	 * So that code can be retrieved for the version and Objects can be restored.
30
	 * So that code can be retrieved for the version and Objects can be restored.
28
	 */
31
	 */
29
	//FIXME to be decided
32
	//FIXME to be decided
30
	private static final long serialVersionUID = 1L;
33
	private static final long serialVersionUID = 1L;