public interface KKPriceFacetIf
Modifier and Type | Method and Description |
---|---|
java.math.BigDecimal |
getLowerLimit()
The facet lower limit
|
int |
getNumProds()
The number of products for this facet
|
java.math.BigDecimal |
getUpperLimit()
The facet upper limit
|
boolean |
isSelected()
Keeps track of whether the facet has been selected
|
void |
setLowerLimit(java.math.BigDecimal lowerLimit)
The facet lower limit
|
void |
setNumProds(int numProds)
The number of products for this facet
|
void |
setSelected(boolean selected)
Keeps track of whether the facet has been selected
|
void |
setUpperLimit(java.math.BigDecimal upperLimit)
The facet upper limit
|
java.math.BigDecimal getUpperLimit()
void setUpperLimit(java.math.BigDecimal upperLimit)
upperLimit
- the upperLimit to setjava.math.BigDecimal getLowerLimit()
void setLowerLimit(java.math.BigDecimal lowerLimit)
lowerLimit
- the lowerLimit to setint getNumProds()
void setNumProds(int numProds)
numProds
- the numProds to setboolean isSelected()
void setSelected(boolean selected)
selected
- the selected to setCopyright © 2018 DS Data Systems UK Ltd.