org.broadleafcommerce.core.offer.domain
Interface Adjustment

All Superinterfaces:
Serializable
All Known Subinterfaces:
FulfillmentGroupAdjustment, OrderAdjustment, OrderItemAdjustment
All Known Implementing Classes:
FulfillmentGroupAdjustmentImpl, OrderAdjustmentImpl, OrderItemAdjustmentImpl

public interface Adjustment
extends Serializable


Method Summary
 Long getId()
           
 Offer getOffer()
           
 String getReason()
           
 Money getValue()
           
 void setId(Long id)
           
 void setReason(String reason)
           
 void setValue(Money value)
           
 

Method Detail

getId

Long getId()

setId

void setId(Long id)

getOffer

Offer getOffer()

getReason

String getReason()

setReason

void setReason(String reason)

getValue

Money getValue()

setValue

void setValue(Money value)


Copyright © 2012. All Rights Reserved.