org.broadleafcommerce.core.order.fulfillment.domain
Class FulfillmentWeightBandImpl

java.lang.Object
  extended by org.broadleafcommerce.core.order.fulfillment.domain.FulfillmentBandImpl
      extended by org.broadleafcommerce.core.order.fulfillment.domain.FulfillmentWeightBandImpl
All Implemented Interfaces:
Serializable, FulfillmentBand, FulfillmentWeightBand

@Entity
public class FulfillmentWeightBandImpl
extends FulfillmentBandImpl
implements FulfillmentWeightBand

Author:
Phillip Verheyden
See Also:
Serialized Form

Field Summary
protected  Long id
           
protected  BigDecimal minimumWeight
           
protected  BandedWeightFulfillmentOption option
           
protected  String weightUnitOfMeasure
           
 
Fields inherited from class org.broadleafcommerce.core.order.fulfillment.domain.FulfillmentBandImpl
resultAmount, resultAmountType
 
Constructor Summary
FulfillmentWeightBandImpl()
           
 
Method Summary
 Long getId()
           
 BigDecimal getMinimumWeight()
           
 BandedWeightFulfillmentOption getOption()
           
 WeightUnitOfMeasureType getWeightUnitOfMeasure()
           
 void setId(Long id)
           
 void setMinimumWeight(BigDecimal minimumWeight)
           
 void setOption(BandedWeightFulfillmentOption option)
           
 void setWeightUnitOfMeasure(WeightUnitOfMeasureType weightUnitOfMeasure)
           
 
Methods inherited from class org.broadleafcommerce.core.order.fulfillment.domain.FulfillmentBandImpl
getResultAmount, getResultAmountType, setResultAmount, setResultAmountType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.broadleafcommerce.core.order.fulfillment.domain.FulfillmentBand
getResultAmount, getResultAmountType, setResultAmount, setResultAmountType
 

Field Detail

id

protected Long id

minimumWeight

protected BigDecimal minimumWeight

weightUnitOfMeasure

protected String weightUnitOfMeasure

option

protected BandedWeightFulfillmentOption option
Constructor Detail

FulfillmentWeightBandImpl

public FulfillmentWeightBandImpl()
Method Detail

getId

public Long getId()
Specified by:
getId in interface FulfillmentBand

setId

public void setId(Long id)
Specified by:
setId in interface FulfillmentBand

getMinimumWeight

public BigDecimal getMinimumWeight()
Specified by:
getMinimumWeight in interface FulfillmentWeightBand

setMinimumWeight

public void setMinimumWeight(BigDecimal minimumWeight)
Specified by:
setMinimumWeight in interface FulfillmentWeightBand

getOption

public BandedWeightFulfillmentOption getOption()
Specified by:
getOption in interface FulfillmentWeightBand

setOption

public void setOption(BandedWeightFulfillmentOption option)
Specified by:
setOption in interface FulfillmentWeightBand

getWeightUnitOfMeasure

public WeightUnitOfMeasureType getWeightUnitOfMeasure()
Specified by:
getWeightUnitOfMeasure in interface FulfillmentWeightBand

setWeightUnitOfMeasure

public void setWeightUnitOfMeasure(WeightUnitOfMeasureType weightUnitOfMeasure)
Specified by:
setWeightUnitOfMeasure in interface FulfillmentWeightBand


Copyright © 2012. All Rights Reserved.