public class Price extends Object
| Modifier and Type | Method and Description |
|---|---|
Currency |
getCurrency() |
int |
getDiscountPercent() |
BigDecimal |
getFinalPrice() |
BigDecimal |
getInitialPrice() |
public Currency getCurrency()
public BigDecimal getInitialPrice()
public BigDecimal getFinalPrice()
public int getDiscountPercent()
Copyright © 2016. All rights reserved.