com.konakartadmin.bl
Class AdminTaxMgr.StaticData
java.lang.Object
com.konakartadmin.bl.AdminTaxMgr.StaticData
- Enclosing class:
- AdminTaxMgr
protected class AdminTaxMgr.StaticData
- extends java.lang.Object
Used to store the static data of this manager
Field Summary |
private int |
taxQuantityRule
rule that determines how to calculate tax for multiple products |
private int |
taxScale
precision used when calculating tax |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
taxQuantityRule
private int taxQuantityRule
- rule that determines how to calculate tax for multiple products
taxScale
private int taxScale
- precision used when calculating tax
AdminTaxMgr.StaticData
protected AdminTaxMgr.StaticData()
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.