Package de.hybris.platform.util
Interface PDTValue
-
- All Known Implementing Classes:
CachingFindTaxValueInfoStrategy.CachedTaxValue
,DiscountValue
,Europe1PriceFactory.CachedTaxValue
,PriceValue
,TaxValue
public interface PDTValue
The Interface for representing Price, Discount and Tax values.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getValue()
Returns the numeric value.
-