@Entity @Deprecated public class ShippingRateImpl extends Object implements ShippingRate
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
ShippingRateImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected Long id
protected String feeType
protected String feeSubType
protected Integer feeBand
protected BigDecimal bandUnitQuantity
protected BigDecimal bandResultQuantity
protected Integer bandResultPercent
public Long getId()
getId in interface ShippingRatepublic void setId(Long id)
setId in interface ShippingRatepublic String getFeeType()
getFeeType in interface ShippingRatepublic void setFeeType(String feeType)
setFeeType in interface ShippingRatepublic String getFeeSubType()
getFeeSubType in interface ShippingRatepublic void setFeeSubType(String feeSubType)
setFeeSubType in interface ShippingRatepublic Integer getFeeBand()
getFeeBand in interface ShippingRatepublic void setFeeBand(Integer feeBand)
setFeeBand in interface ShippingRatepublic BigDecimal getBandUnitQuantity()
getBandUnitQuantity in interface ShippingRatepublic void setBandUnitQuantity(BigDecimal bandUnitQuantity)
setBandUnitQuantity in interface ShippingRatepublic BigDecimal getBandResultQuantity()
getBandResultQuantity in interface ShippingRatepublic void setBandResultQuantity(BigDecimal bandResultQuantity)
setBandResultQuantity in interface ShippingRatepublic Integer getBandResultPercent()
getBandResultPercent in interface ShippingRatepublic void setBandResultPercent(Integer bandResultPercent)
setBandResultPercent in interface ShippingRateCopyright © 2014. All rights reserved.