org.broadleafcommerce.core.offer.domain
Interface CandidateItemOffer
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- CandidateItemOfferImpl
public interface CandidateItemOffer
- extends Serializable
OrderItem level offer that has been qualified for an order,
but may still be ejected based on additional pricing
and stackability concerns once the order has been processed
through the promotion engine.
getId
Long getId()
setId
void setId(Long id)
getOrderItem
OrderItem getOrderItem()
setOrderItem
void setOrderItem(OrderItem orderItem)
clone
CandidateItemOffer clone()
setOffer
void setOffer(Offer offer)
getPriority
int getPriority()
getOffer
Offer getOffer()
getDiscountedPrice
Money getDiscountedPrice()
setDiscountedPrice
void setDiscountedPrice(Money discountedPrice)
Copyright © 2013. All Rights Reserved.