com.konakart.bl
Class TaxMgr.StaticData
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaxMgr.StaticData
protected TaxMgr.StaticData()
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.