Subversion Repositories SmartDukaan

Rev

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

Rev 1153 Rev 8766
Line 10... Line 10...
10
 * @author rajveer
10
 * @author rajveer
11
 *
11
 *
12
 */
12
 */
13
public class EntityState extends ReusableMetaModelComponent{
13
public class EntityState extends ReusableMetaModelComponent{
14
	
14
	
-
 
15
	EntityState() {
-
 
16
	}
-
 
17
 
15
	private static final long serialVersionUID = 1L;
18
	private static final long serialVersionUID = 1L;
16
	
19
	
17
	private EntityStatus status;
20
	private EntityStatus status;
18
	
21
	
19
	private String createdBy;
22
	private String createdBy;