public interface OfferTier extends Comparable<OfferTier>
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmount() |
Long |
getId() |
Long |
getMinQuantity() |
Offer |
getOffer() |
void |
setAmount(BigDecimal amount) |
void |
setId(Long id) |
void |
setMinQuantity(Long minQuantity) |
void |
setOffer(Offer offer) |
compareToLong getId()
void setId(Long id)
BigDecimal getAmount()
Long getMinQuantity()
void setAmount(BigDecimal amount)
void setMinQuantity(Long minQuantity)
Offer getOffer()
void setOffer(Offer offer)
Copyright © 2014. All Rights Reserved.