| Line 1183... |
Line 1183... |
| 1183 |
thriftItem.isSetExpectedDelay() ? thriftItem.getExpectedDelay() : null,
|
1183 |
thriftItem.isSetExpectedDelay() ? thriftItem.getExpectedDelay() : null,
|
| 1184 |
thriftItem.isIsWarehousePreferenceSticky(),
|
1184 |
thriftItem.isIsWarehousePreferenceSticky(),
|
| 1185 |
thriftItem.isHasItemNo(),
|
1185 |
thriftItem.isHasItemNo(),
|
| 1186 |
ItemType.SERIALIZED.equals(thriftItem.getType()),
|
1186 |
ItemType.SERIALIZED.equals(thriftItem.getType()),
|
| 1187 |
thriftItem.isSetShowSellingPrice() ? thriftItem.isShowSellingPrice() : false,
|
1187 |
thriftItem.isSetShowSellingPrice() ? thriftItem.isShowSellingPrice() : false,
|
| 1188 |
thriftItem.isSetHoldOverride() ? thriftItem.isHoldOverride() : false,
|
1188 |
thriftItem.isSetHoldOverride(),
|
| 1189 |
thriftItem.isSetPreferredVendor() ? thriftItem.getPreferredVendor() : null,
|
1189 |
thriftItem.isSetPreferredVendor() ? thriftItem.getPreferredVendor() : null,
|
| 1190 |
thriftItem.isSetPreferredInsurer() ? thriftItem.getPreferredInsurer() : null,
|
1190 |
thriftItem.isSetPreferredInsurer() ? thriftItem.getPreferredInsurer() : null,
|
| 1191 |
itemInventoryMap,
|
1191 |
itemInventoryMap,
|
| 1192 |
vendorPricingMap,
|
1192 |
vendorPricingMap,
|
| 1193 |
vItemMap,
|
1193 |
vItemMap,
|