public class SkuInventoryReservationRequestGroup extends Object
SkuInventoryReservationRequestItem
instances together for
Inventory reservation, based on the fulfillment type and either shipToAddress or
requestedInventoryLocationId.Constructor and Description |
---|
SkuInventoryReservationRequestGroup() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getFulfillmentType()
Indicates if this group is expected to be picked up or shipped.
|
String |
getRequestedInventoryLocationId()
The locationId of the Inventory Location from which the customer wishes to receive inventory.
|
List<SkuInventoryReservationRequestItem> |
getRequestedItems()
List of items to reserve.
|
com.broadleafcommerce.order.common.domain.Address |
getShipToAddress()
This is most useful when Fulfillment Type is SHIP.
|
int |
hashCode() |
void |
setFulfillmentType(String fulfillmentType)
Indicates if this group is expected to be picked up or shipped.
|
void |
setRequestedInventoryLocationId(String requestedInventoryLocationId)
The locationId of the Inventory Location from which the customer wishes to receive inventory.
|
void |
setRequestedItems(List<SkuInventoryReservationRequestItem> requestedItems)
List of items to reserve.
|
void |
setShipToAddress(com.broadleafcommerce.order.common.domain.Address shipToAddress)
This is most useful when Fulfillment Type is SHIP.
|
String |
toString() |
public String getFulfillmentType()
public String getRequestedInventoryLocationId()
public com.broadleafcommerce.order.common.domain.Address getShipToAddress()
public List<SkuInventoryReservationRequestItem> getRequestedItems()
public void setFulfillmentType(String fulfillmentType)
public void setRequestedInventoryLocationId(String requestedInventoryLocationId)
public void setShipToAddress(com.broadleafcommerce.order.common.domain.Address shipToAddress)
public void setRequestedItems(List<SkuInventoryReservationRequestItem> requestedItems)
requestedItems
- protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.