com.konakartadmin.bl
Class AdminTaxMgr.StaticData

java.lang.Object
  extended by 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
 
Constructor Summary
protected AdminTaxMgr.StaticData()
           
 
Method Summary
 int getTaxQuantityRule()
           
 int getTaxScale()
           
 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
 

Field Detail

taxQuantityRule

private int taxQuantityRule
rule that determines how to calculate tax for multiple products


taxScale

private int taxScale
precision used when calculating tax

Constructor Detail

AdminTaxMgr.StaticData

protected AdminTaxMgr.StaticData()
Method Detail

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.