java.lang.Object
de.hybris.platform.unifieduibackofficeservices.model.configuration.farebucket.PriceRange

public class PriceRange extends Object
  • Constructor Details

    • PriceRange

      public PriceRange()
  • Method Details

    • getRangeStart

      public int getRangeStart()
      returns the rangeStart
      Returns:
      the rangeStart
    • setRangeStart

      public void setRangeStart(int rangeStart)
      sets the rangeStart
      Parameters:
      rangeStart - the rangeStart
    • getRangeEnd

      public int getRangeEnd()
      returns the rangeEnd
      Returns:
      the rangeEnd
    • setRangeEnd

      public void setRangeEnd(int rangeEnd)
      sets the rangeEnd
      Parameters:
      rangeEnd - the rangeEnd
    • getCurrency

      public String getCurrency()
      returns the currency
      Returns:
      the currency
    • setCurrency

      public void setCurrency(String currency)
      sets the currency
      Parameters:
      currency - the currency