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
-
Method Details
-
getValue
double getValue()Returns the numeric value.- Returns:
- the value of the PDTValue object
-