Package org.brerp.base.component
Class BrERPTaxProviderFactory
java.lang.Object
org.brerp.base.component.BrERPTaxProviderFactory
- All Implemented Interfaces:
ITaxProviderFactory
Class short description
Class long description
- Version:
- $Id: BrERPTaxProviderFactory.java, v1.0 19/11/2014 18:23:42, tiago.ceridorio Exp $
- Author:
- Tiago Ceridório (tiago.ceridorio@brerp.org, http://www.brerp.org)
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionnewTaxProviderInstance
(String className) Create new tax provider instance
-
Field Details
-
DEFAULT_TAX_PROVIDER
- See Also:
-
-
Constructor Details
-
BrERPTaxProviderFactory
public BrERPTaxProviderFactory()
-
-
Method Details
-
newTaxProviderInstance
Description copied from interface:ITaxProviderFactory
Create new tax provider instance- Specified by:
newTaxProviderInstance
in interfaceITaxProviderFactory
- Returns:
- new ITaxProvider instance
-