public interface ShippingQuoteIf
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCode()
The code of the shipping module.
|
java.math.BigDecimal |
getCost() |
java.lang.String |
getCustom1() |
java.lang.String |
getCustom2() |
java.lang.String |
getCustom3() |
java.lang.String |
getCustom4() |
java.lang.String |
getCustom5() |
java.lang.String |
getDescription()
The shipping module description to put on the UI so that it can be selected.
|
java.math.BigDecimal |
getFreeShippingOver()
The value for freeShippingOver is set in a configuration variable.
|
java.math.BigDecimal |
getHandlingCost() |
java.lang.String |
getIcon() |
java.lang.String |
getModuleCode()
The code of the shipping module.
|
ShippingQuoteIf[] |
getQuotes() |
java.lang.String |
getResponseText()
The response text that can be used in the UI.
|
java.lang.String |
getShippingServiceCode() |
int |
getSortOrder()
Defines the order in which the shipping modules are displayed.
|
java.math.BigDecimal |
getTax() |
int |
getTaxClass() |
java.math.BigDecimal |
getTaxRate() |
java.lang.String |
getTitle()
The title of the shipping module which can be used in the UI.
|
java.math.BigDecimal |
getTotalExTax() |
java.math.BigDecimal |
getTotalIncTax() |
boolean |
isFree()
If set to true, the shipping is free.
|
void |
setCode(java.lang.String code)
The code of the shipping module.
|
void |
setCost(java.math.BigDecimal cost) |
void |
setCustom1(java.lang.String custom1) |
void |
setCustom2(java.lang.String custom2) |
void |
setCustom3(java.lang.String custom3) |
void |
setCustom4(java.lang.String custom4) |
void |
setCustom5(java.lang.String custom5) |
void |
setDescription(java.lang.String description)
The shipping module description to put on the UI so that it can be selected.
|
void |
setFree(boolean free)
If set to true, the shipping is free.
|
void |
setFreeShippingOver(java.math.BigDecimal freeShippingOver)
The value for freeShippingOver is set in a configuration variable.
|
void |
setHandlingCost(java.math.BigDecimal handlingCost) |
void |
setIcon(java.lang.String icon) |
void |
setModuleCode(java.lang.String moduleCode)
The code of the shipping module.
|
void |
setQuotes(ShippingQuoteIf[] quotes) |
void |
setResponseText(java.lang.String responseText)
The response text that can be used in the UI.
|
void |
setShippingServiceCode(java.lang.String shippingServiceCode) |
void |
setSortOrder(int sortOrder)
Defines the order in which the shipping modules are displayed.
|
void |
setTax(java.math.BigDecimal tax) |
void |
setTaxClass(int taxClass) |
void |
setTaxRate(java.math.BigDecimal taxRate) |
void |
setTitle(java.lang.String title)
The title of the shipping module which can be used in the UI.
|
void |
setTotalExTax(java.math.BigDecimal totalExTax) |
void |
setTotalIncTax(java.math.BigDecimal totalIncTax) |
java.lang.String getCode()
void setCode(java.lang.String code)
code
- The code to set.java.lang.String getModuleCode()
void setModuleCode(java.lang.String moduleCode)
moduleCode
- The code to set.java.lang.String getDescription()
void setDescription(java.lang.String description)
description
- The description to set.java.lang.String getIcon()
void setIcon(java.lang.String icon)
icon
- The icon to set.int getSortOrder()
void setSortOrder(int sortOrder)
sortOrder
- The sortOrder to set.java.lang.String getTitle()
void setTitle(java.lang.String title)
title
- The title to set.java.math.BigDecimal getHandlingCost()
void setHandlingCost(java.math.BigDecimal handlingCost)
handlingCost
- The handlingCost to set.java.math.BigDecimal getTax()
void setTax(java.math.BigDecimal tax)
tax
- The tax to set.java.lang.String getResponseText()
void setResponseText(java.lang.String responseText)
responseText
- The responseText to set.java.math.BigDecimal getCost()
void setCost(java.math.BigDecimal cost)
cost
- The cost to set.boolean isFree()
void setFree(boolean free)
free
- The free to set.java.math.BigDecimal getFreeShippingOver()
void setFreeShippingOver(java.math.BigDecimal freeShippingOver)
freeShippingOver
- The freeShippingOver to set.int getTaxClass()
void setTaxClass(int taxClass)
taxClass
- The taxClass to set.java.math.BigDecimal getTaxRate()
void setTaxRate(java.math.BigDecimal taxRate)
taxRate
- the taxRate to setjava.math.BigDecimal getTotalExTax()
void setTotalExTax(java.math.BigDecimal totalExTax)
totalExTax
- The totalExTax to set.java.math.BigDecimal getTotalIncTax()
void setTotalIncTax(java.math.BigDecimal totalIncTax)
totalIncTax
- The totalIncTax to set.ShippingQuoteIf[] getQuotes()
void setQuotes(ShippingQuoteIf[] quotes)
quotes
- The quotes to set.java.lang.String getShippingServiceCode()
void setShippingServiceCode(java.lang.String shippingServiceCode)
shippingServiceCode
- the shippingServiceCode to setjava.lang.String getCustom1()
void setCustom1(java.lang.String custom1)
custom1
- The custom1 to set.java.lang.String getCustom2()
void setCustom2(java.lang.String custom2)
custom2
- The custom2 to set.java.lang.String getCustom3()
void setCustom3(java.lang.String custom3)
custom3
- The custom3 to set.java.lang.String getCustom4()
void setCustom4(java.lang.String custom4)
custom4
- The custom4 to set.java.lang.String getCustom5()
void setCustom5(java.lang.String custom5)
custom5
- The custom5 to set.Copyright © 2018 DS Data Systems UK Ltd.