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