com.konakartadmin.app
Class AdminShippingQuote

java.lang.Object
  extended by com.konakartadmin.app.AdminShippingQuote

public class AdminShippingQuote
extends java.lang.Object

Shipping Quote object for the Admin App


Field Summary
private  java.lang.String code
           
private  java.math.BigDecimal cost
           
private  java.lang.String description
           
private  boolean free
           
private  java.math.BigDecimal freeShippingOver
           
private  java.math.BigDecimal handlingCost
           
private  java.lang.String icon
           
private  java.lang.String responseText
           
private  int sortOrder
           
private  java.math.BigDecimal tax
           
private  int taxClass
           
private  java.lang.String title
           
private  java.math.BigDecimal totalExTax
           
private  java.math.BigDecimal totalIncTax
           
 
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
 
Method Summary
 java.lang.String getCode()
           
 java.math.BigDecimal getCost()
           
 java.lang.String getDescription()
           
 java.math.BigDecimal getFreeShippingOver()
           
 java.math.BigDecimal getHandlingCost()
           
 java.lang.String getIcon()
           
 java.lang.String getResponseText()
           
 int getSortOrder()
           
 java.math.BigDecimal getTax()
           
 int getTaxClass()
           
 java.lang.String getTitle()
           
 java.math.BigDecimal getTotalExTax()
           
 java.math.BigDecimal getTotalIncTax()
           
 boolean isFree()
           
 void setCode(java.lang.String code)
           
 void setCost(java.math.BigDecimal cost)
           
 void setDescription(java.lang.String description)
           
 void setFree(boolean free)
           
 void setFreeShippingOver(java.math.BigDecimal freeShippingOver)
           
 void setHandlingCost(java.math.BigDecimal handlingCost)
           
 void setIcon(java.lang.String icon)
           
 void setResponseText(java.lang.String responseText)
           
 void setSortOrder(int sortOrder)
           
 void setTax(java.math.BigDecimal tax)
           
 void setTaxClass(int taxClass)
           
 void setTitle(java.lang.String title)
           
 void setTotalExTax(java.math.BigDecimal totalExTax)
           
 void setTotalIncTax(java.math.BigDecimal totalIncTax)
           
 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
 

Field Detail

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
Constructor Detail

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 data
c - Criteria containing column names
Throws:
com.workingdogs.village.DataSetException
Method Detail

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.