Class BaseOrderItem

java.lang.Object
org.bhn.promotion.core.model.pricing.BaseOrderItem
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
OrderItem

public class BaseOrderItem extends Object implements Serializable
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 Details

    • BaseOrderItem

      public BaseOrderItem()