atg.commerce.pricing
Interface CalculatorInfoProvider

All Known Implementing Classes:
BulkItemDiscountCalculator, BulkOrderDiscountCalculator, BulkShippingDiscountCalculator, BulkTaxDiscountCalculator, GWPDiscountCalculator

public interface CalculatorInfoProvider

Allows a calculator to provide its own CalculatorInfo.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Method Summary
 CalculatorInfo getCalculatorInfo()
          Allows a calculator provide it's own CalculatorInfo
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Method Detail

getCalculatorInfo

CalculatorInfo getCalculatorInfo()
Allows a calculator provide it's own CalculatorInfo

Returns:
CalculatorInfo