Class PassengerTypeParameterValueMapper
java.lang.Object
de.hybris.platform.travelrulesengine.rule.strategies.impl.mappers.PassengerTypeParameterValueMapper
- All Implemented Interfaces:
de.hybris.platform.ruleengineservices.rule.strategies.RuleParameterValueMapper<PassengerTypeModel>
public class PassengerTypeParameterValueMapper
extends Object
implements de.hybris.platform.ruleengineservices.rule.strategies.RuleParameterValueMapper<PassengerTypeModel>
The type Passenger type parameter value mapper.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String code) protected RulePassengerTypeDaoGets rule passenger type dao.voidsetRulePassengerTypeDao(RulePassengerTypeDao rulePassengerTypeDao) Sets rule passenger type dao.toString(PassengerTypeModel passengerTypeModel)
-
Constructor Details
-
PassengerTypeParameterValueMapper
public PassengerTypeParameterValueMapper()
-
-
Method Details
-
toString
- Specified by:
toStringin interfacede.hybris.platform.ruleengineservices.rule.strategies.RuleParameterValueMapper<PassengerTypeModel>
-
fromString
- Specified by:
fromStringin interfacede.hybris.platform.ruleengineservices.rule.strategies.RuleParameterValueMapper<PassengerTypeModel>
-
getRulePassengerTypeDao
Gets rule passenger type dao.- Returns:
- the rule passenger type dao
-
setRulePassengerTypeDao
Sets rule passenger type dao.- Parameters:
rulePassengerTypeDao- the rule passenger type dao
-