Interface OrderItemQualifier

All Superinterfaces:
Serializable
All Known Implementing Classes:
OrderItemQualifierImpl

public interface OrderItemQualifier extends Serializable
  • Method Summary

    Modifier and Type
    Method
    Description
    Unique id of the item qualifier.
    Returns the related offer
    The related order item.
    Returns the quantity of the associated OrderItem that was used as a qualifier.
    void
    setId(Long id)
    Sets the id for this OrderItemQualifier
    void
    setOffer(Offer offer)
    Sets the related offer.
    void
    Sets the related order item.
    void
    setQuantity(Long quantity)
    Sets the quantity of the associated OrderItem that was used as a qualifier.
  • Method Details

    • getId

      Long getId()
      Unique id of the item qualifier.
      Returns:
    • setId

      void setId(Long id)
      Sets the id for this OrderItemQualifier
      Parameters:
      id -
    • getOrderItem

      OrderItem getOrderItem()
      The related order item.
      Returns:
    • setOrderItem

      void setOrderItem(OrderItem orderItem)
      Sets the related order item.
      Parameters:
      orderItem -
    • getOffer

      Offer getOffer()
      Returns the related offer
      Returns:
    • setOffer

      void setOffer(Offer offer)
      Sets the related offer.
      Parameters:
      offer -
    • getQuantity

      Long getQuantity()
      Returns the quantity of the associated OrderItem that was used as a qualifier.
      Returns:
    • setQuantity

      void setQuantity(Long quantity)
      Sets the quantity of the associated OrderItem that was used as a qualifier.
      Parameters:
      quantity -