Package org.craftercms.studio.api.v1.to
Class FacetRangeTO
java.lang.Object
org.craftercms.studio.api.v1.to.FacetRangeTO
Holds the data for a single facet range
- Author:
- joseross
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
label
The label of the range -
from
The starting limit of the range -
to
The ending limit of the range
-
-
Constructor Details
-
FacetRangeTO
public FacetRangeTO()
-
-
Method Details
-
getLabel
-
setLabel
-
getFrom
-
setFrom
-
getTo
-
setTo
-