|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.bl.modules.shipping.ShippingInfo
public class ShippingInfo
The object used by the engine to receive information from the modules
| Constructor Summary | |
|---|---|
ShippingInfo()
|
|
| Method Summary | |
|---|---|
java.math.BigDecimal |
getBoxPadding()
|
java.math.BigDecimal |
getBoxWeight()
|
com.konakart.app.Country |
getDeliveryCountry()
|
com.konakart.app.GeoZone[] |
getDeliveryGeoZoneArray()
|
com.konakart.app.Zone |
getDeliveryZone()
|
java.util.Locale |
getLocale()
|
java.math.BigDecimal |
getMaxWeight()
|
int |
getNumDigitalDownloads()
The number of digital download products |
int |
getNumFreeShipping()
The number of products that need to be shipped for free. |
int |
getNumProducts()
The number of physical products to be shipped |
java.util.List |
getOrderWeightList()
|
com.konakart.app.Country |
getOriginCountry()
|
java.lang.String |
getOriginZip()
|
void |
setBoxPadding(java.math.BigDecimal boxPadding)
|
void |
setBoxWeight(java.math.BigDecimal boxWeight)
|
void |
setDeliveryCountry(com.konakart.app.Country deliveryCountry)
|
void |
setDeliveryGeoZoneArray(com.konakart.app.GeoZone[] deliveryGeoZoneArray)
|
void |
setDeliveryZone(com.konakart.app.Zone deliveryZone)
|
void |
setLocale(java.util.Locale locale)
|
void |
setMaxWeight(java.math.BigDecimal maxWeight)
|
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 |
setNumProducts(int numProducts)
The number of physical products to be shipped |
void |
setOrderWeightList(java.util.List orderWeightList)
|
void |
setOriginCountry(com.konakart.app.Country originCountry)
|
void |
setOriginZip(java.lang.String originZip)
|
java.lang.String |
toString()
Returns a string containing the attributes of the ShippingDescription object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ShippingInfo()
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic 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 com.konakart.app.Country getOriginCountry()
public void setOriginCountry(com.konakart.app.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 getOrderWeightList()
public void setOrderWeightList(java.util.List orderWeightList)
orderWeightList - The orderWeightList to set.public com.konakart.app.Country getDeliveryCountry()
public void setDeliveryCountry(com.konakart.app.Country deliveryCountry)
deliveryCountry - The deliveryCountry to set.public com.konakart.app.Zone getDeliveryZone()
public void setDeliveryZone(com.konakart.app.Zone deliveryZone)
deliveryZone - The deliveryZone to set.public com.konakart.app.GeoZone[] getDeliveryGeoZoneArray()
public void setDeliveryGeoZoneArray(com.konakart.app.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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||