Class FlightRange
java.lang.Object
de.hybris.platform.unifieduibackofficeservices.model.configuration.farebucket.FlightRange
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreturns the flightNumberEndreturns the flightNumberStartreturns the marketingCarrierreturns the operatingCarriervoidsetFlightNumberEnd(String flightNumberEnd) sets the flightNumberEndvoidsetFlightNumberStart(String flightNumberStart) sets the flightNumberStartvoidsetMarketingCarrier(String marketingCarrier) sets the marketingCarriervoidsetOperatingCarrier(String operatingCarrier) sets the operatingCarrier
-
Constructor Details
-
FlightRange
public FlightRange()
-
-
Method Details
-
getMarketingCarrier
returns the marketingCarrier- Returns:
- the marketingCarrier
-
setMarketingCarrier
sets the marketingCarrier- Parameters:
marketingCarrier- the marketingCarrier
-
getOperatingCarrier
returns the operatingCarrier- Returns:
- the operatingCarrier
-
setOperatingCarrier
sets the operatingCarrier- Parameters:
operatingCarrier- the operatingCarrier
-
getFlightNumberStart
returns the flightNumberStart- Returns:
- the flightNumberStart
-
setFlightNumberStart
sets the flightNumberStart- Parameters:
flightNumberStart- the flightNumberStart
-
getFlightNumberEnd
returns the flightNumberEnd- Returns:
- the flightNumberEnd
-
setFlightNumberEnd
sets the flightNumberEnd- Parameters:
flightNumberEnd- the flightNumberEnd
-