com.konakart.bl.modules.shipping.table
Class Table.StaticData
java.lang.Object
com.konakart.bl.modules.shipping.table.Table.StaticData
- Enclosing class:
- Table
protected class Table.StaticData
- extends java.lang.Object
Used to store the static data of this module
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Table.StaticData
protected Table.StaticData()
getSortOrder
public int getSortOrder()
- Returns:
- the sortOrder
setSortOrder
public void setSortOrder(int sortOrder)
- Parameters:
sortOrder - the sortOrder to set
getTaxClass
public int getTaxClass()
- Returns:
- the taxClass
setTaxClass
public void setTaxClass(int taxClass)
- Parameters:
taxClass - the taxClass to set
getZone
public int getZone()
- Returns:
- the zone
setZone
public void setZone(int zone)
- Parameters:
zone - the zone to set
getHandling
public java.math.BigDecimal getHandling()
- Returns:
- the handling
setHandling
public void setHandling(java.math.BigDecimal handling)
- Parameters:
handling - the handling to set
getMode
public java.lang.String getMode()
- Returns:
- the mode
setMode
public void setMode(java.lang.String mode)
- Parameters:
mode - the mode to set
getWeightCostList
public java.util.List<WeightCost> getWeightCostList()
- Returns:
- the weightCostList
setWeightCostList
public void setWeightCostList(java.util.List<WeightCost> weightCostList)
- Parameters:
weightCostList - the weightCostList to set
getWeight
public java.lang.String getWeight()
- Returns:
- the weight
getPrice
public java.lang.String getPrice()
- Returns:
- the price
Copyright © 2011 DS Data Systems UK Ltd.