@Entity public class FulfillmentWeightBandImpl extends FulfillmentBandImpl implements FulfillmentWeightBand
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Long |
id |
protected java.math.BigDecimal |
minimumWeight |
protected BandedWeightFulfillmentOption |
option |
protected java.lang.String |
weightUnitOfMeasure |
resultAmount, resultAmountType| Constructor and Description |
|---|
FulfillmentWeightBandImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getId() |
java.math.BigDecimal |
getMinimumWeight() |
BandedWeightFulfillmentOption |
getOption() |
WeightUnitOfMeasureType |
getWeightUnitOfMeasure() |
void |
setId(java.lang.Long id) |
void |
setMinimumWeight(java.math.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 java.lang.Long id
protected java.math.BigDecimal minimumWeight
protected java.lang.String weightUnitOfMeasure
protected BandedWeightFulfillmentOption option
public java.lang.Long getId()
getId in interface FulfillmentBandpublic void setId(java.lang.Long id)
setId in interface FulfillmentBandpublic java.math.BigDecimal getMinimumWeight()
getMinimumWeight in interface FulfillmentWeightBandpublic void setMinimumWeight(java.math.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 © 2018. All Rights Reserved.