Class OrderFulfillmentItem
java.lang.Object
com.broadleafcommerce.pricing.provider.external.domain.OrderFulfillmentItem
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanMiscellaneous attributes for this order fulfillment item.getId()The ID of the order fulfillment item.Miscellaneous internal attributes for this order fulfillment item.The ID of the order item.The quantity of the order fulfillment item.inthashCode()voidsetAttributes(Map<String, Object> attributes) Miscellaneous attributes for this order fulfillment item.voidThe ID of the order fulfillment item.voidsetInternalAttributes(Map<String, Object> internalAttributes) Miscellaneous internal attributes for this order fulfillment item.voidsetOrderItemId(String orderItemId) The ID of the order item.voidsetQuantity(Integer quantity) The quantity of the order fulfillment item.toString()
-
Constructor Details
-
OrderFulfillmentItem
-
OrderFulfillmentItem
public OrderFulfillmentItem()
-
-
Method Details
-
getId
The ID of the order fulfillment item. -
getOrderItemId
The ID of the order item. -
getQuantity
The quantity of the order fulfillment item. -
getAttributes
Miscellaneous attributes for this order fulfillment item. -
getInternalAttributes
Miscellaneous internal attributes for this order fulfillment item. Distinguished fromgetAttributes()in that this map is used for attributes that assist in the internal working of Broadleaf MicroServices. For example, attributes to help with pricing of dependent items. -
setId
The ID of the order fulfillment item. -
setOrderItemId
The ID of the order item. -
setQuantity
The quantity of the order fulfillment item. -
setAttributes
Miscellaneous attributes for this order fulfillment item. -
setInternalAttributes
Miscellaneous internal attributes for this order fulfillment item. Distinguished fromgetAttributes()in that this map is used for attributes that assist in the internal working of Broadleaf MicroServices. For example, attributes to help with pricing of dependent items. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-