public class PriceData extends Object implements Serializable
| Constructor and Description |
|---|
PriceData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrencyIso() |
String |
getFormattedValue() |
Long |
getMaxQuantity() |
Long |
getMinQuantity() |
PriceDataType |
getPriceType() |
BigDecimal |
getValue() |
void |
setCurrencyIso(String currencyIso) |
void |
setFormattedValue(String formattedValue) |
void |
setMaxQuantity(Long maxQuantity) |
void |
setMinQuantity(Long minQuantity) |
void |
setPriceType(PriceDataType priceType) |
void |
setValue(BigDecimal value) |
public void setCurrencyIso(String currencyIso)
public String getCurrencyIso()
public void setValue(BigDecimal value)
public BigDecimal getValue()
public void setPriceType(PriceDataType priceType)
public PriceDataType getPriceType()
public void setFormattedValue(String formattedValue)
public String getFormattedValue()
public void setMinQuantity(Long minQuantity)
public Long getMinQuantity()
public void setMaxQuantity(Long maxQuantity)
public Long getMaxQuantity()
Copyright © 2017 SAP SE. All Rights Reserved.