Package org.adempiere.base
Interface ITaxProviderFactory
-
- All Known Implementing Classes:
DefaultTaxProviderFactory
public interface ITaxProviderFactory
Tax provider factory interface- Author:
- Elaine
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ITaxProvider
newTaxProviderInstance(String className)
Create new tax provider instance
-
-
-
Method Detail
-
newTaxProviderInstance
ITaxProvider newTaxProviderInstance(String className)
Create new tax provider instance- Parameters:
className
-- Returns:
- tax provider instance
-
-