public class WeaveFulfillmentGroupItemReservations extends Object implements FulfillmentGroupItemReservations
| Modifier and Type | Field and Description |
|---|---|
protected InventoryReservationTemplate |
embeddedInventoryReservationTemplate |
| Constructor and Description |
|---|
WeaveFulfillmentGroupItemReservations() |
| Modifier and Type | Method and Description |
|---|---|
protected InventoryReservationTemplate |
getEmbeddableInventoryReservationTemplate(boolean assign) |
List<InventoryReservation> |
getReservations()
All of the
InventoryReservations associated with this FulfillmentGroupItem. |
void |
setReservations(List<InventoryReservation> reservations)
Sets where inventory comes from out of a
FulfillmentGroupItem. |
protected InventoryReservationTemplate embeddedInventoryReservationTemplate
public WeaveFulfillmentGroupItemReservations()
public List<InventoryReservation> getReservations()
FulfillmentGroupItemReservationsInventoryReservations associated with this FulfillmentGroupItem. The sum of all of the
quantitities of the reservations should be equal to the quantity of the FulfillmentGroupItem.getReservations in interface FulfillmentGroupItemReservationspublic void setReservations(List<InventoryReservation> reservations)
FulfillmentGroupItemReservationsFulfillmentGroupItem. The sum of all of the quantities of the given
reservations should total up to the sum of the quantity of the FulfillmentGroupItem.setReservations in interface FulfillmentGroupItemReservationsreservations - the locations that inventory comes from for this FulfillmentGroupItemprotected InventoryReservationTemplate getEmbeddableInventoryReservationTemplate(boolean assign)
Copyright © 2020. All rights reserved.