public static class ArticlePriceTagWriter.ArticlePriceContext extends Object
| Constructor and Description |
|---|
ArticlePriceContext(double priceAmount,
String type) |
| Modifier and Type | Method and Description |
|---|---|
double |
getLowerBound() |
double |
getPriceAmount() |
Currency |
getPriceCurrency() |
double |
getPriceFactor() |
double |
getTax() |
Collection |
getTerritories() |
String |
getType() |
void |
setLowerBound(double lowerBound) |
void |
setPriceCurrency(Currency priceCurrency) |
void |
setPriceFactor(double priceFactor) |
void |
setTax(double tax) |
void |
setTerritories(Collection territories) |
public ArticlePriceContext(double priceAmount,
String type)
public double getLowerBound()
public void setLowerBound(double lowerBound)
lowerBound - The lowerBound to set.public Currency getPriceCurrency()
public void setPriceCurrency(Currency priceCurrency)
priceCurrency - The priceCurrency to set.public double getPriceFactor()
public void setPriceFactor(double priceFactor)
priceFactor - The priceFactor to set.public double getTax()
public void setTax(double tax)
tax - The tax to set.public Collection getTerritories()
public void setTerritories(Collection territories)
territories - The territories to set.public double getPriceAmount()
public String getType()
Copyright © 2017 SAP SE. All Rights Reserved.