Subversion Repositories SmartDukaan

Rev

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

Rev 11172 Rev 12617
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;
41
	public AmazonFCWarehouseLocation getFcLocation() {
42
	public AmazonFCWarehouseLocation getFcLocation() {
42
		return fcLocation;
43
		return fcLocation;
43
	}
44
	}
44
	public void setFcLocation(AmazonFCWarehouseLocation fcLocation) {
45
	public void setFcLocation(AmazonFCWarehouseLocation fcLocation) {
45
		this.fcLocation = fcLocation;
46
		this.fcLocation = fcLocation;
46
	}
47
	}
47
	AmazonFCWarehouseLocation fcLocation;
48
	AmazonFCWarehouseLocation fcLocation;
-
 
49
	public void setAsin(String asin){
-
 
50
	    this.asin = asin;
-
 
51
	}
-
 
52
	public String getAsin(){
-
 
53
	    return asin;
-
 
54
	}
48
}
55
}