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
public class FulfillmentGroup<F extends FulfillmentItem> extends Object
Summarization of fulfillment group fields relevant for creating an inventory reservation request.
-
-
Constructor Summary
Constructors Constructor Description FulfillmentGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
Address
getAddress()
List<F>
getFulfillmentItems()
String
getInventoryLocationReference()
String
getType()
int
hashCode()
void
setAddress(Address address)
void
setFulfillmentItems(List<F> fulfillmentItems)
void
setInventoryLocationReference(String inventoryLocationReference)
void
setType(String type)
String
toString()
-
-
-
Method Detail
-
getType
public String getType()
-
getInventoryLocationReference
public String getInventoryLocationReference()
-
getAddress
public Address getAddress()
-
setType
public void setType(String type)
-
setInventoryLocationReference
public void setInventoryLocationReference(String inventoryLocationReference)
-
setAddress
public void setAddress(Address address)
-
canEqual
protected boolean canEqual(Object other)
-
-