public interface PriceFacetOptionsIf
Modifier and Type | Method and Description |
---|---|
java.math.BigDecimal |
getEndPrice() |
java.math.BigDecimal |
getFacetSize() |
int |
getScale()
The number of decimal places for start and end prices
|
java.math.BigDecimal |
getStartPrice() |
boolean |
isCreateEmptyFacets()
When set to true, empty price facets are returned.
|
void |
setCreateEmptyFacets(boolean createEmptyFacets)
When set to true, empty price facets are returned.
|
void |
setEndPrice(java.math.BigDecimal endPrice) |
void |
setFacetSize(java.math.BigDecimal facetSize) |
void |
setScale(int scale)
The number of decimal places for start and end prices
|
void |
setStartPrice(java.math.BigDecimal startPrice) |
java.math.BigDecimal getStartPrice()
void setStartPrice(java.math.BigDecimal startPrice)
startPrice
- the startPrice to setjava.math.BigDecimal getEndPrice()
void setEndPrice(java.math.BigDecimal endPrice)
endPrice
- the endPrice to setjava.math.BigDecimal getFacetSize()
void setFacetSize(java.math.BigDecimal facetSize)
facetSize
- the facetSize to setint getScale()
void setScale(int scale)
scale
- the scale to setboolean isCreateEmptyFacets()
void setCreateEmptyFacets(boolean createEmptyFacets)
createEmptyFacets
- the createEmptyFacets to setCopyright © 2018 DS Data Systems UK Ltd.