public class ProductPriceSummary extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Double |
averagePrice |
protected Long |
countedPrices |
protected Double |
higherPrice |
protected Double |
lowerPrice |
protected Double |
medianPrice |
| Constructor and Description |
|---|
ProductPriceSummary() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getAveragePrice() |
Long |
getCountedPrices() |
Double |
getHigherPrice() |
Double |
getLowerPrice() |
Double |
getMedianPrice() |
void |
setAveragePrice(Double averagePrice) |
void |
setCountedPrices(Long countedPrices) |
void |
setHigherPrice(Double higherPrice) |
void |
setLowerPrice(Double lowerPrice) |
void |
setMedianPrice(Double medianPrice) |
protected Double lowerPrice
protected Double higherPrice
protected Long countedPrices
protected Double medianPrice
protected Double averagePrice
public Double getLowerPrice()
public void setLowerPrice(Double lowerPrice)
public Double getHigherPrice()
public void setHigherPrice(Double higherPrice)
public Long getCountedPrices()
public void setCountedPrices(Long countedPrices)
public Double getMedianPrice()
public void setMedianPrice(Double medianPrice)
public Double getAveragePrice()
public void setAveragePrice(Double averagePrice)
Copyright © 2013–2015 Inra. All rights reserved.