Subversion Repositories SmartDukaan

Rev

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

Rev 5384 Rev 5427
Line 1... Line 1...
1
package in.shop2020.catalog.dashboard.shared;
1
package in.shop2020.catalog.dashboard.shared;
2
 
2
 
3
import java.io.Serializable;
3
import java.io.Serializable;
-
 
4
import java.util.List;
4
import java.util.Map;
5
import java.util.Map;
5
 
6
 
6
import com.google.gwt.user.client.rpc.IsSerializable;
7
import com.google.gwt.user.client.rpc.IsSerializable;
7
 
8
 
8
/**
9
/**
Line 40... Line 41...
40
    private Double bestDealsValue;
41
    private Double bestDealsValue;
41
    private Long bestSellingRank;
42
    private Long bestSellingRank;
42
    private boolean defaultForEntity, risky, warehouseStickiness, hasItemNo, itemType;
43
    private boolean defaultForEntity, risky, warehouseStickiness, hasItemNo, itemType;
43
    private Integer expectedDelay;
44
    private Integer expectedDelay;
44
    private Long preferredVendor;
45
    private Long preferredVendor;
-
 
46
    private List<Long> sameItemsWithDifferentColors;
45
    
47
    
46
    
48
    
47
 
49
 
48
    private Map<Long, ItemInventory> itemInventory;
50
    private Map<Long, ItemInventory> itemInventory;
49
    
51
    
Line 170... Line 172...
170
 
172
 
171
    public String getContentCategory() {
173
    public String getContentCategory() {
172
        return contentCategory;
174
        return contentCategory;
173
    }
175
    }
174
 
176
 
-
 
177
    public List<Long> getSameItemsWithDifferentColors() {
-
 
178
    	return sameItemsWithDifferentColors;
-
 
179
    }
-
 
180
    
-
 
181
    public void setSameItemsWithDifferentColors(
-
 
182
    		List<Long> sameItemsWithDifferentColors) {
-
 
183
    	this.sameItemsWithDifferentColors = sameItemsWithDifferentColors;
-
 
184
    }
-
 
185
    
175
    public void setContentCategory(String contentCategory) {
186
    public void setContentCategory(String contentCategory) {
176
        this.contentCategory = contentCategory;
187
        this.contentCategory = contentCategory;
177
    }
188
    }
178
 
189
 
179
    public Long getContentCategoryId() {
190
    public Long getContentCategoryId() {