Subversion Repositories SmartDukaan

Rev

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

Rev 4779 Rev 5308
Line 27... Line 27...
27
	private long addedOn;
27
	private long addedOn;
28
	private long startDate;
28
	private long startDate;
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 Map<String, String> otherInfo;
-
 
33
	private String bestDealsText;
32
	private String bestDealsText;
34
	private double bestDealsValue;
33
	private double bestDealsValue;
35
 
34
 
36
	/**
35
	/**
37
	 * 
36
	 * 
Line 52... Line 51...
52
			double sellingPrice, 
51
			double sellingPrice, 
53
			//double dealerPrice, 
52
			//double dealerPrice, 
54
			double weight,
53
			double weight,
55
			long addedOn, long startDate, long retireDate, long updatedOn,
54
			long addedOn, long startDate, long retireDate, long updatedOn,
56
			//status itemStatus,
55
			//status itemStatus,
57
			Map<String, String> otherInfo,
-
 
58
			String bestDealsText, double bestDealsValue) {
56
			String bestDealsText, double bestDealsValue) {
59
		this();
57
		this();
60
		this.id = id;
58
		this.id = id;
61
		this.setProductGroup(productGroup);
59
		this.setProductGroup(productGroup);
62
		this.brand = brand;
60
		this.brand = brand;
Line 77... Line 75...
77
		this.addedOn = addedOn;
75
		this.addedOn = addedOn;
78
		this.startDate = startDate;
76
		this.startDate = startDate;
79
		this.retireDate = retireDate;
77
		this.retireDate = retireDate;
80
		this.updatedOn = updatedOn;
78
		this.updatedOn = updatedOn;
81
		//this.itemStatus = itemStatus;
79
		//this.itemStatus = itemStatus;
82
		this.otherInfo = otherInfo;
-
 
83
		this.bestDealsText = bestDealsText;
80
		this.bestDealsText = bestDealsText;
84
		this.bestDealsValue = bestDealsValue;
81
		this.bestDealsValue = bestDealsValue;
85
	}
82
	}
86
 
83
 
87
	public long getId() {
84
	public long getId() {
Line 218... Line 215...
218
 
215
 
219
	public void setRetireDate(long retireDate) {
216
	public void setRetireDate(long retireDate) {
220
		this.retireDate = retireDate;
217
		this.retireDate = retireDate;
221
	}
218
	}
222
 
219
 
223
	public Map<String, String> getOtherInfo() {
-
 
224
		return otherInfo;
-
 
225
	}
-
 
226
 
-
 
227
	public void setOtherInfo(Map<String, String> otherInfo) {
-
 
228
		this.otherInfo = otherInfo;
-
 
229
	}
-
 
230
 
-
 
231
	public void setUpdatedOn(long updatedOn) {
220
	public void setUpdatedOn(long updatedOn) {
232
		this.updatedOn = updatedOn;
221
		this.updatedOn = updatedOn;
233
	}
222
	}
234
 
223
 
235
	public long getUpdatedOn() {
224
	public long getUpdatedOn() {