com.konakart.bl.modules.shipping.flat
Class Flat.StaticData

java.lang.Object
  extended by 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


Constructor Summary
protected Flat.StaticData()
           
 
Method Summary
 java.math.BigDecimal getCost()
           
 int getSortOrder()
           
 int getTaxClass()
           
 int getZone()
           
 void setCost(java.math.BigDecimal cost)
           
 void setSortOrder(int sortOrder)
           
 void setTaxClass(int taxClass)
           
 void setZone(int zone)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Flat.StaticData

protected Flat.StaticData()
Method Detail

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.