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.definitions;
4
package in.shop2020.metamodel.definitions;
5
 
5
 
6
import in.shop2020.metamodel.util.ReusableMetaModelComponent;
6
import in.shop2020.metamodel.util.ReusableMetaModelComponent;
7
 
7
 
8
/**
8
/**
-
 
9
 * Represents individual Unit in shop2020 content meta-model
9
 * 
10
 * 
10
 * @author naveen
11
 * @author naveen
11
 *
12
 *
12
 */
13
 */
13
public class Unit extends ReusableMetaModelComponent {
14
public class Unit extends ReusableMetaModelComponent {
14
	/**
15
	/**
15
	 * 
16
	 * 
16
	 */
17
	 */
17
	private static final long serialVersionUID = 1L;
18
	private static final long serialVersionUID = 1L;
-
 
19
	
-
 
20
	/**
-
 
21
	 * Editorial comments
-
 
22
	 */
18
	private String description;
23
	private String description;
-
 
24
	
-
 
25
	/**
-
 
26
	 * Unit's Full form
-
 
27
	 */
19
	private String fullForm;
28
	private String fullForm;
-
 
29
	
-
 
30
	/**
-
 
31
	 * Unit's short form
-
 
32
	 */
20
	private String shortForm;
33
	private String shortForm;
21
 
34
 
22
	/**
35
	/**
23
	 * 
36
	 * 
24
	 * @param newID
37
	 * @param newID