Class SearchPreferencesData
java.lang.Object
de.hybris.platform.shoppingfacades.data.search.request.SearchPreferencesData
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAirline(String airline) voidsetCouponCode(String couponCode) voidsetFareType(String fareType) voidsetMaxAllowedConnections(Integer maxAllowedConnections) voidsetMultiCabin(Boolean multiCabin) voidsetSaveSearch(Boolean saveSearch) voidsetShowChangeableFares(Boolean showChangeableFares) voidsetShowRefundableFares(Boolean showRefundableFares)
-
Constructor Details
-
SearchPreferencesData
public SearchPreferencesData()
-
-
Method Details
-
setShowChangeableFares
-
getShowChangeableFares
-
setShowRefundableFares
-
getShowRefundableFares
-
setMultiCabin
-
getMultiCabin
-
setAirline
-
getAirline
-
setFareType
-
getFareType
-
setMaxAllowedConnections
-
getMaxAllowedConnections
-
setSaveSearch
-
getSaveSearch
-
setCouponCode
-
getCouponCode
-