Subversion Repositories SmartDukaan

Rev

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

Rev 10 Rev 49
Line 2... Line 2...
2
 * 
2
 * 
3
 */
3
 */
4
package in.shop2020.metamodel.util;
4
package in.shop2020.metamodel.util;
5
 
5
 
6
/**
6
/**
-
 
7
 * Parent class of definition objects which can be reused to create new 
-
 
8
 * structures. These can be identified with unique number.
-
 
9
 * 
7
 * @author naveen
10
 * @author naveen
8
 *
11
 *
9
 */
12
 */
10
public abstract class ReusableMetaModelComponent extends MetaModelComponent {
13
public abstract class ReusableMetaModelComponent extends MetaModelComponent {
11
	/**
14
	/**
12
	 * 
15
	 * 
13
	 */
16
	 */
14
	private static final long serialVersionUID = 1L;
17
	private static final long serialVersionUID = 1L;
-
 
18
	
-
 
19
	/**
-
 
20
	 * Unique identifier
-
 
21
	 */
15
	protected long id;
22
	protected long id;
16
	
23
	
17
	/**
24
	/**
18
	 * 
25
	 * 
19
	 * @param newID
26
	 * @param newID