@Entity public class FulfillmentWeightBandImpl extends FulfillmentBandImpl implements FulfillmentWeightBand
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected BigDecimal |
minimumWeight |
protected BandedWeightFulfillmentOption |
option |
protected String |
weightUnitOfMeasure |
resultAmount, resultAmountType| Constructor and Description |
|---|
FulfillmentWeightBandImpl() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getId() |
BigDecimal |
getMinimumWeight() |
BandedWeightFulfillmentOption |
getOption() |
WeightUnitOfMeasureType |
getWeightUnitOfMeasure() |
void |
setId(Long id) |
void |
setMinimumWeight(BigDecimal minimumWeight) |
void |
setOption(BandedWeightFulfillmentOption option) |
void |
setWeightUnitOfMeasure(WeightUnitOfMeasureType weightUnitOfMeasure) |
getResultAmount, getResultAmountType, setResultAmount, setResultAmountTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetResultAmount, getResultAmountType, setResultAmount, setResultAmountTypeprotected Long id
protected BigDecimal minimumWeight
protected String weightUnitOfMeasure
protected BandedWeightFulfillmentOption option
public Long getId()
getId in interface FulfillmentBandpublic void setId(Long id)
setId in interface FulfillmentBandpublic BigDecimal getMinimumWeight()
getMinimumWeight in interface FulfillmentWeightBandpublic void setMinimumWeight(BigDecimal minimumWeight)
setMinimumWeight in interface FulfillmentWeightBandpublic BandedWeightFulfillmentOption getOption()
getOption in interface FulfillmentWeightBandpublic void setOption(BandedWeightFulfillmentOption option)
setOption in interface FulfillmentWeightBandpublic WeightUnitOfMeasureType getWeightUnitOfMeasure()
getWeightUnitOfMeasure in interface FulfillmentWeightBandpublic void setWeightUnitOfMeasure(WeightUnitOfMeasureType weightUnitOfMeasure)
setWeightUnitOfMeasure in interface FulfillmentWeightBandCopyright © 2014. All Rights Reserved.