| Line 49... |
Line 49... |
| 49 |
private static final org.apache.thrift.protocol.TField DEFAULT_FOR_ENTITY_FIELD_DESC = new org.apache.thrift.protocol.TField("defaultForEntity", org.apache.thrift.protocol.TType.BOOL, (short)24);
|
49 |
private static final org.apache.thrift.protocol.TField DEFAULT_FOR_ENTITY_FIELD_DESC = new org.apache.thrift.protocol.TField("defaultForEntity", org.apache.thrift.protocol.TType.BOOL, (short)24);
|
| 50 |
private static final org.apache.thrift.protocol.TField UPDATED_ON_FIELD_DESC = new org.apache.thrift.protocol.TField("updatedOn", org.apache.thrift.protocol.TType.I64, (short)25);
|
50 |
private static final org.apache.thrift.protocol.TField UPDATED_ON_FIELD_DESC = new org.apache.thrift.protocol.TField("updatedOn", org.apache.thrift.protocol.TType.I64, (short)25);
|
| 51 |
private static final org.apache.thrift.protocol.TField BEST_SELLING_RANK_FIELD_DESC = new org.apache.thrift.protocol.TField("bestSellingRank", org.apache.thrift.protocol.TType.I64, (short)26);
|
51 |
private static final org.apache.thrift.protocol.TField BEST_SELLING_RANK_FIELD_DESC = new org.apache.thrift.protocol.TField("bestSellingRank", org.apache.thrift.protocol.TType.I64, (short)26);
|
| 52 |
private static final org.apache.thrift.protocol.TField RISKY_FIELD_DESC = new org.apache.thrift.protocol.TField("risky", org.apache.thrift.protocol.TType.BOOL, (short)27);
|
52 |
private static final org.apache.thrift.protocol.TField RISKY_FIELD_DESC = new org.apache.thrift.protocol.TField("risky", org.apache.thrift.protocol.TType.BOOL, (short)27);
|
| 53 |
private static final org.apache.thrift.protocol.TField EXPECTED_DELAY_FIELD_DESC = new org.apache.thrift.protocol.TField("expectedDelay", org.apache.thrift.protocol.TType.I32, (short)28);
|
53 |
private static final org.apache.thrift.protocol.TField EXPECTED_DELAY_FIELD_DESC = new org.apache.thrift.protocol.TField("expectedDelay", org.apache.thrift.protocol.TType.I32, (short)28);
|
| 54 |
private static final org.apache.thrift.protocol.TField PREFERRED_WAREHOUSE_FIELD_DESC = new org.apache.thrift.protocol.TField("preferredWarehouse", org.apache.thrift.protocol.TType.I64, (short)29);
|
- |
|
| 55 |
private static final org.apache.thrift.protocol.TField DEFAULT_WAREHOUSE_FIELD_DESC = new org.apache.thrift.protocol.TField("defaultWarehouse", org.apache.thrift.protocol.TType.I64, (short)30);
|
- |
|
| 56 |
private static final org.apache.thrift.protocol.TField IS_WAREHOUSE_PREFERENCE_STICKY_FIELD_DESC = new org.apache.thrift.protocol.TField("isWarehousePreferenceSticky", org.apache.thrift.protocol.TType.BOOL, (short)31);
|
54 |
private static final org.apache.thrift.protocol.TField IS_WAREHOUSE_PREFERENCE_STICKY_FIELD_DESC = new org.apache.thrift.protocol.TField("isWarehousePreferenceSticky", org.apache.thrift.protocol.TType.BOOL, (short)29);
|
| 57 |
private static final org.apache.thrift.protocol.TField WARRANTY_PERIOD_FIELD_DESC = new org.apache.thrift.protocol.TField("warrantyPeriod", org.apache.thrift.protocol.TType.I32, (short)32);
|
55 |
private static final org.apache.thrift.protocol.TField WARRANTY_PERIOD_FIELD_DESC = new org.apache.thrift.protocol.TField("warrantyPeriod", org.apache.thrift.protocol.TType.I32, (short)30);
|
| 58 |
private static final org.apache.thrift.protocol.TField PREFERRED_VENDOR_FIELD_DESC = new org.apache.thrift.protocol.TField("preferredVendor", org.apache.thrift.protocol.TType.I64, (short)33);
|
56 |
private static final org.apache.thrift.protocol.TField PREFERRED_VENDOR_FIELD_DESC = new org.apache.thrift.protocol.TField("preferredVendor", org.apache.thrift.protocol.TType.I64, (short)31);
|
| 59 |
private static final org.apache.thrift.protocol.TField TYPE_FIELD_DESC = new org.apache.thrift.protocol.TField("type", org.apache.thrift.protocol.TType.I32, (short)34);
|
57 |
private static final org.apache.thrift.protocol.TField TYPE_FIELD_DESC = new org.apache.thrift.protocol.TField("type", org.apache.thrift.protocol.TType.I32, (short)32);
|
| 60 |
private static final org.apache.thrift.protocol.TField COMING_SOON_START_DATE_FIELD_DESC = new org.apache.thrift.protocol.TField("comingSoonStartDate", org.apache.thrift.protocol.TType.I64, (short)35);
|
58 |
private static final org.apache.thrift.protocol.TField COMING_SOON_START_DATE_FIELD_DESC = new org.apache.thrift.protocol.TField("comingSoonStartDate", org.apache.thrift.protocol.TType.I64, (short)33);
|
| 61 |
private static final org.apache.thrift.protocol.TField EXPECTED_ARRIVAL_DATE_FIELD_DESC = new org.apache.thrift.protocol.TField("expectedArrivalDate", org.apache.thrift.protocol.TType.I64, (short)36);
|
59 |
private static final org.apache.thrift.protocol.TField EXPECTED_ARRIVAL_DATE_FIELD_DESC = new org.apache.thrift.protocol.TField("expectedArrivalDate", org.apache.thrift.protocol.TType.I64, (short)34);
|
| 62 |
private static final org.apache.thrift.protocol.TField HAS_ITEM_NO_FIELD_DESC = new org.apache.thrift.protocol.TField("hasItemNo", org.apache.thrift.protocol.TType.BOOL, (short)37);
|
60 |
private static final org.apache.thrift.protocol.TField HAS_ITEM_NO_FIELD_DESC = new org.apache.thrift.protocol.TField("hasItemNo", org.apache.thrift.protocol.TType.BOOL, (short)35);
|
| 63 |
|
61 |
|
| 64 |
private long id; // required
|
62 |
private long id; // required
|
| 65 |
private String productGroup; // required
|
63 |
private String productGroup; // required
|
| 66 |
private String brand; // required
|
64 |
private String brand; // required
|
| 67 |
private String modelNumber; // required
|
65 |
private String modelNumber; // required
|
| Line 87... |
Line 85... |
| 87 |
private boolean defaultForEntity; // required
|
85 |
private boolean defaultForEntity; // required
|
| 88 |
private long updatedOn; // required
|
86 |
private long updatedOn; // required
|
| 89 |
private long bestSellingRank; // required
|
87 |
private long bestSellingRank; // required
|
| 90 |
private boolean risky; // required
|
88 |
private boolean risky; // required
|
| 91 |
private int expectedDelay; // required
|
89 |
private int expectedDelay; // required
|
| 92 |
private long preferredWarehouse; // required
|
- |
|
| 93 |
private long defaultWarehouse; // required
|
- |
|
| 94 |
private boolean isWarehousePreferenceSticky; // required
|
90 |
private boolean isWarehousePreferenceSticky; // required
|
| 95 |
private int warrantyPeriod; // required
|
91 |
private int warrantyPeriod; // required
|
| 96 |
private long preferredVendor; // required
|
92 |
private long preferredVendor; // required
|
| 97 |
private ItemType type; // required
|
93 |
private ItemType type; // required
|
| 98 |
private long comingSoonStartDate; // required
|
94 |
private long comingSoonStartDate; // required
|
| Line 131... |
Line 127... |
| 131 |
DEFAULT_FOR_ENTITY((short)24, "defaultForEntity"),
|
127 |
DEFAULT_FOR_ENTITY((short)24, "defaultForEntity"),
|
| 132 |
UPDATED_ON((short)25, "updatedOn"),
|
128 |
UPDATED_ON((short)25, "updatedOn"),
|
| 133 |
BEST_SELLING_RANK((short)26, "bestSellingRank"),
|
129 |
BEST_SELLING_RANK((short)26, "bestSellingRank"),
|
| 134 |
RISKY((short)27, "risky"),
|
130 |
RISKY((short)27, "risky"),
|
| 135 |
EXPECTED_DELAY((short)28, "expectedDelay"),
|
131 |
EXPECTED_DELAY((short)28, "expectedDelay"),
|
| 136 |
PREFERRED_WAREHOUSE((short)29, "preferredWarehouse"),
|
- |
|
| 137 |
DEFAULT_WAREHOUSE((short)30, "defaultWarehouse"),
|
- |
|
| 138 |
IS_WAREHOUSE_PREFERENCE_STICKY((short)31, "isWarehousePreferenceSticky"),
|
132 |
IS_WAREHOUSE_PREFERENCE_STICKY((short)29, "isWarehousePreferenceSticky"),
|
| 139 |
WARRANTY_PERIOD((short)32, "warrantyPeriod"),
|
133 |
WARRANTY_PERIOD((short)30, "warrantyPeriod"),
|
| 140 |
PREFERRED_VENDOR((short)33, "preferredVendor"),
|
134 |
PREFERRED_VENDOR((short)31, "preferredVendor"),
|
| 141 |
/**
|
135 |
/**
|
| 142 |
*
|
136 |
*
|
| 143 |
* @see ItemType
|
137 |
* @see ItemType
|
| 144 |
*/
|
138 |
*/
|
| 145 |
TYPE((short)34, "type"),
|
139 |
TYPE((short)32, "type"),
|
| 146 |
COMING_SOON_START_DATE((short)35, "comingSoonStartDate"),
|
140 |
COMING_SOON_START_DATE((short)33, "comingSoonStartDate"),
|
| 147 |
EXPECTED_ARRIVAL_DATE((short)36, "expectedArrivalDate"),
|
141 |
EXPECTED_ARRIVAL_DATE((short)34, "expectedArrivalDate"),
|
| 148 |
HAS_ITEM_NO((short)37, "hasItemNo");
|
142 |
HAS_ITEM_NO((short)35, "hasItemNo");
|
| 149 |
|
143 |
|
| 150 |
private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();
|
144 |
private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();
|
| 151 |
|
145 |
|
| 152 |
static {
|
146 |
static {
|
| 153 |
for (_Fields field : EnumSet.allOf(_Fields.class)) {
|
147 |
for (_Fields field : EnumSet.allOf(_Fields.class)) {
|
| Line 214... |
Line 208... |
| 214 |
return BEST_SELLING_RANK;
|
208 |
return BEST_SELLING_RANK;
|
| 215 |
case 27: // RISKY
|
209 |
case 27: // RISKY
|
| 216 |
return RISKY;
|
210 |
return RISKY;
|
| 217 |
case 28: // EXPECTED_DELAY
|
211 |
case 28: // EXPECTED_DELAY
|
| 218 |
return EXPECTED_DELAY;
|
212 |
return EXPECTED_DELAY;
|
| 219 |
case 29: // PREFERRED_WAREHOUSE
|
- |
|
| 220 |
return PREFERRED_WAREHOUSE;
|
- |
|
| 221 |
case 30: // DEFAULT_WAREHOUSE
|
- |
|
| 222 |
return DEFAULT_WAREHOUSE;
|
- |
|
| 223 |
case 31: // IS_WAREHOUSE_PREFERENCE_STICKY
|
213 |
case 29: // IS_WAREHOUSE_PREFERENCE_STICKY
|
| 224 |
return IS_WAREHOUSE_PREFERENCE_STICKY;
|
214 |
return IS_WAREHOUSE_PREFERENCE_STICKY;
|
| 225 |
case 32: // WARRANTY_PERIOD
|
215 |
case 30: // WARRANTY_PERIOD
|
| 226 |
return WARRANTY_PERIOD;
|
216 |
return WARRANTY_PERIOD;
|
| 227 |
case 33: // PREFERRED_VENDOR
|
217 |
case 31: // PREFERRED_VENDOR
|
| 228 |
return PREFERRED_VENDOR;
|
218 |
return PREFERRED_VENDOR;
|
| 229 |
case 34: // TYPE
|
219 |
case 32: // TYPE
|
| 230 |
return TYPE;
|
220 |
return TYPE;
|
| 231 |
case 35: // COMING_SOON_START_DATE
|
221 |
case 33: // COMING_SOON_START_DATE
|
| 232 |
return COMING_SOON_START_DATE;
|
222 |
return COMING_SOON_START_DATE;
|
| 233 |
case 36: // EXPECTED_ARRIVAL_DATE
|
223 |
case 34: // EXPECTED_ARRIVAL_DATE
|
| 234 |
return EXPECTED_ARRIVAL_DATE;
|
224 |
return EXPECTED_ARRIVAL_DATE;
|
| 235 |
case 37: // HAS_ITEM_NO
|
225 |
case 35: // HAS_ITEM_NO
|
| 236 |
return HAS_ITEM_NO;
|
226 |
return HAS_ITEM_NO;
|
| 237 |
default:
|
227 |
default:
|
| 238 |
return null;
|
228 |
return null;
|
| 239 |
}
|
229 |
}
|
| 240 |
}
|
230 |
}
|
| Line 288... |
Line 278... |
| 288 |
private static final int __DEFAULTFORENTITY_ISSET_ID = 11;
|
278 |
private static final int __DEFAULTFORENTITY_ISSET_ID = 11;
|
| 289 |
private static final int __UPDATEDON_ISSET_ID = 12;
|
279 |
private static final int __UPDATEDON_ISSET_ID = 12;
|
| 290 |
private static final int __BESTSELLINGRANK_ISSET_ID = 13;
|
280 |
private static final int __BESTSELLINGRANK_ISSET_ID = 13;
|
| 291 |
private static final int __RISKY_ISSET_ID = 14;
|
281 |
private static final int __RISKY_ISSET_ID = 14;
|
| 292 |
private static final int __EXPECTEDDELAY_ISSET_ID = 15;
|
282 |
private static final int __EXPECTEDDELAY_ISSET_ID = 15;
|
| 293 |
private static final int __PREFERREDWAREHOUSE_ISSET_ID = 16;
|
- |
|
| 294 |
private static final int __DEFAULTWAREHOUSE_ISSET_ID = 17;
|
- |
|
| 295 |
private static final int __ISWAREHOUSEPREFERENCESTICKY_ISSET_ID = 18;
|
283 |
private static final int __ISWAREHOUSEPREFERENCESTICKY_ISSET_ID = 16;
|
| 296 |
private static final int __WARRANTYPERIOD_ISSET_ID = 19;
|
284 |
private static final int __WARRANTYPERIOD_ISSET_ID = 17;
|
| 297 |
private static final int __PREFERREDVENDOR_ISSET_ID = 20;
|
285 |
private static final int __PREFERREDVENDOR_ISSET_ID = 18;
|
| 298 |
private static final int __COMINGSOONSTARTDATE_ISSET_ID = 21;
|
286 |
private static final int __COMINGSOONSTARTDATE_ISSET_ID = 19;
|
| 299 |
private static final int __EXPECTEDARRIVALDATE_ISSET_ID = 22;
|
287 |
private static final int __EXPECTEDARRIVALDATE_ISSET_ID = 20;
|
| 300 |
private static final int __HASITEMNO_ISSET_ID = 23;
|
288 |
private static final int __HASITEMNO_ISSET_ID = 21;
|
| 301 |
private BitSet __isset_bit_vector = new BitSet(24);
|
289 |
private BitSet __isset_bit_vector = new BitSet(22);
|
| 302 |
|
290 |
|
| 303 |
public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
|
291 |
public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
|
| 304 |
static {
|
292 |
static {
|
| 305 |
Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
|
293 |
Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
|
| 306 |
tmpMap.put(_Fields.ID, new org.apache.thrift.meta_data.FieldMetaData("id", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
294 |
tmpMap.put(_Fields.ID, new org.apache.thrift.meta_data.FieldMetaData("id", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
| Line 359... |
Line 347... |
| 359 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
|
347 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
|
| 360 |
tmpMap.put(_Fields.RISKY, new org.apache.thrift.meta_data.FieldMetaData("risky", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
348 |
tmpMap.put(_Fields.RISKY, new org.apache.thrift.meta_data.FieldMetaData("risky", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
| 361 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.BOOL)));
|
349 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.BOOL)));
|
| 362 |
tmpMap.put(_Fields.EXPECTED_DELAY, new org.apache.thrift.meta_data.FieldMetaData("expectedDelay", org.apache.thrift.TFieldRequirementType.OPTIONAL,
|
350 |
tmpMap.put(_Fields.EXPECTED_DELAY, new org.apache.thrift.meta_data.FieldMetaData("expectedDelay", org.apache.thrift.TFieldRequirementType.OPTIONAL,
|
| 363 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I32)));
|
351 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I32)));
|
| 364 |
tmpMap.put(_Fields.PREFERRED_WAREHOUSE, new org.apache.thrift.meta_data.FieldMetaData("preferredWarehouse", org.apache.thrift.TFieldRequirementType.OPTIONAL,
|
- |
|
| 365 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
|
- |
|
| 366 |
tmpMap.put(_Fields.DEFAULT_WAREHOUSE, new org.apache.thrift.meta_data.FieldMetaData("defaultWarehouse", org.apache.thrift.TFieldRequirementType.OPTIONAL,
|
- |
|
| 367 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
|
- |
|
| 368 |
tmpMap.put(_Fields.IS_WAREHOUSE_PREFERENCE_STICKY, new org.apache.thrift.meta_data.FieldMetaData("isWarehousePreferenceSticky", org.apache.thrift.TFieldRequirementType.OPTIONAL,
|
352 |
tmpMap.put(_Fields.IS_WAREHOUSE_PREFERENCE_STICKY, new org.apache.thrift.meta_data.FieldMetaData("isWarehousePreferenceSticky", org.apache.thrift.TFieldRequirementType.OPTIONAL,
|
| 369 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.BOOL)));
|
353 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.BOOL)));
|
| 370 |
tmpMap.put(_Fields.WARRANTY_PERIOD, new org.apache.thrift.meta_data.FieldMetaData("warrantyPeriod", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
354 |
tmpMap.put(_Fields.WARRANTY_PERIOD, new org.apache.thrift.meta_data.FieldMetaData("warrantyPeriod", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
| 371 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I32)));
|
355 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I32)));
|
| 372 |
tmpMap.put(_Fields.PREFERRED_VENDOR, new org.apache.thrift.meta_data.FieldMetaData("preferredVendor", org.apache.thrift.TFieldRequirementType.OPTIONAL,
|
356 |
tmpMap.put(_Fields.PREFERRED_VENDOR, new org.apache.thrift.meta_data.FieldMetaData("preferredVendor", org.apache.thrift.TFieldRequirementType.OPTIONAL,
|
| Line 515... |
Line 499... |
| 515 |
this.defaultForEntity = other.defaultForEntity;
|
499 |
this.defaultForEntity = other.defaultForEntity;
|
| 516 |
this.updatedOn = other.updatedOn;
|
500 |
this.updatedOn = other.updatedOn;
|
| 517 |
this.bestSellingRank = other.bestSellingRank;
|
501 |
this.bestSellingRank = other.bestSellingRank;
|
| 518 |
this.risky = other.risky;
|
502 |
this.risky = other.risky;
|
| 519 |
this.expectedDelay = other.expectedDelay;
|
503 |
this.expectedDelay = other.expectedDelay;
|
| 520 |
this.preferredWarehouse = other.preferredWarehouse;
|
- |
|
| 521 |
this.defaultWarehouse = other.defaultWarehouse;
|
- |
|
| 522 |
this.isWarehousePreferenceSticky = other.isWarehousePreferenceSticky;
|
504 |
this.isWarehousePreferenceSticky = other.isWarehousePreferenceSticky;
|
| 523 |
this.warrantyPeriod = other.warrantyPeriod;
|
505 |
this.warrantyPeriod = other.warrantyPeriod;
|
| 524 |
this.preferredVendor = other.preferredVendor;
|
506 |
this.preferredVendor = other.preferredVendor;
|
| 525 |
if (other.isSetType()) {
|
507 |
if (other.isSetType()) {
|
| 526 |
this.type = other.type;
|
508 |
this.type = other.type;
|
| Line 578... |
Line 560... |
| 578 |
this.bestSellingRank = 0;
|
560 |
this.bestSellingRank = 0;
|
| 579 |
setRiskyIsSet(false);
|
561 |
setRiskyIsSet(false);
|
| 580 |
this.risky = false;
|
562 |
this.risky = false;
|
| 581 |
setExpectedDelayIsSet(false);
|
563 |
setExpectedDelayIsSet(false);
|
| 582 |
this.expectedDelay = 0;
|
564 |
this.expectedDelay = 0;
|
| 583 |
setPreferredWarehouseIsSet(false);
|
- |
|
| 584 |
this.preferredWarehouse = 0;
|
- |
|
| 585 |
setDefaultWarehouseIsSet(false);
|
- |
|
| 586 |
this.defaultWarehouse = 0;
|
- |
|
| 587 |
setIsWarehousePreferenceStickyIsSet(false);
|
565 |
setIsWarehousePreferenceStickyIsSet(false);
|
| 588 |
this.isWarehousePreferenceSticky = false;
|
566 |
this.isWarehousePreferenceSticky = false;
|
| 589 |
setWarrantyPeriodIsSet(false);
|
567 |
setWarrantyPeriodIsSet(false);
|
| 590 |
this.warrantyPeriod = 0;
|
568 |
this.warrantyPeriod = 0;
|
| 591 |
setPreferredVendorIsSet(false);
|
569 |
setPreferredVendorIsSet(false);
|
| Line 1244... |
Line 1222... |
| 1244 |
|
1222 |
|
| 1245 |
public void setExpectedDelayIsSet(boolean value) {
|
1223 |
public void setExpectedDelayIsSet(boolean value) {
|
| 1246 |
__isset_bit_vector.set(__EXPECTEDDELAY_ISSET_ID, value);
|
1224 |
__isset_bit_vector.set(__EXPECTEDDELAY_ISSET_ID, value);
|
| 1247 |
}
|
1225 |
}
|
| 1248 |
|
1226 |
|
| 1249 |
public long getPreferredWarehouse() {
|
- |
|
| 1250 |
return this.preferredWarehouse;
|
- |
|
| 1251 |
}
|
- |
|
| 1252 |
|
- |
|
| 1253 |
public void setPreferredWarehouse(long preferredWarehouse) {
|
- |
|
| 1254 |
this.preferredWarehouse = preferredWarehouse;
|
- |
|
| 1255 |
setPreferredWarehouseIsSet(true);
|
- |
|
| 1256 |
}
|
- |
|
| 1257 |
|
- |
|
| 1258 |
public void unsetPreferredWarehouse() {
|
- |
|
| 1259 |
__isset_bit_vector.clear(__PREFERREDWAREHOUSE_ISSET_ID);
|
- |
|
| 1260 |
}
|
- |
|
| 1261 |
|
- |
|
| 1262 |
/** Returns true if field preferredWarehouse is set (has been assigned a value) and false otherwise */
|
- |
|
| 1263 |
public boolean isSetPreferredWarehouse() {
|
- |
|
| 1264 |
return __isset_bit_vector.get(__PREFERREDWAREHOUSE_ISSET_ID);
|
- |
|
| 1265 |
}
|
- |
|
| 1266 |
|
- |
|
| 1267 |
public void setPreferredWarehouseIsSet(boolean value) {
|
- |
|
| 1268 |
__isset_bit_vector.set(__PREFERREDWAREHOUSE_ISSET_ID, value);
|
- |
|
| 1269 |
}
|
- |
|
| 1270 |
|
- |
|
| 1271 |
public long getDefaultWarehouse() {
|
- |
|
| 1272 |
return this.defaultWarehouse;
|
- |
|
| 1273 |
}
|
- |
|
| 1274 |
|
- |
|
| 1275 |
public void setDefaultWarehouse(long defaultWarehouse) {
|
- |
|
| 1276 |
this.defaultWarehouse = defaultWarehouse;
|
- |
|
| 1277 |
setDefaultWarehouseIsSet(true);
|
- |
|
| 1278 |
}
|
- |
|
| 1279 |
|
- |
|
| 1280 |
public void unsetDefaultWarehouse() {
|
- |
|
| 1281 |
__isset_bit_vector.clear(__DEFAULTWAREHOUSE_ISSET_ID);
|
- |
|
| 1282 |
}
|
- |
|
| 1283 |
|
- |
|
| 1284 |
/** Returns true if field defaultWarehouse is set (has been assigned a value) and false otherwise */
|
- |
|
| 1285 |
public boolean isSetDefaultWarehouse() {
|
- |
|
| 1286 |
return __isset_bit_vector.get(__DEFAULTWAREHOUSE_ISSET_ID);
|
- |
|
| 1287 |
}
|
- |
|
| 1288 |
|
- |
|
| 1289 |
public void setDefaultWarehouseIsSet(boolean value) {
|
- |
|
| 1290 |
__isset_bit_vector.set(__DEFAULTWAREHOUSE_ISSET_ID, value);
|
- |
|
| 1291 |
}
|
- |
|
| 1292 |
|
- |
|
| 1293 |
public boolean isIsWarehousePreferenceSticky() {
|
1227 |
public boolean isIsWarehousePreferenceSticky() {
|
| 1294 |
return this.isWarehousePreferenceSticky;
|
1228 |
return this.isWarehousePreferenceSticky;
|
| 1295 |
}
|
1229 |
}
|
| 1296 |
|
1230 |
|
| 1297 |
public void setIsWarehousePreferenceSticky(boolean isWarehousePreferenceSticky) {
|
1231 |
public void setIsWarehousePreferenceSticky(boolean isWarehousePreferenceSticky) {
|
| Line 1677... |
Line 1611... |
| 1677 |
} else {
|
1611 |
} else {
|
| 1678 |
setExpectedDelay((Integer)value);
|
1612 |
setExpectedDelay((Integer)value);
|
| 1679 |
}
|
1613 |
}
|
| 1680 |
break;
|
1614 |
break;
|
| 1681 |
|
1615 |
|
| 1682 |
case PREFERRED_WAREHOUSE:
|
- |
|
| 1683 |
if (value == null) {
|
- |
|
| 1684 |
unsetPreferredWarehouse();
|
- |
|
| 1685 |
} else {
|
- |
|
| 1686 |
setPreferredWarehouse((Long)value);
|
- |
|
| 1687 |
}
|
- |
|
| 1688 |
break;
|
- |
|
| 1689 |
|
- |
|
| 1690 |
case DEFAULT_WAREHOUSE:
|
- |
|
| 1691 |
if (value == null) {
|
- |
|
| 1692 |
unsetDefaultWarehouse();
|
- |
|
| 1693 |
} else {
|
- |
|
| 1694 |
setDefaultWarehouse((Long)value);
|
- |
|
| 1695 |
}
|
- |
|
| 1696 |
break;
|
- |
|
| 1697 |
|
- |
|
| 1698 |
case IS_WAREHOUSE_PREFERENCE_STICKY:
|
1616 |
case IS_WAREHOUSE_PREFERENCE_STICKY:
|
| 1699 |
if (value == null) {
|
1617 |
if (value == null) {
|
| 1700 |
unsetIsWarehousePreferenceSticky();
|
1618 |
unsetIsWarehousePreferenceSticky();
|
| 1701 |
} else {
|
1619 |
} else {
|
| 1702 |
setIsWarehousePreferenceSticky((Boolean)value);
|
1620 |
setIsWarehousePreferenceSticky((Boolean)value);
|
| Line 1838... |
Line 1756... |
| 1838 |
return Boolean.valueOf(isRisky());
|
1756 |
return Boolean.valueOf(isRisky());
|
| 1839 |
|
1757 |
|
| 1840 |
case EXPECTED_DELAY:
|
1758 |
case EXPECTED_DELAY:
|
| 1841 |
return Integer.valueOf(getExpectedDelay());
|
1759 |
return Integer.valueOf(getExpectedDelay());
|
| 1842 |
|
1760 |
|
| 1843 |
case PREFERRED_WAREHOUSE:
|
- |
|
| 1844 |
return Long.valueOf(getPreferredWarehouse());
|
- |
|
| 1845 |
|
- |
|
| 1846 |
case DEFAULT_WAREHOUSE:
|
- |
|
| 1847 |
return Long.valueOf(getDefaultWarehouse());
|
- |
|
| 1848 |
|
- |
|
| 1849 |
case IS_WAREHOUSE_PREFERENCE_STICKY:
|
1761 |
case IS_WAREHOUSE_PREFERENCE_STICKY:
|
| 1850 |
return Boolean.valueOf(isIsWarehousePreferenceSticky());
|
1762 |
return Boolean.valueOf(isIsWarehousePreferenceSticky());
|
| 1851 |
|
1763 |
|
| 1852 |
case WARRANTY_PERIOD:
|
1764 |
case WARRANTY_PERIOD:
|
| 1853 |
return Integer.valueOf(getWarrantyPeriod());
|
1765 |
return Integer.valueOf(getWarrantyPeriod());
|
| Line 1932... |
Line 1844... |
| 1932 |
return isSetBestSellingRank();
|
1844 |
return isSetBestSellingRank();
|
| 1933 |
case RISKY:
|
1845 |
case RISKY:
|
| 1934 |
return isSetRisky();
|
1846 |
return isSetRisky();
|
| 1935 |
case EXPECTED_DELAY:
|
1847 |
case EXPECTED_DELAY:
|
| 1936 |
return isSetExpectedDelay();
|
1848 |
return isSetExpectedDelay();
|
| 1937 |
case PREFERRED_WAREHOUSE:
|
- |
|
| 1938 |
return isSetPreferredWarehouse();
|
- |
|
| 1939 |
case DEFAULT_WAREHOUSE:
|
- |
|
| 1940 |
return isSetDefaultWarehouse();
|
- |
|
| 1941 |
case IS_WAREHOUSE_PREFERENCE_STICKY:
|
1849 |
case IS_WAREHOUSE_PREFERENCE_STICKY:
|
| 1942 |
return isSetIsWarehousePreferenceSticky();
|
1850 |
return isSetIsWarehousePreferenceSticky();
|
| 1943 |
case WARRANTY_PERIOD:
|
1851 |
case WARRANTY_PERIOD:
|
| 1944 |
return isSetWarrantyPeriod();
|
1852 |
return isSetWarrantyPeriod();
|
| 1945 |
case PREFERRED_VENDOR:
|
1853 |
case PREFERRED_VENDOR:
|
| Line 2219... |
Line 2127... |
| 2219 |
return false;
|
2127 |
return false;
|
| 2220 |
if (this.expectedDelay != that.expectedDelay)
|
2128 |
if (this.expectedDelay != that.expectedDelay)
|
| 2221 |
return false;
|
2129 |
return false;
|
| 2222 |
}
|
2130 |
}
|
| 2223 |
|
2131 |
|
| 2224 |
boolean this_present_preferredWarehouse = true && this.isSetPreferredWarehouse();
|
- |
|
| 2225 |
boolean that_present_preferredWarehouse = true && that.isSetPreferredWarehouse();
|
- |
|
| 2226 |
if (this_present_preferredWarehouse || that_present_preferredWarehouse) {
|
- |
|
| 2227 |
if (!(this_present_preferredWarehouse && that_present_preferredWarehouse))
|
- |
|
| 2228 |
return false;
|
- |
|
| 2229 |
if (this.preferredWarehouse != that.preferredWarehouse)
|
- |
|
| 2230 |
return false;
|
- |
|
| 2231 |
}
|
- |
|
| 2232 |
|
- |
|
| 2233 |
boolean this_present_defaultWarehouse = true && this.isSetDefaultWarehouse();
|
- |
|
| 2234 |
boolean that_present_defaultWarehouse = true && that.isSetDefaultWarehouse();
|
- |
|
| 2235 |
if (this_present_defaultWarehouse || that_present_defaultWarehouse) {
|
- |
|
| 2236 |
if (!(this_present_defaultWarehouse && that_present_defaultWarehouse))
|
- |
|
| 2237 |
return false;
|
- |
|
| 2238 |
if (this.defaultWarehouse != that.defaultWarehouse)
|
- |
|
| 2239 |
return false;
|
- |
|
| 2240 |
}
|
- |
|
| 2241 |
|
- |
|
| 2242 |
boolean this_present_isWarehousePreferenceSticky = true && this.isSetIsWarehousePreferenceSticky();
|
2132 |
boolean this_present_isWarehousePreferenceSticky = true && this.isSetIsWarehousePreferenceSticky();
|
| 2243 |
boolean that_present_isWarehousePreferenceSticky = true && that.isSetIsWarehousePreferenceSticky();
|
2133 |
boolean that_present_isWarehousePreferenceSticky = true && that.isSetIsWarehousePreferenceSticky();
|
| 2244 |
if (this_present_isWarehousePreferenceSticky || that_present_isWarehousePreferenceSticky) {
|
2134 |
if (this_present_isWarehousePreferenceSticky || that_present_isWarehousePreferenceSticky) {
|
| 2245 |
if (!(this_present_isWarehousePreferenceSticky && that_present_isWarehousePreferenceSticky))
|
2135 |
if (!(this_present_isWarehousePreferenceSticky && that_present_isWarehousePreferenceSticky))
|
| 2246 |
return false;
|
2136 |
return false;
|
| Line 2596... |
Line 2486... |
| 2596 |
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.expectedDelay, typedOther.expectedDelay);
|
2486 |
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.expectedDelay, typedOther.expectedDelay);
|
| 2597 |
if (lastComparison != 0) {
|
2487 |
if (lastComparison != 0) {
|
| 2598 |
return lastComparison;
|
2488 |
return lastComparison;
|
| 2599 |
}
|
2489 |
}
|
| 2600 |
}
|
2490 |
}
|
| 2601 |
lastComparison = Boolean.valueOf(isSetPreferredWarehouse()).compareTo(typedOther.isSetPreferredWarehouse());
|
- |
|
| 2602 |
if (lastComparison != 0) {
|
- |
|
| 2603 |
return lastComparison;
|
- |
|
| 2604 |
}
|
- |
|
| 2605 |
if (isSetPreferredWarehouse()) {
|
- |
|
| 2606 |
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.preferredWarehouse, typedOther.preferredWarehouse);
|
- |
|
| 2607 |
if (lastComparison != 0) {
|
- |
|
| 2608 |
return lastComparison;
|
- |
|
| 2609 |
}
|
- |
|
| 2610 |
}
|
- |
|
| 2611 |
lastComparison = Boolean.valueOf(isSetDefaultWarehouse()).compareTo(typedOther.isSetDefaultWarehouse());
|
- |
|
| 2612 |
if (lastComparison != 0) {
|
- |
|
| 2613 |
return lastComparison;
|
- |
|
| 2614 |
}
|
- |
|
| 2615 |
if (isSetDefaultWarehouse()) {
|
- |
|
| 2616 |
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.defaultWarehouse, typedOther.defaultWarehouse);
|
- |
|
| 2617 |
if (lastComparison != 0) {
|
- |
|
| 2618 |
return lastComparison;
|
- |
|
| 2619 |
}
|
- |
|
| 2620 |
}
|
- |
|
| 2621 |
lastComparison = Boolean.valueOf(isSetIsWarehousePreferenceSticky()).compareTo(typedOther.isSetIsWarehousePreferenceSticky());
|
2491 |
lastComparison = Boolean.valueOf(isSetIsWarehousePreferenceSticky()).compareTo(typedOther.isSetIsWarehousePreferenceSticky());
|
| 2622 |
if (lastComparison != 0) {
|
2492 |
if (lastComparison != 0) {
|
| 2623 |
return lastComparison;
|
2493 |
return lastComparison;
|
| 2624 |
}
|
2494 |
}
|
| 2625 |
if (isSetIsWarehousePreferenceSticky()) {
|
2495 |
if (isSetIsWarehousePreferenceSticky()) {
|
| Line 2928... |
Line 2798... |
| 2928 |
setExpectedDelayIsSet(true);
|
2798 |
setExpectedDelayIsSet(true);
|
| 2929 |
} else {
|
2799 |
} else {
|
| 2930 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
2800 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
| 2931 |
}
|
2801 |
}
|
| 2932 |
break;
|
2802 |
break;
|
| 2933 |
case 29: // PREFERRED_WAREHOUSE
|
- |
|
| 2934 |
if (field.type == org.apache.thrift.protocol.TType.I64) {
|
- |
|
| 2935 |
this.preferredWarehouse = iprot.readI64();
|
- |
|
| 2936 |
setPreferredWarehouseIsSet(true);
|
- |
|
| 2937 |
} else {
|
- |
|
| 2938 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
- |
|
| 2939 |
}
|
- |
|
| 2940 |
break;
|
- |
|
| 2941 |
case 30: // DEFAULT_WAREHOUSE
|
- |
|
| 2942 |
if (field.type == org.apache.thrift.protocol.TType.I64) {
|
- |
|
| 2943 |
this.defaultWarehouse = iprot.readI64();
|
- |
|
| 2944 |
setDefaultWarehouseIsSet(true);
|
- |
|
| 2945 |
} else {
|
- |
|
| 2946 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
- |
|
| 2947 |
}
|
- |
|
| 2948 |
break;
|
- |
|
| 2949 |
case 31: // IS_WAREHOUSE_PREFERENCE_STICKY
|
2803 |
case 29: // IS_WAREHOUSE_PREFERENCE_STICKY
|
| 2950 |
if (field.type == org.apache.thrift.protocol.TType.BOOL) {
|
2804 |
if (field.type == org.apache.thrift.protocol.TType.BOOL) {
|
| 2951 |
this.isWarehousePreferenceSticky = iprot.readBool();
|
2805 |
this.isWarehousePreferenceSticky = iprot.readBool();
|
| 2952 |
setIsWarehousePreferenceStickyIsSet(true);
|
2806 |
setIsWarehousePreferenceStickyIsSet(true);
|
| 2953 |
} else {
|
2807 |
} else {
|
| 2954 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
2808 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
| 2955 |
}
|
2809 |
}
|
| 2956 |
break;
|
2810 |
break;
|
| 2957 |
case 32: // WARRANTY_PERIOD
|
2811 |
case 30: // WARRANTY_PERIOD
|
| 2958 |
if (field.type == org.apache.thrift.protocol.TType.I32) {
|
2812 |
if (field.type == org.apache.thrift.protocol.TType.I32) {
|
| 2959 |
this.warrantyPeriod = iprot.readI32();
|
2813 |
this.warrantyPeriod = iprot.readI32();
|
| 2960 |
setWarrantyPeriodIsSet(true);
|
2814 |
setWarrantyPeriodIsSet(true);
|
| 2961 |
} else {
|
2815 |
} else {
|
| 2962 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
2816 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
| 2963 |
}
|
2817 |
}
|
| 2964 |
break;
|
2818 |
break;
|
| 2965 |
case 33: // PREFERRED_VENDOR
|
2819 |
case 31: // PREFERRED_VENDOR
|
| 2966 |
if (field.type == org.apache.thrift.protocol.TType.I64) {
|
2820 |
if (field.type == org.apache.thrift.protocol.TType.I64) {
|
| 2967 |
this.preferredVendor = iprot.readI64();
|
2821 |
this.preferredVendor = iprot.readI64();
|
| 2968 |
setPreferredVendorIsSet(true);
|
2822 |
setPreferredVendorIsSet(true);
|
| 2969 |
} else {
|
2823 |
} else {
|
| 2970 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
2824 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
| 2971 |
}
|
2825 |
}
|
| 2972 |
break;
|
2826 |
break;
|
| 2973 |
case 34: // TYPE
|
2827 |
case 32: // TYPE
|
| 2974 |
if (field.type == org.apache.thrift.protocol.TType.I32) {
|
2828 |
if (field.type == org.apache.thrift.protocol.TType.I32) {
|
| 2975 |
this.type = ItemType.findByValue(iprot.readI32());
|
2829 |
this.type = ItemType.findByValue(iprot.readI32());
|
| 2976 |
} else {
|
2830 |
} else {
|
| 2977 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
2831 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
| 2978 |
}
|
2832 |
}
|
| 2979 |
break;
|
2833 |
break;
|
| 2980 |
case 35: // COMING_SOON_START_DATE
|
2834 |
case 33: // COMING_SOON_START_DATE
|
| 2981 |
if (field.type == org.apache.thrift.protocol.TType.I64) {
|
2835 |
if (field.type == org.apache.thrift.protocol.TType.I64) {
|
| 2982 |
this.comingSoonStartDate = iprot.readI64();
|
2836 |
this.comingSoonStartDate = iprot.readI64();
|
| 2983 |
setComingSoonStartDateIsSet(true);
|
2837 |
setComingSoonStartDateIsSet(true);
|
| 2984 |
} else {
|
2838 |
} else {
|
| 2985 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
2839 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
| 2986 |
}
|
2840 |
}
|
| 2987 |
break;
|
2841 |
break;
|
| 2988 |
case 36: // EXPECTED_ARRIVAL_DATE
|
2842 |
case 34: // EXPECTED_ARRIVAL_DATE
|
| 2989 |
if (field.type == org.apache.thrift.protocol.TType.I64) {
|
2843 |
if (field.type == org.apache.thrift.protocol.TType.I64) {
|
| 2990 |
this.expectedArrivalDate = iprot.readI64();
|
2844 |
this.expectedArrivalDate = iprot.readI64();
|
| 2991 |
setExpectedArrivalDateIsSet(true);
|
2845 |
setExpectedArrivalDateIsSet(true);
|
| 2992 |
} else {
|
2846 |
} else {
|
| 2993 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
2847 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
| 2994 |
}
|
2848 |
}
|
| 2995 |
break;
|
2849 |
break;
|
| 2996 |
case 37: // HAS_ITEM_NO
|
2850 |
case 35: // HAS_ITEM_NO
|
| 2997 |
if (field.type == org.apache.thrift.protocol.TType.BOOL) {
|
2851 |
if (field.type == org.apache.thrift.protocol.TType.BOOL) {
|
| 2998 |
this.hasItemNo = iprot.readBool();
|
2852 |
this.hasItemNo = iprot.readBool();
|
| 2999 |
setHasItemNoIsSet(true);
|
2853 |
setHasItemNoIsSet(true);
|
| 3000 |
} else {
|
2854 |
} else {
|
| 3001 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
2855 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
| Line 3144... |
Line 2998... |
| 3144 |
if (isSetExpectedDelay()) {
|
2998 |
if (isSetExpectedDelay()) {
|
| 3145 |
oprot.writeFieldBegin(EXPECTED_DELAY_FIELD_DESC);
|
2999 |
oprot.writeFieldBegin(EXPECTED_DELAY_FIELD_DESC);
|
| 3146 |
oprot.writeI32(this.expectedDelay);
|
3000 |
oprot.writeI32(this.expectedDelay);
|
| 3147 |
oprot.writeFieldEnd();
|
3001 |
oprot.writeFieldEnd();
|
| 3148 |
}
|
3002 |
}
|
| 3149 |
if (isSetPreferredWarehouse()) {
|
- |
|
| 3150 |
oprot.writeFieldBegin(PREFERRED_WAREHOUSE_FIELD_DESC);
|
- |
|
| 3151 |
oprot.writeI64(this.preferredWarehouse);
|
- |
|
| 3152 |
oprot.writeFieldEnd();
|
- |
|
| 3153 |
}
|
- |
|
| 3154 |
if (isSetDefaultWarehouse()) {
|
- |
|
| 3155 |
oprot.writeFieldBegin(DEFAULT_WAREHOUSE_FIELD_DESC);
|
- |
|
| 3156 |
oprot.writeI64(this.defaultWarehouse);
|
- |
|
| 3157 |
oprot.writeFieldEnd();
|
- |
|
| 3158 |
}
|
- |
|
| 3159 |
if (isSetIsWarehousePreferenceSticky()) {
|
3003 |
if (isSetIsWarehousePreferenceSticky()) {
|
| 3160 |
oprot.writeFieldBegin(IS_WAREHOUSE_PREFERENCE_STICKY_FIELD_DESC);
|
3004 |
oprot.writeFieldBegin(IS_WAREHOUSE_PREFERENCE_STICKY_FIELD_DESC);
|
| 3161 |
oprot.writeBool(this.isWarehousePreferenceSticky);
|
3005 |
oprot.writeBool(this.isWarehousePreferenceSticky);
|
| 3162 |
oprot.writeFieldEnd();
|
3006 |
oprot.writeFieldEnd();
|
| 3163 |
}
|
3007 |
}
|
| Line 3369... |
Line 3213... |
| 3369 |
if (!first) sb.append(", ");
|
3213 |
if (!first) sb.append(", ");
|
| 3370 |
sb.append("expectedDelay:");
|
3214 |
sb.append("expectedDelay:");
|
| 3371 |
sb.append(this.expectedDelay);
|
3215 |
sb.append(this.expectedDelay);
|
| 3372 |
first = false;
|
3216 |
first = false;
|
| 3373 |
}
|
3217 |
}
|
| 3374 |
if (isSetPreferredWarehouse()) {
|
- |
|
| 3375 |
if (!first) sb.append(", ");
|
- |
|
| 3376 |
sb.append("preferredWarehouse:");
|
- |
|
| 3377 |
sb.append(this.preferredWarehouse);
|
- |
|
| 3378 |
first = false;
|
- |
|
| 3379 |
}
|
- |
|
| 3380 |
if (isSetDefaultWarehouse()) {
|
- |
|
| 3381 |
if (!first) sb.append(", ");
|
- |
|
| 3382 |
sb.append("defaultWarehouse:");
|
- |
|
| 3383 |
sb.append(this.defaultWarehouse);
|
- |
|
| 3384 |
first = false;
|
- |
|
| 3385 |
}
|
- |
|
| 3386 |
if (isSetIsWarehousePreferenceSticky()) {
|
3218 |
if (isSetIsWarehousePreferenceSticky()) {
|
| 3387 |
if (!first) sb.append(", ");
|
3219 |
if (!first) sb.append(", ");
|
| 3388 |
sb.append("isWarehousePreferenceSticky:");
|
3220 |
sb.append("isWarehousePreferenceSticky:");
|
| 3389 |
sb.append(this.isWarehousePreferenceSticky);
|
3221 |
sb.append(this.isWarehousePreferenceSticky);
|
| 3390 |
first = false;
|
3222 |
first = false;
|