Subversion Repositories SmartDukaan

Rev

Rev 22953 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
22953 amit.gupta 1
package com.spice.profitmandi.web.res;
21339 kshitij.so 2
 
22953 amit.gupta 3
import java.util.List;
21339 kshitij.so 4
 
25880 amit.gupta 5
import com.spice.profitmandi.service.inventory.AvailabilityInfo;
6
 
21339 kshitij.so 7
public class DealsResponse
8
{
9
	private double netPriceAfterCashBack;
10
	private double shippingCost;
11
	private int showVideo;
12
	private int codAvailable;
13
	private String source_product_name;
14
	private String identifier;
15
	private String secondaryIdentifier;
16
	private String marketPlaceUrl;
17
	private long source_id;
18
	private long brand_id;
19
	private long category_id;
20
	private long subCategoryId;
21
	private int buyBoxFlag;
22
	private String category;
23
	private double available_price;
24
	private String thumbnail;
25
	private String tagline;
26
	private int in_stock;
27
	private String product_name;
28
	private double mrp;
29
	private long skuBundleId;
30
	private String model_name;
31
	private double gross_price;
32
	private int showNetPrice;
33
	private long _id;
34
	private String coupon;
35
	private double dp;
36
	private String subCategory;
37
	private String videoLink;
38
	private double cash_back;
39
	private int showMrp;
40
	private String offer;
41
	private int showDp;
22953 amit.gupta 42
	private List<AvailabilityInfo> availabilityInfo;
21339 kshitij.so 43
	private String brand;
44
	private int cash_back_type;
45
 
46
	public double getNetPriceAfterCashBack() {
47
		return netPriceAfterCashBack;
48
	}
49
	public void setNetPriceAfterCashBack(double netPriceAfterCashBack) {
50
		this.netPriceAfterCashBack = netPriceAfterCashBack;
51
	}
52
	public double getShippingCost() {
53
		return shippingCost;
54
	}
55
	public void setShippingCost(double shippingCost) {
56
		this.shippingCost = shippingCost;
57
	}
58
	public int getShowVideo() {
59
		return showVideo;
60
	}
61
	public void setShowVideo(int showVideo) {
62
		this.showVideo = showVideo;
63
	}
64
	public int getCodAvailable() {
65
		return codAvailable;
66
	}
67
	public void setCodAvailable(int codAvailable) {
68
		this.codAvailable = codAvailable;
69
	}
70
	public String getSource_product_name() {
71
		return source_product_name;
72
	}
73
	public void setSource_product_name(String source_product_name) {
74
		this.source_product_name = source_product_name;
75
	}
76
	public String getIdentifier() {
77
		return identifier;
78
	}
79
	public void setIdentifier(String identifier) {
80
		this.identifier = identifier;
81
	}
82
	public String getSecondaryIdentifier() {
83
		return secondaryIdentifier;
84
	}
85
	public void setSecondaryIdentifier(String secondaryIdentifier) {
86
		this.secondaryIdentifier = secondaryIdentifier;
87
	}
88
	public String getMarketPlaceUrl() {
89
		return marketPlaceUrl;
90
	}
91
	public void setMarketPlaceUrl(String marketPlaceUrl) {
92
		this.marketPlaceUrl = marketPlaceUrl;
93
	}
94
	public long getSource_id() {
95
		return source_id;
96
	}
97
	public void setSource_id(long source_id) {
98
		this.source_id = source_id;
99
	}
100
	public long getBrand_id() {
101
		return brand_id;
102
	}
103
	public void setBrand_id(long brand_id) {
104
		this.brand_id = brand_id;
105
	}
106
	public long getCategory_id() {
107
		return category_id;
108
	}
109
	public void setCategory_id(long category_id) {
110
		this.category_id = category_id;
111
	}
112
	public long getSubCategoryId() {
113
		return subCategoryId;
114
	}
115
	public void setSubCategoryId(long subCategoryId) {
116
		this.subCategoryId = subCategoryId;
117
	}
118
	public int getBuyBoxFlag() {
119
		return buyBoxFlag;
120
	}
121
	public void setBuyBoxFlag(int buyBoxFlag) {
122
		this.buyBoxFlag = buyBoxFlag;
123
	}
124
	public String getCategory() {
125
		return category;
126
	}
127
	public void setCategory(String category) {
128
		this.category = category;
129
	}
130
	public double getAvailable_price() {
131
		return available_price;
132
	}
133
	public void setAvailable_price(double available_price) {
134
		this.available_price = available_price;
135
	}
136
	public String getThumbnail() {
137
		return thumbnail;
138
	}
139
	public void setThumbnail(String thumbnail) {
140
		this.thumbnail = thumbnail;
141
	}
142
	public String getTagline() {
143
		return tagline;
144
	}
145
	public void setTagline(String tagline) {
146
		this.tagline = tagline;
147
	}
148
	public int getIn_stock() {
149
		return in_stock;
150
	}
151
	public void setIn_stock(int in_stock) {
152
		this.in_stock = in_stock;
153
	}
154
	public String getProduct_name() {
155
		return product_name;
156
	}
157
	public void setProduct_name(String product_name) {
158
		this.product_name = product_name;
159
	}
160
	public double getMrp() {
161
		return mrp;
162
	}
163
	public void setMrp(double mrp) {
164
		this.mrp = mrp;
165
	}
166
	public long getSkuBundleId() {
167
		return skuBundleId;
168
	}
169
	public void setSkuBundleId(long skuBundleId) {
170
		this.skuBundleId = skuBundleId;
171
	}
172
	public String getModel_name() {
173
		return model_name;
174
	}
175
	public void setModel_name(String model_name) {
176
		this.model_name = model_name;
177
	}
178
	public double getGross_price() {
179
		return gross_price;
180
	}
181
	public void setGross_price(double gross_price) {
182
		this.gross_price = gross_price;
183
	}
184
	public int getShowNetPrice() {
185
		return showNetPrice;
186
	}
187
	public void setShowNetPrice(int showNetPrice) {
188
		this.showNetPrice = showNetPrice;
189
	}
190
	public long get_id() {
191
		return _id;
192
	}
193
	public void set_id(long _id) {
194
		this._id = _id;
195
	}
196
	public String getCoupon() {
197
		return coupon;
198
	}
199
	public void setCoupon(String coupon) {
200
		this.coupon = coupon;
201
	}
202
	public double getDp() {
203
		return dp;
204
	}
205
	public void setDp(double dp) {
206
		this.dp = dp;
207
	}
208
	public String getSubCategory() {
209
		return subCategory;
210
	}
211
	public void setSubCategory(String subCategory) {
212
		this.subCategory = subCategory;
213
	}
214
	public String getVideoLink() {
215
		return videoLink;
216
	}
217
	public void setVideoLink(String videoLink) {
218
		this.videoLink = videoLink;
219
	}
220
	public double getCash_back() {
221
		return cash_back;
222
	}
223
	public void setCash_back(double cash_back) {
224
		this.cash_back = cash_back;
225
	}
226
	public int getShowMrp() {
227
		return showMrp;
228
	}
229
	public void setShowMrp(int showMrp) {
230
		this.showMrp = showMrp;
231
	}
232
	public String getOffer() {
233
		return offer;
234
	}
235
	public void setOffer(String offer) {
236
		this.offer = offer;
237
	}
238
	public int getShowDp() {
239
		return showDp;
240
	}
241
	public void setShowDp(int showDp) {
242
		this.showDp = showDp;
243
	}
22953 amit.gupta 244
	public List<AvailabilityInfo> getAvailabilityInfo() {
21339 kshitij.so 245
		return availabilityInfo;
246
	}
22953 amit.gupta 247
	public void setAvailabilityInfo(List<AvailabilityInfo> availabilityInfo) {
21339 kshitij.so 248
		this.availabilityInfo = availabilityInfo;
249
	}
250
	public String getBrand() {
251
		return brand;
252
	}
253
	public void setBrand(String brand) {
254
		this.brand = brand;
255
	}
256
	public int getCash_back_type() {
257
		return cash_back_type;
258
	}
259
	public void setCash_back_type(int cash_back_type) {
260
		this.cash_back_type = cash_back_type;
261
	}
262
 
263
 
264
}
265