Subversion Repositories SmartDukaan

Rev

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

Rev 20 Rev 45
Line 2... Line 2...
2
 * 
2
 * 
3
 */
3
 */
4
package in.shop2020.metamodel.core;
4
package in.shop2020.metamodel.core;
5
 
5
 
6
/**
6
/**
-
 
7
 * Atomic fact about a Bullet. Integers, floats and booleans are stored in Java
-
 
8
 * String.
-
 
9
 * 
7
 * @author naveen
10
 * @author naveen
8
 *
11
 *
9
 */
12
 */
10
public class PrimitiveDataObject extends BulletDataObject {
13
public class PrimitiveDataObject extends BulletDataObject {
11
	
14