|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.json.app.J_ShippingQuote
public class J_ShippingQuote
An order may have a ShippingQuote object to describe the shipping. This object is generated by a shipping module.
| Constructor Summary | |
|---|---|
J_ShippingQuote()
|
|
| Method Summary | |
|---|---|
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. |
J_ShippingQuote[] |
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.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(J_ShippingQuote[] _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 |
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public J_ShippingQuote()
| Method Detail |
|---|
public java.lang.String getCode()
public void setCode(java.lang.String _code)
_code - The code to set.public java.lang.String getModuleCode()
public void setModuleCode(java.lang.String _moduleCode)
_moduleCode - The code to set.public java.lang.String getDescription()
public void setDescription(java.lang.String _description)
_description - The description to set.public java.lang.String getIcon()
public void setIcon(java.lang.String _icon)
_icon - The icon to set.public int getSortOrder()
public void setSortOrder(int _sortOrder)
_sortOrder - The sortOrder to set.public java.lang.String getTitle()
public void setTitle(java.lang.String _title)
_title - The title to set.public java.math.BigDecimal getHandlingCost()
public void setHandlingCost(java.math.BigDecimal _handlingCost)
_handlingCost - The handlingCost to set.public java.math.BigDecimal getTax()
public void setTax(java.math.BigDecimal _tax)
_tax - The tax to set.public java.lang.String getResponseText()
public void setResponseText(java.lang.String _responseText)
_responseText - The responseText to set.public java.math.BigDecimal getCost()
public void setCost(java.math.BigDecimal _cost)
_cost - The cost to set.public boolean isFree()
public void setFree(boolean _free)
_free - The free to set.public java.math.BigDecimal getFreeShippingOver()
public void setFreeShippingOver(java.math.BigDecimal _freeShippingOver)
_freeShippingOver - The freeShippingOver to set.public int getTaxClass()
public void setTaxClass(int _taxClass)
_taxClass - The taxClass to set.public java.math.BigDecimal getTotalExTax()
public void setTotalExTax(java.math.BigDecimal _totalExTax)
_totalExTax - The totalExTax to set.public java.math.BigDecimal getTotalIncTax()
public void setTotalIncTax(java.math.BigDecimal _totalIncTax)
_totalIncTax - The totalIncTax to set.public J_ShippingQuote[] getQuotes()
public void setQuotes(J_ShippingQuote[] _quotes)
_quotes - The quotes to set.public java.lang.String getShippingServiceCode()
public void setShippingServiceCode(java.lang.String _shippingServiceCode)
_shippingServiceCode - the shippingServiceCode to setpublic java.lang.String getCustom1()
public void setCustom1(java.lang.String _custom1)
_custom1 - The custom1 to set.public java.lang.String getCustom2()
public void setCustom2(java.lang.String _custom2)
_custom2 - The custom2 to set.public java.lang.String getCustom3()
public void setCustom3(java.lang.String _custom3)
_custom3 - The custom3 to set.public java.lang.String getCustom4()
public void setCustom4(java.lang.String _custom4)
_custom4 - The custom4 to set.public java.lang.String getCustom5()
public void setCustom5(java.lang.String _custom5)
_custom5 - The custom5 to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||