public class DiscountValueRAO extends Object implements Serializable
| Constructor and Description |
|---|
DiscountValueRAO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCurrencyIsoCode() |
BigDecimal |
getValue() |
int |
hashCode() |
void |
setCurrencyIsoCode(String currencyIsoCode) |
void |
setValue(BigDecimal value) |
public void setValue(BigDecimal value)
public BigDecimal getValue()
public void setCurrencyIsoCode(String currencyIsoCode)
public String getCurrencyIsoCode()
Copyright © 2017 SAP SE. All Rights Reserved.