Subversion Repositories SmartDukaan

Rev

Rev 23398 | Rev 23569 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 23398 Rev 23426
Line 46... Line 46...
46
	private String color;
46
	private String color;
47
	
47
	
48
	@Column(name="catalog_item_id")
48
	@Column(name="catalog_item_id")
49
	private int catalogItemId;
49
	private int catalogItemId;
50
	
50
	
-
 
51
	@Column(name="category")
-
 
52
	private int categoryId;
-
 
53
	
-
 
54
	public int getCategoryId() {
-
 
55
		return categoryId;
-
 
56
	}
-
 
57
	public void setCategoryId(int categoryId) {
-
 
58
		this.categoryId = categoryId;
-
 
59
	}
-
 
60
 
51
	@Enumerated(EnumType.STRING)
61
	@Enumerated(EnumType.STRING)
52
	@Column(name = "type")
62
	@Column(name = "type")
53
	private ItemType type;
63
	private ItemType type;
54
	
64
	
55
	@Column(name = "hsnCode")
65
	@Column(name = "hsnCode")