org.broadleafcommerce.core.pricing.domain
Interface ShippingRate
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- ShippingRateImpl
public interface ShippingRate
- extends Serializable
getId
Long getId()
setId
void setId(Long id)
getFeeType
String getFeeType()
setFeeType
void setFeeType(String feeType)
getFeeSubType
String getFeeSubType()
setFeeSubType
void setFeeSubType(String feeSubType)
getFeeBand
Integer getFeeBand()
setFeeBand
void setFeeBand(Integer feeBand)
getBandUnitQuantity
BigDecimal getBandUnitQuantity()
setBandUnitQuantity
void setBandUnitQuantity(BigDecimal bandUnitQuantity)
getBandResultQuantity
BigDecimal getBandResultQuantity()
setBandResultQuantity
void setBandResultQuantity(BigDecimal bandResultQuantity)
getBandResultPercent
Integer getBandResultPercent()
setBandResultPercent
void setBandResultPercent(Integer bandResultPersent)
Copyright © 2012. All Rights Reserved.