Class SearchParamsRAO
java.lang.Object
de.hybris.platform.ruleengineservices.rao.AbstractActionedRAO
de.hybris.platform.travelrulesengine.rao.SearchParamsRAO
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetUser()voidsetDestinationLocations(Set<String> destinationLocations) voidsetLegInfos(List<LegInfoRAO> legInfos) voidsetOriginatingLocations(Set<String> originatingLocations) voidsetOriginLocations(Set<String> originLocations) voidsetPassengerTypeQuantities(List<PassengerTypeQuantityRAO> passengerTypeQuantities) voidsetSalesApplication(String salesApplication) voidsetSearchDate(Date searchDate) voidsetTripType(TripType tripType) voidMethods inherited from class de.hybris.platform.ruleengineservices.rao.AbstractActionedRAO
getActions, setActions
-
Constructor Details
-
SearchParamsRAO
public SearchParamsRAO()
-
-
Method Details
-
setTripType
-
getTripType
-
setLegInfos
-
getLegInfos
-
setOriginLocations
-
getOriginLocations
-
setDestinationLocations
-
getDestinationLocations
-
setOriginatingLocations
-
getOriginatingLocations
-
setPassengerTypeQuantities
-
getPassengerTypeQuantities
-
setSalesApplication
-
getSalesApplication
-
setUser
-
getUser
-
setSearchDate
-
getSearchDate
-