com.konakart.bl.modules.shipping.item
Class Item.StaticData
java.lang.Object
com.konakart.bl.modules.shipping.item.Item.StaticData
- Enclosing class:
- Item
protected class Item.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 |
Item.StaticData
protected Item.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
getCost
public java.math.BigDecimal getCost()
- Returns:
- the cost
setCost
public void setCost(java.math.BigDecimal cost)
- Parameters:
cost - the cost 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
Copyright © 2011 DS Data Systems UK Ltd.