org.broadleafcommerce.core.pricing.domain
Class ShippingRateImpl

java.lang.Object
  extended by org.broadleafcommerce.core.pricing.domain.ShippingRateImpl
All Implemented Interfaces:
Serializable, ShippingRate

Deprecated.

@Entity
@Deprecated
public class ShippingRateImpl
extends Object
implements ShippingRate

See Also:
Serialized Form

Field Summary
protected  Integer bandResultPercent
          Deprecated.  
protected  BigDecimal bandResultQuantity
          Deprecated.  
protected  BigDecimal bandUnitQuantity
          Deprecated.  
protected  Integer feeBand
          Deprecated.  
protected  String feeSubType
          Deprecated.  
protected  String feeType
          Deprecated.  
protected  Long id
          Deprecated.  
 
Constructor Summary
ShippingRateImpl()
          Deprecated.  
 
Method Summary
 boolean equals(Object obj)
          Deprecated.  
 Integer getBandResultPercent()
          Deprecated.  
 BigDecimal getBandResultQuantity()
          Deprecated.  
 BigDecimal getBandUnitQuantity()
          Deprecated.  
 Integer getFeeBand()
          Deprecated.  
 String getFeeSubType()
          Deprecated.  
 String getFeeType()
          Deprecated.  
 Long getId()
          Deprecated.  
 int hashCode()
          Deprecated.  
 void setBandResultPercent(Integer bandResultPercent)
          Deprecated.  
 void setBandResultQuantity(BigDecimal bandResultQuantity)
          Deprecated.  
 void setBandUnitQuantity(BigDecimal bandUnitQuantity)
          Deprecated.  
 void setFeeBand(Integer feeBand)
          Deprecated.  
 void setFeeSubType(String feeSubType)
          Deprecated.  
 void setFeeType(String feeType)
          Deprecated.  
 void setId(Long id)
          Deprecated.  
 String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

id

protected Long id
Deprecated. 

feeType

protected String feeType
Deprecated. 

feeSubType

protected String feeSubType
Deprecated. 

feeBand

protected Integer feeBand
Deprecated. 

bandUnitQuantity

protected BigDecimal bandUnitQuantity
Deprecated. 

bandResultQuantity

protected BigDecimal bandResultQuantity
Deprecated. 

bandResultPercent

protected Integer bandResultPercent
Deprecated. 
Constructor Detail

ShippingRateImpl

public ShippingRateImpl()
Deprecated. 
Method Detail

getId

public Long getId()
Deprecated. 
Specified by:
getId in interface ShippingRate

setId

public void setId(Long id)
Deprecated. 
Specified by:
setId in interface ShippingRate

getFeeType

public String getFeeType()
Deprecated. 
Specified by:
getFeeType in interface ShippingRate

setFeeType

public void setFeeType(String feeType)
Deprecated. 
Specified by:
setFeeType in interface ShippingRate

getFeeSubType

public String getFeeSubType()
Deprecated. 
Specified by:
getFeeSubType in interface ShippingRate

setFeeSubType

public void setFeeSubType(String feeSubType)
Deprecated. 
Specified by:
setFeeSubType in interface ShippingRate

getFeeBand

public Integer getFeeBand()
Deprecated. 
Specified by:
getFeeBand in interface ShippingRate

setFeeBand

public void setFeeBand(Integer feeBand)
Deprecated. 
Specified by:
setFeeBand in interface ShippingRate

getBandUnitQuantity

public BigDecimal getBandUnitQuantity()
Deprecated. 
Specified by:
getBandUnitQuantity in interface ShippingRate

setBandUnitQuantity

public void setBandUnitQuantity(BigDecimal bandUnitQuantity)
Deprecated. 
Specified by:
setBandUnitQuantity in interface ShippingRate

getBandResultQuantity

public BigDecimal getBandResultQuantity()
Deprecated. 
Specified by:
getBandResultQuantity in interface ShippingRate

setBandResultQuantity

public void setBandResultQuantity(BigDecimal bandResultQuantity)
Deprecated. 
Specified by:
setBandResultQuantity in interface ShippingRate

getBandResultPercent

public Integer getBandResultPercent()
Deprecated. 
Specified by:
getBandResultPercent in interface ShippingRate

setBandResultPercent

public void setBandResultPercent(Integer bandResultPercent)
Deprecated. 
Specified by:
setBandResultPercent in interface ShippingRate

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Deprecated. 
Overrides:
equals in class Object


Copyright © 2013. All Rights Reserved.