Class Order
java.lang.Object
com.broadleafcommerce.pricing.provider.external.domain.Order
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanMiscellaneous attributes for this order.The ID of the cart from which this order was created.getId()The ID of the order.Miscellaneous internal attributes for this item.The list ofOrderItemsassociated with this order.inthashCode()voidsetAttributes(Map<String, Object> attributes) Miscellaneous attributes for this order.voidThe ID of the cart from which this order was created.voidThe ID of the order.voidsetInternalAttributes(Map<String, Object> internalAttributes) Miscellaneous internal attributes for this item.voidsetOrderItems(List<OrderItem> orderItems) The list ofOrderItemsassociated with this order.toString()
-
Constructor Details
-
Order
-
Order
public Order()
-
-
Method Details
-
getId
The ID of the order. -
getCartId
The ID of the cart from which this order was created. -
getOrderItems
The list ofOrderItemsassociated with this order. -
getAttributes
Miscellaneous attributes for this order. -
getInternalAttributes
Miscellaneous internal attributes for this 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 processing the order's checkout. -
setId
The ID of the order. -
setCartId
The ID of the cart from which this order was created. -
setOrderItems
The list ofOrderItemsassociated with this order. -
setAttributes
Miscellaneous attributes for this order. -
setInternalAttributes
Miscellaneous internal attributes for this 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 processing the order's checkout. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-