@Entity public class FulfillmentPriceBandImpl extends FulfillmentBandImpl implements FulfillmentPriceBand
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Long |
id |
protected BandedPriceFulfillmentOption |
option |
protected java.math.BigDecimal |
retailPriceMinimumAmount |
resultAmount, resultAmountType| Constructor and Description |
|---|
FulfillmentPriceBandImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getId() |
BandedPriceFulfillmentOption |
getOption()
Gets the
BandedPriceFulfillmentOption that this band is associated to |
java.math.BigDecimal |
getRetailPriceMinimumAmount()
Gets the minimum amount that this band is valid for.
|
void |
setId(java.lang.Long id) |
void |
setOption(BandedPriceFulfillmentOption option)
Sets the
BandedPriceFulfillmentOption to associate with this band |
void |
setRetailPriceMinimumAmount(java.math.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 java.lang.Long id
protected java.math.BigDecimal retailPriceMinimumAmount
protected BandedPriceFulfillmentOption option
public java.lang.Long getId()
getId in interface FulfillmentBandpublic void setId(java.lang.Long id)
setId in interface FulfillmentBandpublic java.math.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(java.math.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 © 2018. All Rights Reserved.