Class SearchFacetRange
java.lang.Object
org.craftercms.studio.model.search.SearchFacetRange
Holds the data for a single range in a facet
- Author:
- joseross
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
count
The count of files that match the range -
from
The starting limit of the range -
to
The ending limit of the range
-
-
Constructor Details
-
SearchFacetRange
public SearchFacetRange()
-
-
Method Details
-
getCount
-
setCount
-
getFrom
-
setFrom
-
getTo
-
setTo
-