Interface ProductDiscount
- All Superinterfaces:
Comparable<ProductDiscount>
- All Known Implementing Classes:
ProductDiscountImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setAmountFix
(BigDecimal amountFix) void
setAmountPercent
(BigDecimal amountPercent) void
setCurrency
(String currency) void
setProduct
(Product product) void
setTotalPrice
(BigDecimal totalPrice) Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
setProduct
-
getProduct
Product getProduct() -
setTotalPrice
-
getTotalPrice
BigDecimal getTotalPrice() -
setCurrency
-
getCurrency
String getCurrency() -
setAmountFix
-
getAmountFix
BigDecimal getAmountFix() -
setAmountPercent
-
getAmountPercent
BigDecimal getAmountPercent()
-