Class OrderItem
java.lang.Object
com.broadleafcommerce.pricing.provider.external.domain.OrderItem
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanMiscellaneous attributes for this item.getId()The ID of the order item.Miscellaneous internal attributes for this item.inthashCode()voidsetAttributes(Map<String, Object> attributes) Miscellaneous attributes for this item.voidThe ID of the order item.voidsetInternalAttributes(Map<String, Object> internalAttributes) Miscellaneous internal attributes for this item.toString()
-
Constructor Details
-
OrderItem
-
OrderItem
public OrderItem()
-
-
Method Details
-
getId
The ID of the order item. -
getAttributes
Miscellaneous attributes for this item. -
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 pricing of dependent items. -
setId
The ID of the order item. -
setAttributes
Miscellaneous attributes for this item. -
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 pricing of dependent items. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-