org.broadleafcommerce.core.pricing.domain
Class ShippingRateImpl
java.lang.Object
org.broadleafcommerce.core.pricing.domain.ShippingRateImpl
- All Implemented Interfaces:
- Serializable, ShippingRate
@Entity
public class ShippingRateImpl
- extends Object
- implements ShippingRate
- See Also:
- Serialized Form
id
protected Long id
feeType
protected String feeType
feeSubType
protected String feeSubType
feeBand
protected Integer feeBand
bandUnitQuantity
protected BigDecimal bandUnitQuantity
bandResultQuantity
protected BigDecimal bandResultQuantity
bandResultPercent
protected Integer bandResultPercent
ShippingRateImpl
public ShippingRateImpl()
getId
public Long getId()
- Specified by:
getId in interface ShippingRate
setId
public void setId(Long id)
- Specified by:
setId in interface ShippingRate
getFeeType
public String getFeeType()
- Specified by:
getFeeType in interface ShippingRate
setFeeType
public void setFeeType(String feeType)
- Specified by:
setFeeType in interface ShippingRate
getFeeSubType
public String getFeeSubType()
- Specified by:
getFeeSubType in interface ShippingRate
setFeeSubType
public void setFeeSubType(String feeSubType)
- Specified by:
setFeeSubType in interface ShippingRate
getFeeBand
public Integer getFeeBand()
- Specified by:
getFeeBand in interface ShippingRate
setFeeBand
public void setFeeBand(Integer feeBand)
- Specified by:
setFeeBand in interface ShippingRate
getBandUnitQuantity
public BigDecimal getBandUnitQuantity()
- Specified by:
getBandUnitQuantity in interface ShippingRate
setBandUnitQuantity
public void setBandUnitQuantity(BigDecimal bandUnitQuantity)
- Specified by:
setBandUnitQuantity in interface ShippingRate
getBandResultQuantity
public BigDecimal getBandResultQuantity()
- Specified by:
getBandResultQuantity in interface ShippingRate
setBandResultQuantity
public void setBandResultQuantity(BigDecimal bandResultQuantity)
- Specified by:
setBandResultQuantity in interface ShippingRate
getBandResultPercent
public Integer getBandResultPercent()
- Specified by:
getBandResultPercent in interface ShippingRate
setBandResultPercent
public void setBandResultPercent(Integer bandResultPercent)
- Specified by:
setBandResultPercent in interface ShippingRate
toString
public String toString()
- Overrides:
toString in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2012. All Rights Reserved.