public class PriceInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private BasePrice |
basePrice
Price information scaled to a normed base unit.
|
private Price |
depositPrice |
private Price |
ecoParticipationPrice |
private Price |
manufacturerPrice
Manufacturer's recommended sales price.
|
private Price |
price |
private Price |
priceWithDeposits
Price including all deposits (price + depositPrice + ecoParticipation).
|
private Quantity |
quantity
Quantity of product that this price refers to.
|
private TaxClass |
taxClass |
Constructor and Description |
---|
PriceInfo() |
Modifier and Type | Method and Description |
---|---|
BasePrice |
getBasePrice()
Price information scaled to a normed base unit.
|
Price |
getDepositPrice()
Deposit price.
|
Price |
getEcoParticipationPrice()
Deposit for french Eco-Participation.
|
Price |
getManufacturerPrice()
Manufacturer's recommended sales price
|
Price |
getPrice()
Price of the product
|
Price |
getPriceWithDeposits()
Price including all deposits price + depositPrice + ecoParticipation.
|
Quantity |
getQuantity()
Quantity contained in product
|
TaxClass |
getTaxClass() |
void |
setBasePrice(BasePrice basePrice) |
void |
setDepositPrice(Price depositPrice) |
void |
setEcoParticipationPrice(Price ecoParticipationPrice) |
void |
setManufacturerPrice(Price manufacturerPrice) |
void |
setPrice(Price price) |
void |
setPriceWithDeposits(Price price) |
void |
setQuantity(Quantity quantity) |
void |
setTaxClass(TaxClass taxClass) |
private Quantity quantity
private TaxClass taxClass
private Price price
private Price depositPrice
private Price ecoParticipationPrice
private Price manufacturerPrice
private BasePrice basePrice
Wikipedia: Grundpreisverordnung (german): http://de.wikipedia.org/wiki/Grundpreisverordnung
This object is null if no reference amount is specified for the product.
private Price priceWithDeposits
public Price getPrice()
public void setPrice(Price price)
public TaxClass getTaxClass()
public void setTaxClass(TaxClass taxClass)
public Quantity getQuantity()
public void setQuantity(Quantity quantity)
public Price getManufacturerPrice()
public void setManufacturerPrice(Price manufacturerPrice)
public Price getDepositPrice()
getPrice()
public void setDepositPrice(Price depositPrice)
public Price getEcoParticipationPrice()
getPrice()
public void setEcoParticipationPrice(Price ecoParticipationPrice)
public Price getPriceWithDeposits()
public void setPriceWithDeposits(Price price)
public BasePrice getBasePrice()
public void setBasePrice(BasePrice basePrice)