public interface Price
| Modifier and Type | Method and Description |
|---|---|
int |
getAmount()
The amount/quantity which is bound to this price.
|
CurrencyModel |
getCurrency() |
java.util.List<PriceLeverage> |
getDiscounts()
List of all discounts (voucher etc.) which have an impact on this price.
|
Price |
getOldPricing()
An old pricing; for marketing issues or similar.
|
double |
getPriceValue()
The price itself.
|
java.util.List<PriceLeverage> |
getTaxes()
List of all taxes which have an impact on this price.
|
UnitModel |
getUnit()
The unit which is bound to this price.
|
java.util.Date |
getValidFromDate()
The date when this price becomes valid.
|
java.util.Date |
getValidToDate()
The date when this price is no longer valid.
|
boolean |
isAvailable()
Checks if a valid price value is available.
|
boolean |
isEmptyPrice() |
boolean |
isGross()
Checks if this price is gross based.
|
boolean |
isNet()
Checks if this price is net based.
|
boolean isNet()
boolean isGross()
java.util.Date getValidFromDate()
java.util.Date getValidToDate()
double getPriceValue()
boolean isAvailable()
int getAmount()
UnitModel getUnit()
CurrencyModel getCurrency()
Price getOldPricing()
Pricejava.util.List<PriceLeverage> getTaxes()
PriceLeveragejava.util.List<PriceLeverage> getDiscounts()
PriceLeverageboolean isEmptyPrice()
Copyright © 2018 SAP SE. All Rights Reserved.