Class FacetRangeTO

java.lang.Object
org.craftercms.studio.api.v1.to.FacetRangeTO

public class FacetRangeTO extends Object
Holds the data for a single facet range
Author:
joseross
  • Field Details

    • label

      protected String label
      The label of the range
    • from

      protected String from
      The starting limit of the range
    • to

      protected String to
      The ending limit of the range
  • Constructor Details

    • FacetRangeTO

      public FacetRangeTO()
  • Method Details

    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • getFrom

      public String getFrom()
    • setFrom

      public void setFrom(String from)
    • getTo

      public String getTo()
    • setTo

      public void setTo(String to)