protected class TaxMgr.StaticData
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
StaticData() |
Modifier and Type | Method and Description |
---|---|
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) |
public int getStoreCountry()
public void setStoreCountry(int storeCountry)
storeCountry
- The storeCountry to set.public int getStoreZone()
public void setStoreZone(int storeZone)
storeZone
- The storeZone to set.public int getScale()
public void setScale(int scale)
scale
- The scale to set.public java.util.Map<java.lang.String,java.math.BigDecimal> getRatesMap()
public void setRatesMap(java.util.Map<java.lang.String,java.math.BigDecimal> ratesMap)
ratesMap
- The ratesMap to set.public java.util.Map<java.lang.String,TaxRate[]> getRateObjectsMap()
public void setRateObjectsMap(java.util.Map<java.lang.String,TaxRate[]> rateObjectsMap)
rateObjectsMap
- The rateObjectsMap to set.public int getTaxQuantityRule()
public void setTaxQuantityRule(int taxQuantityRule)
taxQuantityRule
- the taxQuantityRule to setpublic int getTaxScale()
public void setTaxScale(int taxScale)
taxScale
- the taxScale to setCopyright © 2018 DS Data Systems UK Ltd.