org.broadleafcommerce.core.offer.domain
Interface OfferTier

All Superinterfaces:
Comparable<OfferTier>

public interface OfferTier
extends Comparable<OfferTier>


Method Summary
 BigDecimal getAmount()
           
 Long getId()
           
 Long getMinQuantity()
           
 Offer getOffer()
           
 void setAmount(BigDecimal amount)
           
 void setId(Long id)
           
 void setMinQuantity(Long minQuantity)
           
 void setOffer(Offer offer)
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getId

Long getId()

setId

void setId(Long id)

getAmount

BigDecimal getAmount()

getMinQuantity

Long getMinQuantity()

setAmount

void setAmount(BigDecimal amount)

setMinQuantity

void setMinQuantity(Long minQuantity)

getOffer

Offer getOffer()

setOffer

void setOffer(Offer offer)


Copyright © 2013. All Rights Reserved.