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 Details

    • PassengerTypeParameterValueMapper

      public PassengerTypeParameterValueMapper()
  • Method Details

    • toString

      public String toString(PassengerTypeModel passengerTypeModel)
      Specified by:
      toString in interface de.hybris.platform.ruleengineservices.rule.strategies.RuleParameterValueMapper<PassengerTypeModel>
    • fromString

      public PassengerTypeModel fromString(String code)
      Specified by:
      fromString in interface de.hybris.platform.ruleengineservices.rule.strategies.RuleParameterValueMapper<PassengerTypeModel>
    • getRulePassengerTypeDao

      protected RulePassengerTypeDao getRulePassengerTypeDao()
      Gets rule passenger type dao.
      Returns:
      the rule passenger type dao
    • setRulePassengerTypeDao

      public void setRulePassengerTypeDao(RulePassengerTypeDao rulePassengerTypeDao)
      Sets rule passenger type dao.
      Parameters:
      rulePassengerTypeDao - the rule passenger type dao