Interface PDTInformation
-
- All Known Implementing Classes:
DiscountInformation
,Europe1DiscountInformation
,Europe1PriceInformation
,Europe1TaxInformation
,PriceInformation
,TaxInformation
public interface PDTInformation
The Interface for representing Price, Discount and Tax information.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T extends PDTValue>
TgetValue()
Returns the PDTValue object.
-
-
-
Method Detail
-
getValue
<T extends PDTValue> T getValue()
Returns the PDTValue object.- Returns:
- the price/discount/tax value
-
-