public interface PriceLeverage
| Modifier and Type | Field and Description |
|---|---|
static boolean |
ABSOLUTE |
static boolean |
RELATIVE |
static int |
TYPE_DISCOUNT |
static int |
TYPE_TAX |
static int |
TYPE_UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
CurrencyModel |
getAppliedCurrency()
The applied currency of the leverage.
|
double |
getAppliedValue()
The applied price value of the leverage.
|
java.lang.String |
getId()
The id of the price leverage.
|
java.lang.String |
getName()
The name for the price leverage.
|
int |
getType()
The type of the price leverage.
|
double |
getValue()
The value which is used as leverage.
|
boolean |
isAbsolute()
Checks if the value is used absolutely.
|
boolean |
isRelative()
Checks if the value is used relatively (as percentage).
|
static final int TYPE_UNKNOWN
static final int TYPE_TAX
static final int TYPE_DISCOUNT
static final boolean ABSOLUTE
static final boolean RELATIVE
int getType()
java.lang.String getId()
java.lang.String getName()
boolean isAbsolute()
boolean isRelative()
double getValue()
double getAppliedValue()
CurrencyModel getAppliedCurrency()
Copyright © 2018 SAP SE. All Rights Reserved.