@Entity public class FulfillmentPriceBandImpl extends FulfillmentBandImpl implements FulfillmentPriceBand
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected BandedPriceFulfillmentOption |
option |
protected BigDecimal |
retailPriceMinimumAmount |
resultAmount, resultAmountType| Constructor and Description |
|---|
FulfillmentPriceBandImpl() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getId() |
BandedPriceFulfillmentOption |
getOption()
Gets the
BandedPriceFulfillmentOption that this band is associated to |
BigDecimal |
getRetailPriceMinimumAmount()
Gets the minimum amount that this band is valid for.
|
void |
setId(Long id) |
void |
setOption(BandedPriceFulfillmentOption option)
Sets the
BandedPriceFulfillmentOption to associate with this band |
void |
setRetailPriceMinimumAmount(BigDecimal retailPriceMinimumAmount)
Set the minimum amount that this band is valid for.
|
getResultAmount, getResultAmountType, setResultAmount, setResultAmountTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetResultAmount, getResultAmountType, setResultAmount, setResultAmountTypeprotected Long id
protected BigDecimal retailPriceMinimumAmount
protected BandedPriceFulfillmentOption option
public Long getId()
getId in interface FulfillmentBandpublic void setId(Long id)
setId in interface FulfillmentBandpublic BigDecimal getRetailPriceMinimumAmount()
FulfillmentPriceBandOrderItems in a FulfillmentGroup
comes to at least this amount, this band result amount will be applied to the
fulfillment cost.getRetailPriceMinimumAmount in interface FulfillmentPriceBandOrderItems in a
FulfillmentGroup that this band qualifies forpublic void setRetailPriceMinimumAmount(BigDecimal retailPriceMinimumAmount)
FulfillmentPriceBandOrderItems in a FulfillmentGroup
comes to at least this amount, this band result amount will be applied to the
fulfillment cost.setRetailPriceMinimumAmount in interface FulfillmentPriceBandpublic BandedPriceFulfillmentOption getOption()
FulfillmentPriceBandBandedPriceFulfillmentOption that this band is associated togetOption in interface FulfillmentPriceBandBandedPriceFulfillmentOptionpublic void setOption(BandedPriceFulfillmentOption option)
FulfillmentPriceBandBandedPriceFulfillmentOption to associate with this bandsetOption in interface FulfillmentPriceBandCopyright © 2014. All Rights Reserved.