Class FulfillmentOrigin
java.lang.Object
com.broadleafcommerce.fulfillment.domain.FulfillmentOrigin
Inventory locations used during fulfillment pricing calculations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetId()The id of this FulfillmentOrigin instance.A list of inventory locations.getName()A name for this instance.inthashCode()voidThe id of this FulfillmentOrigin instance.voidsetInventoryLocations(List<String> inventoryLocations) A list of inventory locations.voidA name for this instance.toString()
-
Constructor Details
-
FulfillmentOrigin
public FulfillmentOrigin()
-
-
Method Details
-
getId
The id of this FulfillmentOrigin instance. -
getName
A name for this instance. -
getInventoryLocations
A list of inventory locations. This is intended to refer tocom.broadleafcommerce.cartoperation.domain.InventoryLocation#locationNumber, but could be used for any arbitrary inventory origination codes. -
setId
The id of this FulfillmentOrigin instance. -
setName
A name for this instance. -
setInventoryLocations
A list of inventory locations. This is intended to refer tocom.broadleafcommerce.cartoperation.domain.InventoryLocation#locationNumber, but could be used for any arbitrary inventory origination codes. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-