Subversion Repositories SmartDukaan

Rev

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

Rev 1023 Rev 1367
Line 11... Line 11...
11
	private String warehouseId;
11
	private String warehouseId;
12
	private String lastTimestamp;
12
	private String lastTimestamp;
13
	private String currentTimestamp;
13
	private String currentTimestamp;
14
	private String totalUpdates;
14
	private String totalUpdates;
15
	private List<Update> updates = new ArrayList<Update>();
15
	private List<Update> updates = new ArrayList<Update>();
16
//	private String update;
-
 
17
//	private String skuId;
-
 
18
	
16
	
19
	public void add(Update update){
17
	public void add(Update update){
20
		updates.add(update);
18
		updates.add(update);
21
	}
19
	}
22
 
20
 
Line 57... Line 55...
57
	}
55
	}
58
 
56
 
59
	public String getTotalUpdates() {
57
	public String getTotalUpdates() {
60
		return totalUpdates;
58
		return totalUpdates;
61
	}
59
	}
62
 
-
 
63
	
-
 
64
//	public void setUpdate(Update update) {
-
 
65
//		this.update = update;
-
 
66
//	}
-
 
67
//	
-
 
68
//	public Update getUpdate() {
-
 
69
//		return update;
-
 
70
//	}
-
 
71
 
-
 
72
	
-
 
73
	
-
 
74
}
60
}