com.konakartadmin.app
Class AdminShippingQuote
java.lang.Object
com.konakartadmin.app.AdminShippingQuote
public class AdminShippingQuote
- extends java.lang.Object
Shipping Quote object for the Admin App
Constructor Summary |
AdminShippingQuote()
Constructor |
AdminShippingQuote(com.workingdogs.village.Record r,
org.apache.torque.util.Criteria c)
Instantiates the attributes of the AdminShippingQuote object from a Record object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
code
private java.lang.String code
title
private java.lang.String title
description
private java.lang.String description
sortOrder
private int sortOrder
icon
private java.lang.String icon
totalIncTax
private java.math.BigDecimal totalIncTax
totalExTax
private java.math.BigDecimal totalExTax
handlingCost
private java.math.BigDecimal handlingCost
tax
private java.math.BigDecimal tax
taxClass
private int taxClass
cost
private java.math.BigDecimal cost
responseText
private java.lang.String responseText
free
private boolean free
freeShippingOver
private java.math.BigDecimal freeShippingOver
AdminShippingQuote
public AdminShippingQuote()
- Constructor
AdminShippingQuote
public AdminShippingQuote(com.workingdogs.village.Record r,
org.apache.torque.util.Criteria c)
throws com.workingdogs.village.DataSetException
- Instantiates the attributes of the AdminShippingQuote object from a Record object
- Parameters:
r
- Record containing datac
- Criteria containing column names
- Throws:
com.workingdogs.village.DataSetException
toString
public java.lang.String toString()
- Returns a string containing the attributes of the ShippingDescription object
- Overrides:
toString
in class java.lang.Object
- Returns:
- A String representing the AdminShippingQuote object
getCode
public java.lang.String getCode()
- Returns:
- Returns the code.
setCode
public void setCode(java.lang.String code)
- Parameters:
code
- The code to set.
getDescription
public java.lang.String getDescription()
- Returns:
- Returns the description.
setDescription
public void setDescription(java.lang.String description)
- Parameters:
description
- The description to set.
getIcon
public java.lang.String getIcon()
- Returns:
- Returns the icon.
setIcon
public void setIcon(java.lang.String icon)
- Parameters:
icon
- The icon to set.
getSortOrder
public int getSortOrder()
- Returns:
- Returns the sortOrder.
setSortOrder
public void setSortOrder(int sortOrder)
- Parameters:
sortOrder
- The sortOrder to set.
getTitle
public java.lang.String getTitle()
- Returns:
- Returns the title.
setTitle
public void setTitle(java.lang.String title)
- Parameters:
title
- The title to set.
getHandlingCost
public java.math.BigDecimal getHandlingCost()
- Returns:
- Returns the handlingCost.
setHandlingCost
public void setHandlingCost(java.math.BigDecimal handlingCost)
- Parameters:
handlingCost
- The handlingCost to set.
getTax
public java.math.BigDecimal getTax()
- Returns:
- Returns the tax.
setTax
public void setTax(java.math.BigDecimal tax)
- Parameters:
tax
- The tax to set.
getResponseText
public java.lang.String getResponseText()
- Returns:
- Returns the responseText.
setResponseText
public void setResponseText(java.lang.String responseText)
- Parameters:
responseText
- The responseText to set.
getCost
public java.math.BigDecimal getCost()
- Returns:
- Returns the cost.
setCost
public void setCost(java.math.BigDecimal cost)
- Parameters:
cost
- The cost to set.
isFree
public boolean isFree()
- Returns:
- Returns the free.
setFree
public void setFree(boolean free)
- Parameters:
free
- The free to set.
getFreeShippingOver
public java.math.BigDecimal getFreeShippingOver()
- Returns:
- Returns the freeShippingOver.
setFreeShippingOver
public void setFreeShippingOver(java.math.BigDecimal freeShippingOver)
- Parameters:
freeShippingOver
- The freeShippingOver to set.
getTaxClass
public int getTaxClass()
- Returns:
- Returns the taxClass.
setTaxClass
public void setTaxClass(int taxClass)
- Parameters:
taxClass
- The taxClass to set.
getTotalExTax
public java.math.BigDecimal getTotalExTax()
- Returns:
- Returns the totalExTax.
setTotalExTax
public void setTotalExTax(java.math.BigDecimal totalExTax)
- Parameters:
totalExTax
- The totalExTax to set.
getTotalIncTax
public java.math.BigDecimal getTotalIncTax()
- Returns:
- Returns the totalIncTax.
setTotalIncTax
public void setTotalIncTax(java.math.BigDecimal totalIncTax)
- Parameters:
totalIncTax
- The totalIncTax to set.
Copyright © 2011 DS Data Systems UK Ltd.