public class DiscountRAO extends AbstractRuleActionRAO
| Constructor and Description |
|---|
DiscountRAO() |
| Modifier and Type | Method and Description |
|---|---|
long |
getAppliedToQuantity() |
String |
getCurrencyIsoCode() |
BigDecimal |
getValue() |
boolean |
isPerUnit() |
void |
setAppliedToQuantity(long appliedToQuantity) |
void |
setCurrencyIsoCode(String currencyIsoCode) |
void |
setPerUnit(boolean perUnit) |
void |
setValue(BigDecimal value) |
getActionStrategyKey, getAppliedToObject, getConsumedEntries, getFiredRuleCode, getMetadata, setActionStrategyKey, setAppliedToObject, setConsumedEntries, setFiredRuleCode, setMetadatapublic void setValue(BigDecimal value)
public BigDecimal getValue()
public void setCurrencyIsoCode(String currencyIsoCode)
public String getCurrencyIsoCode()
public void setAppliedToQuantity(long appliedToQuantity)
public long getAppliedToQuantity()
public void setPerUnit(boolean perUnit)
public boolean isPerUnit()
Copyright © 2017 SAP SE. All Rights Reserved.