Class FulfillmentGroup<F extends FulfillmentItem>
java.lang.Object
com.broadleafcommerce.inventory.service.provider.domain.FulfillmentGroup<F>
- Type Parameters:
F
- The type of the fulfillment item summaries
Summarization of fulfillment group fields relevant for creating an inventory reservation request.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getType()
int
hashCode()
void
setAddress
(Address address) void
setFulfillmentItems
(List<F> fulfillmentItems) void
setInventoryLocationReference
(String inventoryLocationReference) void
toString()
-
Constructor Details
-
FulfillmentGroup
public FulfillmentGroup()
-
-
Method Details