@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 ShippingRate
public void setId(Long id)
setId
in interface ShippingRate
public String getFeeType()
getFeeType
in interface ShippingRate
public void setFeeType(String feeType)
setFeeType
in interface ShippingRate
public String getFeeSubType()
getFeeSubType
in interface ShippingRate
public void setFeeSubType(String feeSubType)
setFeeSubType
in interface ShippingRate
public Integer getFeeBand()
getFeeBand
in interface ShippingRate
public void setFeeBand(Integer feeBand)
setFeeBand
in interface ShippingRate
public BigDecimal getBandUnitQuantity()
getBandUnitQuantity
in interface ShippingRate
public void setBandUnitQuantity(BigDecimal bandUnitQuantity)
setBandUnitQuantity
in interface ShippingRate
public BigDecimal getBandResultQuantity()
getBandResultQuantity
in interface ShippingRate
public void setBandResultQuantity(BigDecimal bandResultQuantity)
setBandResultQuantity
in interface ShippingRate
public Integer getBandResultPercent()
getBandResultPercent
in interface ShippingRate
public void setBandResultPercent(Integer bandResultPercent)
setBandResultPercent
in interface ShippingRate
Copyright © 2019. All rights reserved.