Subversion Repositories SmartDukaan

Rev

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

Rev 23716 Rev 24673
Line 27... Line 27...
27
	@Column(name = "active")
27
	@Column(name = "active")
28
	private boolean active;
28
	private boolean active;
29
 
29
 
30
	@Column(name = "quantity")
30
	@Column(name = "quantity")
31
	private int quantity;
31
	private int quantity;
32
	
32
 
-
 
33
	@Id
33
	@Column(name = "fofo_id")
34
	@Column(name = "fofo_id")
34
	private int fofoId;
35
	private int fofoId;
35
	
36
	
36
	
37
	
37
	
38