public class PriceInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private BasePrice |
basePrice |
private Price |
depositPrice |
private Price |
ecoParticipationPrice |
private Price |
manufacturerPrice |
private Price |
price |
private Quantity |
quantity |
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 + ecoPartecipation.
|
Quantity |
getQuantity()
Quantity contained in product
|
void |
setBasePrice(BasePrice basePrice) |
void |
setDepositPrice(Price depositPrice) |
void |
setEcoParticipationPrice(Price ecoParticipationPrice) |
void |
setManufacturerPrice(Price manufacturerPrice) |
void |
setPrice(Price price) |
void |
setPriceWithDeposits(Price price)
Empty method needed for the entity deserialization for integration test result check
|
void |
setQuantity(Quantity quantity) |
private Quantity quantity
private Price price
private Price depositPrice
private Price ecoParticipationPrice
private Price manufacturerPrice
private BasePrice basePrice
public Price getPrice()
public void setPrice(Price price)
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)