Class FulfillmentWeightBandImpl
java.lang.Object
org.broadleafcommerce.core.order.fulfillment.domain.FulfillmentBandImpl
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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Longprotected BigDecimalprotected BandedWeightFulfillmentOptionprotected StringFields inherited from class org.broadleafcommerce.core.order.fulfillment.domain.FulfillmentBandImpl
resultAmount, resultAmountType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()org.broadleafcommerce.common.util.WeightUnitOfMeasureTypevoidvoidsetMinimumWeight(BigDecimal minimumWeight) voidvoidsetWeightUnitOfMeasure(org.broadleafcommerce.common.util.WeightUnitOfMeasureType weightUnitOfMeasure) Methods inherited from class org.broadleafcommerce.core.order.fulfillment.domain.FulfillmentBandImpl
getResultAmount, getResultAmountType, setResultAmount, setResultAmountTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.broadleafcommerce.core.order.fulfillment.domain.FulfillmentBand
getResultAmount, getResultAmountType, setResultAmount, setResultAmountType
-
Field Details
-
id
-
minimumWeight
-
weightUnitOfMeasure
-
option
-
-
Constructor Details
-
FulfillmentWeightBandImpl
public FulfillmentWeightBandImpl()
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceFulfillmentBand
-
setId
- Specified by:
setIdin interfaceFulfillmentBand
-
getMinimumWeight
- Specified by:
getMinimumWeightin interfaceFulfillmentWeightBand
-
setMinimumWeight
- Specified by:
setMinimumWeightin interfaceFulfillmentWeightBand
-
getOption
- Specified by:
getOptionin interfaceFulfillmentWeightBand
-
setOption
- Specified by:
setOptionin interfaceFulfillmentWeightBand
-
getWeightUnitOfMeasure
public org.broadleafcommerce.common.util.WeightUnitOfMeasureType getWeightUnitOfMeasure()- Specified by:
getWeightUnitOfMeasurein interfaceFulfillmentWeightBand
-
setWeightUnitOfMeasure
public void setWeightUnitOfMeasure(org.broadleafcommerce.common.util.WeightUnitOfMeasureType weightUnitOfMeasure) - Specified by:
setWeightUnitOfMeasurein interfaceFulfillmentWeightBand
-