public class DeliveryModeRAO extends Object implements Serializable
| Constructor and Description |
|---|
DeliveryModeRAO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCode() |
BigDecimal |
getCost() |
String |
getCurrencyIsoCode() |
int |
hashCode() |
void |
setCode(String code) |
void |
setCost(BigDecimal cost) |
void |
setCurrencyIsoCode(String currencyIsoCode) |
public void setCode(String code)
public String getCode()
public void setCost(BigDecimal cost)
public BigDecimal getCost()
public void setCurrencyIsoCode(String currencyIsoCode)
public String getCurrencyIsoCode()
Copyright © 2017 SAP SE. All Rights Reserved.