public class ProductPriceInformations extends Object
| Constructor and Description |
|---|
ProductPriceInformations(Collection<PriceInformation> prices) |
ProductPriceInformations(Collection<PriceInformation> prices,
Collection<TaxInformation> taxes) |
ProductPriceInformations(Collection<PriceInformation> prices,
Collection<TaxInformation> taxes,
Collection<DiscountInformation> discounts) |
ProductPriceInformations(PriceInformation pinf) |
| Modifier and Type | Method and Description |
|---|---|
Collection<DiscountInformation> |
getDiscounts()
The collection of available disocunts as discount info rows.
|
Collection<PriceInformation> |
getPrices()
The collection of all price info rows which have been found.
|
Collection<TaxInformation> |
getTaxes()
The collection of assigned taxes as tax info rows.
|
public ProductPriceInformations(PriceInformation pinf)
public ProductPriceInformations(Collection<PriceInformation> prices)
public ProductPriceInformations(Collection<PriceInformation> prices, Collection<TaxInformation> taxes)
public ProductPriceInformations(Collection<PriceInformation> prices, Collection<TaxInformation> taxes, Collection<DiscountInformation> discounts)
public Collection<PriceInformation> getPrices()
public Collection<DiscountInformation> getDiscounts()
public Collection<TaxInformation> getTaxes()
Copyright © 2017 SAP SE. All Rights Reserved.