Class BaseOrderItem
java.lang.Object
org.bhn.promotion.core.model.pricing.BaseOrderItem
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
OrderItem
Represents an item in an order within the pricing model.
This class contains essential details about the order item, including its unique identifiers, product information, quantity, and associated delivery details. It also provides validation constraints to ensure the integrity of the data.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BaseOrderItem
public BaseOrderItem()
-