Subversion Repositories SmartDukaan

Rev

Rev 21730 | Rev 22953 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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