com.konakart.bl
Class TaxMgr.StaticData

java.lang.Object
  extended by com.konakart.bl.TaxMgr.StaticData
Enclosing class:
TaxMgr

protected class TaxMgr.StaticData
extends java.lang.Object

Used to store the static data of this manager


Constructor Summary
protected TaxMgr.StaticData()
           
 
Method Summary
 java.util.Map<java.lang.String,TaxRate[]> getRateObjectsMap()
           
 java.util.Map<java.lang.String,java.math.BigDecimal> getRatesMap()
           
 int getScale()
           
 int getStoreCountry()
           
 int getStoreZone()
           
 int getTaxQuantityRule()
           
 int getTaxScale()
           
 void setRateObjectsMap(java.util.Map<java.lang.String,TaxRate[]> rateObjectsMap)
           
 void setRatesMap(java.util.Map<java.lang.String,java.math.BigDecimal> ratesMap)
           
 void setScale(int scale)
           
 void setStoreCountry(int storeCountry)
           
 void setStoreZone(int storeZone)
           
 void setTaxQuantityRule(int taxQuantityRule)
           
 void setTaxScale(int taxScale)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaxMgr.StaticData

protected TaxMgr.StaticData()
Method Detail

getStoreCountry

public int getStoreCountry()
Returns:
Returns the storeCountry.

setStoreCountry

public void setStoreCountry(int storeCountry)
Parameters:
storeCountry - The storeCountry to set.

getStoreZone

public int getStoreZone()
Returns:
Returns the storeZone.

setStoreZone

public void setStoreZone(int storeZone)
Parameters:
storeZone - The storeZone to set.

getScale

public int getScale()
Returns:
Returns the scale.

setScale

public void setScale(int scale)
Parameters:
scale - The scale to set.

getRatesMap

public java.util.Map<java.lang.String,java.math.BigDecimal> getRatesMap()
Returns:
Returns the ratesMap.

setRatesMap

public void setRatesMap(java.util.Map<java.lang.String,java.math.BigDecimal> ratesMap)
Parameters:
ratesMap - The ratesMap to set.

getRateObjectsMap

public java.util.Map<java.lang.String,TaxRate[]> getRateObjectsMap()
Returns:
Returns the rateObjectsMap.

setRateObjectsMap

public void setRateObjectsMap(java.util.Map<java.lang.String,TaxRate[]> rateObjectsMap)
Parameters:
rateObjectsMap - The rateObjectsMap to set.

getTaxQuantityRule

public int getTaxQuantityRule()
Returns:
the taxQuantityRule

setTaxQuantityRule

public void setTaxQuantityRule(int taxQuantityRule)
Parameters:
taxQuantityRule - the taxQuantityRule to set

getTaxScale

public int getTaxScale()
Returns:
the taxScale

setTaxScale

public void setTaxScale(int taxScale)
Parameters:
taxScale - the taxScale to set


Copyright © 2011 DS Data Systems UK Ltd.