com.konakart.bl.modules.shipping.flat
Class Flat.StaticData
java.lang.Object
com.konakart.bl.modules.shipping.flat.Flat.StaticData
- Enclosing class:
- Flat
protected class Flat.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 |
Flat.StaticData
protected Flat.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
Copyright © 2011 DS Data Systems UK Ltd.