public class ShippingInfo
extends java.lang.Object
Constructor and Description |
---|
ShippingInfo() |
Modifier and Type | Method and Description |
---|---|
java.math.BigDecimal |
getBoxPadding() |
java.math.BigDecimal |
getBoxWeight() |
Country |
getDeliveryCountry() |
GeoZone[] |
getDeliveryGeoZoneArray() |
Zone |
getDeliveryZone() |
java.util.Locale |
getLocale() |
java.math.BigDecimal |
getMaxWeight() |
int |
getNumBookableProducts()
The number of bookable products
|
int |
getNumDigitalDownloads()
The number of digital download products
|
int |
getNumFreeShipping()
The number of products that need to be shipped for free.
|
int |
getNumGiftCertificates()
The number of gift certificates
|
int |
getNumProducts()
The number of physical products to be shipped
|
int |
getNumVirtualProducts()
The number of virtual products such as a service, warranty or donation
|
java.util.List<java.math.BigDecimal> |
getOrderWeightList() |
Country |
getOriginCountry() |
java.lang.String |
getOriginZip() |
void |
setBoxPadding(java.math.BigDecimal boxPadding) |
void |
setBoxWeight(java.math.BigDecimal boxWeight) |
void |
setDeliveryCountry(Country deliveryCountry) |
void |
setDeliveryGeoZoneArray(GeoZone[] deliveryGeoZoneArray) |
void |
setDeliveryZone(Zone deliveryZone) |
void |
setLocale(java.util.Locale locale) |
void |
setMaxWeight(java.math.BigDecimal maxWeight) |
void |
setNumBookableProducts(int numBookableProducts)
The number of bookable products
|
void |
setNumDigitalDownloads(int numDigitalDownloads)
The number of digital download products
|
void |
setNumFreeShipping(int numFreeShipping)
The number of products that need to be shipped for free.
|
void |
setNumGiftCertificates(int numGiftCertificates)
The number of gift certificates
|
void |
setNumProducts(int numProducts)
The number of physical products to be shipped
|
void |
setNumVirtualProducts(int numVirtualProducts)
The number of virtual products such as a service, warranty or donation
|
void |
setOrderWeightList(java.util.List<java.math.BigDecimal> orderWeightList) |
void |
setOriginCountry(Country originCountry) |
void |
setOriginZip(java.lang.String originZip) |
java.lang.String |
toString()
Returns a string containing the attributes of the ShippingDescription object
|
public java.lang.String toString()
toString
in class java.lang.Object
public java.math.BigDecimal getBoxPadding()
public void setBoxPadding(java.math.BigDecimal boxPadding)
boxPadding
- The boxPadding to set.public java.math.BigDecimal getBoxWeight()
public void setBoxWeight(java.math.BigDecimal boxWeight)
boxWeight
- The boxWeight to set.public java.math.BigDecimal getMaxWeight()
public void setMaxWeight(java.math.BigDecimal maxWeight)
maxWeight
- The maxWeight to set.public Country getOriginCountry()
public void setOriginCountry(Country originCountry)
originCountry
- The originCountry to set.public java.lang.String getOriginZip()
public void setOriginZip(java.lang.String originZip)
originZip
- The originZip to set.public java.util.Locale getLocale()
public void setLocale(java.util.Locale locale)
locale
- The locale to set.public java.util.List<java.math.BigDecimal> getOrderWeightList()
public void setOrderWeightList(java.util.List<java.math.BigDecimal> orderWeightList)
orderWeightList
- The orderWeightList to set.public Country getDeliveryCountry()
public void setDeliveryCountry(Country deliveryCountry)
deliveryCountry
- The deliveryCountry to set.public Zone getDeliveryZone()
public void setDeliveryZone(Zone deliveryZone)
deliveryZone
- The deliveryZone to set.public GeoZone[] getDeliveryGeoZoneArray()
public void setDeliveryGeoZoneArray(GeoZone[] deliveryGeoZoneArray)
deliveryGeoZoneArray
- The deliveryGeoZoneArray to set.public int getNumProducts()
public void setNumProducts(int numProducts)
numProducts
- The numProducts to set.public int getNumDigitalDownloads()
public void setNumDigitalDownloads(int numDigitalDownloads)
numDigitalDownloads
- The numDigitalDownloads to set.public int getNumFreeShipping()
public void setNumFreeShipping(int numFreeShipping)
numFreeShipping
- The numFreeShipping to set.public int getNumBookableProducts()
public void setNumBookableProducts(int numBookableProducts)
numBookableProducts
- the numBookableProducts to setpublic int getNumGiftCertificates()
public void setNumGiftCertificates(int numGiftCertificates)
numGiftCertificates
- the numGiftCertificates to setpublic int getNumVirtualProducts()
public void setNumVirtualProducts(int numVirtualProducts)
numVirtualProducts
- the numVirtualProducts to setCopyright © 2018 DS Data Systems UK Ltd.