| Line 348... |
Line 348... |
| 348 |
thriftItem.isSetMrp() ? thriftItem.getMrp() : null,
|
348 |
thriftItem.isSetMrp() ? thriftItem.getMrp() : null,
|
| 349 |
thriftItem.isSetSellingPrice() ? thriftItem.getSellingPrice()
|
349 |
thriftItem.isSetSellingPrice() ? thriftItem.getSellingPrice()
|
| 350 |
: null,
|
350 |
: null,
|
| 351 |
thriftItem.isSetWeight() ? thriftItem.getWeight() : null,
|
351 |
thriftItem.isSetWeight() ? thriftItem.getWeight() : null,
|
| 352 |
thriftItem.getAddedOn(), thriftItem.getStartDate(),
|
352 |
thriftItem.getAddedOn(), thriftItem.getStartDate(),
|
| - |
|
353 |
thriftItem.getComingSoonStartDate(), thriftItem.getExpectedArrivalDate(),
|
| 353 |
thriftItem.getRetireDate(), thriftItem.getUpdatedOn(),
|
354 |
thriftItem.getRetireDate(), thriftItem.getUpdatedOn(),
|
| 354 |
thriftItem.getItemStatus().name(), thriftItem.getItemStatus()
|
355 |
thriftItem.getItemStatus().name(), thriftItem.getItemStatus()
|
| 355 |
.getValue(), thriftItem.getStatus_description(),
|
356 |
.getValue(), thriftItem.getStatus_description(),
|
| 356 |
thriftItem.getOtherInfo(), thriftItem.getBestDealText(),
|
357 |
thriftItem.getOtherInfo(), thriftItem.getBestDealText(),
|
| 357 |
thriftItem.isSetBestDealValue() ? thriftItem.getBestDealValue()
|
358 |
thriftItem.isSetBestDealValue() ? thriftItem.getBestDealValue()
|