Class FacetRangeTO


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

      • 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 Detail

      • FacetRangeTO

        public FacetRangeTO()
    • Method Detail

      • 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)