Class SolrPriceRangeEntry


  • public class SolrPriceRangeEntry
    extends java.lang.Object
    Entity to hold one entry in the Solr price range.
    • Constructor Summary

      Constructors 
      Constructor Description
      SolrPriceRangeEntry​(java.lang.String value, java.lang.String currencyIso)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCurrencyIso()  
      java.math.BigDecimal getValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SolrPriceRangeEntry

        public SolrPriceRangeEntry​(java.lang.String value,
                                   java.lang.String currencyIso)
    • Method Detail

      • getValue

        public java.math.BigDecimal getValue()
      • getCurrencyIso

        public java.lang.String getCurrencyIso()