Subversion Repositories SmartDukaan

Rev

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

Rev 12617 Rev 12619
Line 36... Line 36...
36
	int totalOrderCount;
36
	int totalOrderCount;
37
	int promotionOrderCount;
37
	int promotionOrderCount;
38
	Float totalSale;
38
	Float totalSale;
39
	Float totalPromotionSale;
39
	Float totalPromotionSale;
40
	Long dateOfSale;
40
	Long dateOfSale;
41
	String asin;
-
 
42
	public AmazonFCWarehouseLocation getFcLocation() {
41
	public AmazonFCWarehouseLocation getFcLocation() {
43
		return fcLocation;
42
		return fcLocation;
44
	}
43
	}
45
	public void setFcLocation(AmazonFCWarehouseLocation fcLocation) {
44
	public void setFcLocation(AmazonFCWarehouseLocation fcLocation) {
46
		this.fcLocation = fcLocation;
45
		this.fcLocation = fcLocation;
47
	}
46
	}
48
	AmazonFCWarehouseLocation fcLocation;
47
	AmazonFCWarehouseLocation fcLocation;
49
	public void setAsin(String asin){
-
 
50
	    this.asin = asin;
-
 
51
	}
-
 
52
	public String getAsin(){
-
 
53
	    return asin;
-
 
54
	}
-
 
55
}
48
}