org.broadleafcommerce.core.offer.service.discount.domain
Interface PromotableOrderAdjustment

All Superinterfaces:
Serializable
All Known Implementing Classes:
PromotableOrderAdjustmentImpl

public interface PromotableOrderAdjustment
extends Serializable


Method Summary
 Money getAdjustmentValue()
          Returns the value of this adjustment
 Offer getOffer()
          Returns the associated promotableCandidateOrderOffer
 PromotableOrder getPromotableOrder()
          Returns the associated promotableOrder
 boolean isCombinable()
          Returns true if this adjustment represents a combinable offer.
 boolean isTotalitarian()
          Returns true if this adjustment represents a totalitarian offer.
 

Method Detail

getPromotableOrder

PromotableOrder getPromotableOrder()
Returns the associated promotableOrder

Returns:

getOffer

Offer getOffer()
Returns the associated promotableCandidateOrderOffer

Returns:

getAdjustmentValue

Money getAdjustmentValue()
Returns the value of this adjustment

Returns:

isCombinable

boolean isCombinable()
Returns true if this adjustment represents a combinable offer.


isTotalitarian

boolean isTotalitarian()
Returns true if this adjustment represents a totalitarian offer.



Copyright © 2013. All Rights Reserved.