Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
14630 manish.sha 1
package utilities;
2
 
3
import com.google.gson.annotations.Expose;
4
 
5
public class SnapdealOrderUnit {
6
 
7
    @Expose
8
    private String slpCode;
9
    @Expose
10
    private String suborderCode;
11
    @Expose
12
    private boolean serializable;
13
    @Expose
14
    private String skuCode;
15
    @Expose
16
    private long productSoldDate;
17
    @Expose
18
    private long manifestByDate;
19
    @Expose
20
    private Object awbNo;
21
    @Expose
22
    private String productName;
23
    @Expose
24
    private String productCategory;
25
    @Expose
26
    private String shippingCity;
27
    @Expose
28
    private String shippingState;
29
    @Expose
30
    private Object imeiSerial;
31
    @Expose
32
    private Object shippingProvider;
33
    @Expose
34
    private String shippingMethod;
35
    @Expose
36
    private String invoiceCode;
37
    @Expose
38
    private Object manifestCode;
39
    @Expose
40
    private Object attributes;
41
    @Expose
42
    private String imageUrl;
43
    @Expose
44
    private String pdpUrl;
45
    @Expose
46
    private String freebies;
47
    @Expose
48
    private boolean incentive;
49
    @Expose
50
    private int siId;
51
    @Expose
52
    private int slpId;
53
    @Expose
54
    private String siCode;
55
    @Expose
56
    private boolean grey;
57
    @Expose
58
    private int packSize;
59
    @Expose
60
    private long shippedDate;
61
    @Expose
62
    private String slaBreach;
63
    @Expose
64
    private String productSoldDateString;
65
    @Expose
66
    private String orderCreatedDateString;
67
    @Expose
68
    private String manifestByDateString;
69
    @Expose
70
    private String formUrl;
71
    @Expose
72
    private String sourceUrl;
73
    @Expose
74
    private int price;
75
    @Expose
76
    private String sellerState;
77
    @Expose
78
    private Object mrp;
79
    @Expose
80
    private String slpcode;
81
 
82
    private String customerName;
83
 
84
    private String shippingPincode;
85
 
86
    /**
87
     * 
88
     * @return
89
     *     The slpCode
90
     */
91
    public String getSlpCode() {
92
        return slpCode;
93
    }
94
 
95
    /**
96
     * 
97
     * @param slpCode
98
     *     The slpCode
99
     */
100
    public void setSlpCode(String slpCode) {
101
        this.slpCode = slpCode;
102
    }
103
 
104
    /**
105
     * 
106
     * @return
107
     *     The suborderCode
108
     */
109
    public String getSuborderCode() {
110
        return suborderCode;
111
    }
112
 
113
    /**
114
     * 
115
     * @param suborderCode
116
     *     The suborderCode
117
     */
118
    public void setSuborderCode(String suborderCode) {
119
        this.suborderCode = suborderCode;
120
    }
121
 
122
    /**
123
     * 
124
     * @return
125
     *     The serializable
126
     */
127
    public boolean isSerializable() {
128
        return serializable;
129
    }
130
 
131
    /**
132
     * 
133
     * @param serializable
134
     *     The serializable
135
     */
136
    public void setSerializable(boolean serializable) {
137
        this.serializable = serializable;
138
    }
139
 
140
    /**
141
     * 
142
     * @return
143
     *     The skuCode
144
     */
145
    public String getSkuCode() {
146
        return skuCode;
147
    }
148
 
149
    /**
150
     * 
151
     * @param skuCode
152
     *     The skuCode
153
     */
154
    public void setSkuCode(String skuCode) {
155
        this.skuCode = skuCode;
156
    }
157
 
158
    /**
159
     * 
160
     * @return
161
     *     The productSoldDate
162
     */
163
    public long getProductSoldDate() {
164
        return productSoldDate;
165
    }
166
 
167
    /**
168
     * 
169
     * @param productSoldDate
170
     *     The productSoldDate
171
     */
172
    public void setProductSoldDate(long productSoldDate) {
173
        this.productSoldDate = productSoldDate;
174
    }
175
 
176
    /**
177
     * 
178
     * @return
179
     *     The manifestByDate
180
     */
181
    public long getManifestByDate() {
182
        return manifestByDate;
183
    }
184
 
185
    /**
186
     * 
187
     * @param manifestByDate
188
     *     The manifestByDate
189
     */
190
    public void setManifestByDate(long manifestByDate) {
191
        this.manifestByDate = manifestByDate;
192
    }
193
 
194
    /**
195
     * 
196
     * @return
197
     *     The awbNo
198
     */
199
    public Object getAwbNo() {
200
        return awbNo;
201
    }
202
 
203
    /**
204
     * 
205
     * @param awbNo
206
     *     The awbNo
207
     */
208
    public void setAwbNo(Object awbNo) {
209
        this.awbNo = awbNo;
210
    }
211
 
212
    /**
213
     * 
214
     * @return
215
     *     The productName
216
     */
217
    public String getProductName() {
218
        return productName;
219
    }
220
 
221
    /**
222
     * 
223
     * @param productName
224
     *     The productName
225
     */
226
    public void setProductName(String productName) {
227
        this.productName = productName;
228
    }
229
 
230
    /**
231
     * 
232
     * @return
233
     *     The productCategory
234
     */
235
    public String getProductCategory() {
236
        return productCategory;
237
    }
238
 
239
    /**
240
     * 
241
     * @param productCategory
242
     *     The productCategory
243
     */
244
    public void setProductCategory(String productCategory) {
245
        this.productCategory = productCategory;
246
    }
247
 
248
    /**
249
     * 
250
     * @return
251
     *     The shippingCity
252
     */
253
    public String getShippingCity() {
254
        return shippingCity;
255
    }
256
 
257
    /**
258
     * 
259
     * @param shippingCity
260
     *     The shippingCity
261
     */
262
    public void setShippingCity(String shippingCity) {
263
        this.shippingCity = shippingCity;
264
    }
265
 
266
    /**
267
     * 
268
     * @return
269
     *     The shippingState
270
     */
271
    public String getShippingState() {
272
        return shippingState;
273
    }
274
 
275
    /**
276
     * 
277
     * @param shippingState
278
     *     The shippingState
279
     */
280
    public void setShippingState(String shippingState) {
281
        this.shippingState = shippingState;
282
    }
283
 
284
    /**
285
     * 
286
     * @return
287
     *     The imeiSerial
288
     */
289
    public Object getImeiSerial() {
290
        return imeiSerial;
291
    }
292
 
293
    /**
294
     * 
295
     * @param imeiSerial
296
     *     The imeiSerial
297
     */
298
    public void setImeiSerial(Object imeiSerial) {
299
        this.imeiSerial = imeiSerial;
300
    }
301
 
302
    /**
303
     * 
304
     * @return
305
     *     The shippingProvider
306
     */
307
    public Object getShippingProvider() {
308
        return shippingProvider;
309
    }
310
 
311
    /**
312
     * 
313
     * @param shippingProvider
314
     *     The shippingProvider
315
     */
316
    public void setShippingProvider(Object shippingProvider) {
317
        this.shippingProvider = shippingProvider;
318
    }
319
 
320
    /**
321
     * 
322
     * @return
323
     *     The shippingMethod
324
     */
325
    public String getShippingMethod() {
326
        return shippingMethod;
327
    }
328
 
329
    /**
330
     * 
331
     * @param shippingMethod
332
     *     The shippingMethod
333
     */
334
    public void setShippingMethod(String shippingMethod) {
335
        this.shippingMethod = shippingMethod;
336
    }
337
 
338
    /**
339
     * 
340
     * @return
341
     *     The invoiceCode
342
     */
343
    public String getInvoiceCode() {
344
        return invoiceCode;
345
    }
346
 
347
    /**
348
     * 
349
     * @param invoiceCode
350
     *     The invoiceCode
351
     */
352
    public void setInvoiceCode(String invoiceCode) {
353
        this.invoiceCode = invoiceCode;
354
    }
355
 
356
    /**
357
     * 
358
     * @return
359
     *     The manifestCode
360
     */
361
    public Object getManifestCode() {
362
        return manifestCode;
363
    }
364
 
365
    /**
366
     * 
367
     * @param manifestCode
368
     *     The manifestCode
369
     */
370
    public void setManifestCode(Object manifestCode) {
371
        this.manifestCode = manifestCode;
372
    }
373
 
374
    /**
375
     * 
376
     * @return
377
     *     The attributes
378
     */
379
    public Object getAttributes() {
380
        return attributes;
381
    }
382
 
383
    /**
384
     * 
385
     * @param attributes
386
     *     The attributes
387
     */
388
    public void setAttributes(Object attributes) {
389
        this.attributes = attributes;
390
    }
391
 
392
    /**
393
     * 
394
     * @return
395
     *     The imageUrl
396
     */
397
    public String getImageUrl() {
398
        return imageUrl;
399
    }
400
 
401
    /**
402
     * 
403
     * @param imageUrl
404
     *     The imageUrl
405
     */
406
    public void setImageUrl(String imageUrl) {
407
        this.imageUrl = imageUrl;
408
    }
409
 
410
    /**
411
     * 
412
     * @return
413
     *     The pdpUrl
414
     */
415
    public String getPdpUrl() {
416
        return pdpUrl;
417
    }
418
 
419
    /**
420
     * 
421
     * @param pdpUrl
422
     *     The pdpUrl
423
     */
424
    public void setPdpUrl(String pdpUrl) {
425
        this.pdpUrl = pdpUrl;
426
    }
427
 
428
    /**
429
     * 
430
     * @return
431
     *     The freebies
432
     */
433
    public String getFreebies() {
434
        return freebies;
435
    }
436
 
437
    /**
438
     * 
439
     * @param freebies
440
     *     The freebies
441
     */
442
    public void setFreebies(String freebies) {
443
        this.freebies = freebies;
444
    }
445
 
446
    /**
447
     * 
448
     * @return
449
     *     The incentive
450
     */
451
    public boolean isIncentive() {
452
        return incentive;
453
    }
454
 
455
    /**
456
     * 
457
     * @param incentive
458
     *     The incentive
459
     */
460
    public void setIncentive(boolean incentive) {
461
        this.incentive = incentive;
462
    }
463
 
464
    /**
465
     * 
466
     * @return
467
     *     The siId
468
     */
469
    public int getSiId() {
470
        return siId;
471
    }
472
 
473
    /**
474
     * 
475
     * @param siId
476
     *     The siId
477
     */
478
    public void setSiId(int siId) {
479
        this.siId = siId;
480
    }
481
 
482
    /**
483
     * 
484
     * @return
485
     *     The slpId
486
     */
487
    public int getSlpId() {
488
        return slpId;
489
    }
490
 
491
    /**
492
     * 
493
     * @param slpId
494
     *     The slpId
495
     */
496
    public void setSlpId(int slpId) {
497
        this.slpId = slpId;
498
    }
499
 
500
    /**
501
     * 
502
     * @return
503
     *     The siCode
504
     */
505
    public String getSiCode() {
506
        return siCode;
507
    }
508
 
509
    /**
510
     * 
511
     * @param siCode
512
     *     The siCode
513
     */
514
    public void setSiCode(String siCode) {
515
        this.siCode = siCode;
516
    }
517
 
518
    /**
519
     * 
520
     * @return
521
     *     The grey
522
     */
523
    public boolean isGrey() {
524
        return grey;
525
    }
526
 
527
    /**
528
     * 
529
     * @param grey
530
     *     The grey
531
     */
532
    public void setGrey(boolean grey) {
533
        this.grey = grey;
534
    }
535
 
536
    /**
537
     * 
538
     * @return
539
     *     The packSize
540
     */
541
    public int getPackSize() {
542
        return packSize;
543
    }
544
 
545
    /**
546
     * 
547
     * @param packSize
548
     *     The packSize
549
     */
550
    public void setPackSize(int packSize) {
551
        this.packSize = packSize;
552
    }
553
 
554
    /**
555
     * 
556
     * @return
557
     *     The shippedDate
558
     */
559
    public long getShippedDate() {
560
        return shippedDate;
561
    }
562
 
563
    /**
564
     * 
565
     * @param shippedDate
566
     *     The shippedDate
567
     */
568
    public void setShippedDate(long shippedDate) {
569
        this.shippedDate = shippedDate;
570
    }
571
 
572
    /**
573
     * 
574
     * @return
575
     *     The slaBreach
576
     */
577
    public String getSlaBreach() {
578
        return slaBreach;
579
    }
580
 
581
    /**
582
     * 
583
     * @param slaBreach
584
     *     The slaBreach
585
     */
586
    public void setSlaBreach(String slaBreach) {
587
        this.slaBreach = slaBreach;
588
    }
589
 
590
    /**
591
     * 
592
     * @return
593
     *     The productSoldDateString
594
     */
595
    public String getProductSoldDateString() {
596
        return productSoldDateString;
597
    }
598
 
599
    /**
600
     * 
601
     * @param productSoldDateString
602
     *     The productSoldDateString
603
     */
604
    public void setProductSoldDateString(String productSoldDateString) {
605
        this.productSoldDateString = productSoldDateString;
606
    }
607
 
608
    /**
609
     * 
610
     * @return
611
     *     The orderCreatedDateString
612
     */
613
    public String getOrderCreatedDateString() {
614
        return orderCreatedDateString;
615
    }
616
 
617
    /**
618
     * 
619
     * @param orderCreatedDateString
620
     *     The orderCreatedDateString
621
     */
622
    public void setOrderCreatedDateString(String orderCreatedDateString) {
623
        this.orderCreatedDateString = orderCreatedDateString;
624
    }
625
 
626
    /**
627
     * 
628
     * @return
629
     *     The manifestByDateString
630
     */
631
    public String getManifestByDateString() {
632
        return manifestByDateString;
633
    }
634
 
635
    /**
636
     * 
637
     * @param manifestByDateString
638
     *     The manifestByDateString
639
     */
640
    public void setManifestByDateString(String manifestByDateString) {
641
        this.manifestByDateString = manifestByDateString;
642
    }
643
 
644
    /**
645
     * 
646
     * @return
647
     *     The formUrl
648
     */
649
    public String getFormUrl() {
650
        return formUrl;
651
    }
652
 
653
    /**
654
     * 
655
     * @param formUrl
656
     *     The formUrl
657
     */
658
    public void setFormUrl(String formUrl) {
659
        this.formUrl = formUrl;
660
    }
661
 
662
    /**
663
     * 
664
     * @return
665
     *     The sourceUrl
666
     */
667
    public String getSourceUrl() {
668
        return sourceUrl;
669
    }
670
 
671
    /**
672
     * 
673
     * @param sourceUrl
674
     *     The sourceUrl
675
     */
676
    public void setSourceUrl(String sourceUrl) {
677
        this.sourceUrl = sourceUrl;
678
    }
679
 
680
    /**
681
     * 
682
     * @return
683
     *     The price
684
     */
685
    public int getPrice() {
686
        return price;
687
    }
688
 
689
    /**
690
     * 
691
     * @param price
692
     *     The price
693
     */
694
    public void setPrice(int price) {
695
        this.price = price;
696
    }
697
 
698
    /**
699
     * 
700
     * @return
701
     *     The sellerState
702
     */
703
    public String getSellerState() {
704
        return sellerState;
705
    }
706
 
707
    /**
708
     * 
709
     * @param sellerState
710
     *     The sellerState
711
     */
712
    public void setSellerState(String sellerState) {
713
        this.sellerState = sellerState;
714
    }
715
 
716
    /**
717
     * 
718
     * @return
719
     *     The mrp
720
     */
721
    public Object getMrp() {
722
        return mrp;
723
    }
724
 
725
    /**
726
     * 
727
     * @param mrp
728
     *     The mrp
729
     */
730
    public void setMrp(Object mrp) {
731
        this.mrp = mrp;
732
    }
733
 
734
    /**
735
     * 
736
     * @return
737
     *     The slpcode
738
     */
739
    public String getSlpcode() {
740
        return slpcode;
741
    }
742
 
743
    /**
744
     * 
745
     * @param slpcode
746
     *     The slpcode
747
     */
748
    public void setSlpcode(String slpcode) {
749
        this.slpcode = slpcode;
750
    }
751
 
752
	public String getCustomerName() {
753
		return customerName;
754
	}
755
 
756
	public void setCustomerName(String customerName) {
757
		this.customerName = customerName;
758
	}
759
 
760
	public String getShippingPincode() {
761
		return shippingPincode;
762
	}
763
 
764
	public void setShippingPincode(String shippingPincode) {
765
		this.shippingPincode = shippingPincode;
766
	}
767
 
768
}