Class FulfillmentOrigin
java.lang.Object
com.broadleafcommerce.fulfillment.domain.FulfillmentOrigin
Inventory locations used during fulfillment pricing calculations.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getId()
The id of this FulfillmentOrigin instance.A list of inventory locations.getName()
A name for this instance.int
hashCode()
void
The id of this FulfillmentOrigin instance.void
setInventoryLocations
(List<String> inventoryLocations) A list of inventory locations.void
A 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
-