Class PriceRange
java.lang.Object
de.hybris.platform.unifieduibackofficeservices.model.configuration.farebucket.PriceRange
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreturns the currencyintreturns the rangeEndintreturns the rangeStartvoidsetCurrency(String currency) sets the currencyvoidsetRangeEnd(int rangeEnd) sets the rangeEndvoidsetRangeStart(int rangeStart) sets the rangeStart
-
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
returns the currency- Returns:
- the currency
-
setCurrency
sets the currency- Parameters:
currency- the currency
-