Subversion Repositories SmartDukaan

Rev

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

Rev 5308 Rev 23853
Line 29... Line 29...
29
	private long retireDate;
29
	private long retireDate;
30
	private long updatedOn;
30
	private long updatedOn;
31
//	private status itemStatus;
31
//	private status itemStatus;
32
	private String bestDealsText;
32
	private String bestDealsText;
33
	private double bestDealsValue;
33
	private double bestDealsValue;
-
 
34
	private boolean hot_deals;
-
 
35
 
-
 
36
	@Override
-
 
37
	public String toString() {
-
 
38
		return "Item [id=" + id + ", productGroup=" + productGroup + ", brand=" + brand + ", modelNumber=" + modelNumber
-
 
39
				+ ", modelName=" + modelName + ", color=" + color + ", category=" + category + ", comments=" + comments
-
 
40
				+ ", catalogItemId=" + catalogItemId + ", featureId=" + featureId + ", featureDescription="
-
 
41
				+ featureDescription + ", mrp=" + mrp + ", sellingPrice=" + sellingPrice + ", weight=" + weight
-
 
42
				+ ", addedOn=" + addedOn + ", startDate=" + startDate + ", retireDate=" + retireDate + ", updatedOn="
-
 
43
				+ updatedOn + ", bestDealsText=" + bestDealsText + ", bestDealsValue=" + bestDealsValue + ", hot_deals="
-
 
44
				+ hot_deals + "]";
-
 
45
	}
34
 
46
 
35
	/**
47
	/**
36
	 * 
48
	 * 
37
	 */
49
	 */
38
	private static final long serialVersionUID = -2982668732181655698L;
50
	private static final long serialVersionUID = -2982668732181655698L;