Interface CandidateItemOffer
- All Superinterfaces:
MultiTenantCloneable<CandidateItemOffer>,Serializable
- All Known Implementing Classes:
CandidateItemOfferImpl
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.
-
Method Summary
Modifier and TypeMethodDescriptionclone()getId()getOffer()intvoidsetDiscountedPrice(Money discountedPrice) voidvoidvoidsetOrderItem(OrderItem orderItem) Methods inherited from interface org.broadleafcommerce.common.copy.MultiTenantCloneable
createOrRetrieveCopyInstance
-
Method Details
-
getId
Long getId() -
setId
-
getOrderItem
OrderItem getOrderItem() -
setOrderItem
-
clone
CandidateItemOffer clone() -
getPriority
int getPriority() -
getOffer
Offer getOffer() -
setOffer
-
getDiscountedPrice
Money getDiscountedPrice() -
setDiscountedPrice
-