Class GeneratedRouteBundleTemplate

java.lang.Object
de.hybris.platform.util.BridgeAbstraction
de.hybris.platform.jalo.Item
de.hybris.platform.jalo.ExtensibleItem
de.hybris.platform.jalo.c2l.LocalizableItem
de.hybris.platform.jalo.GenericItem
de.hybris.platform.configurablebundleservices.jalo.GeneratedBundleTemplate
de.hybris.platform.configurablebundleservices.jalo.BundleTemplate
de.hybris.platform.travelservices.jalo.deal.GeneratedRouteBundleTemplate
All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
RouteBundleTemplate

public abstract class GeneratedRouteBundleTemplate extends de.hybris.platform.configurablebundleservices.jalo.BundleTemplate
Generated class for type RouteBundleTemplate.
See Also:
  • Field Details

    • TRAVELROUTE

      public static final String TRAVELROUTE
      Qualifier of the RouteBundleTemplate.travelRoute attribute
      See Also:
    • ORIGIN

      public static final String ORIGIN
      Qualifier of the RouteBundleTemplate.origin attribute
      See Also:
    • DESTINATION

      public static final String DESTINATION
      Qualifier of the RouteBundleTemplate.destination attribute
      See Also:
    • ORIGINDESTINATIONREFNUMBER

      public static final String ORIGINDESTINATIONREFNUMBER
      Qualifier of the RouteBundleTemplate.originDestinationRefNumber attribute
      See Also:
    • CABINCLASS

      public static final String CABINCLASS
      Qualifier of the RouteBundleTemplate.cabinClass attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,de.hybris.platform.jalo.Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedRouteBundleTemplate

      public GeneratedRouteBundleTemplate()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,de.hybris.platform.jalo.Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedBundleTemplate
    • getCabinClass

      public CabinClass getCabinClass(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the RouteBundleTemplate.cabinClass attribute.
      Returns:
      the cabinClass
    • getCabinClass

      public CabinClass getCabinClass()
      Generated method - Getter of the RouteBundleTemplate.cabinClass attribute.
      Returns:
      the cabinClass
    • setCabinClass

      public void setCabinClass(de.hybris.platform.jalo.SessionContext ctx, CabinClass value)
      Generated method - Setter of the RouteBundleTemplate.cabinClass attribute.
      Parameters:
      value - the cabinClass
    • setCabinClass

      public void setCabinClass(CabinClass value)
      Generated method - Setter of the RouteBundleTemplate.cabinClass attribute.
      Parameters:
      value - the cabinClass
    • getDestination

      public TransportFacility getDestination(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the RouteBundleTemplate.destination attribute.
      Returns:
      the destination
    • getDestination

      public TransportFacility getDestination()
      Generated method - Getter of the RouteBundleTemplate.destination attribute.
      Returns:
      the destination
    • setDestination

      public void setDestination(de.hybris.platform.jalo.SessionContext ctx, TransportFacility value)
      Generated method - Setter of the RouteBundleTemplate.destination attribute.
      Parameters:
      value - the destination
    • setDestination

      public void setDestination(TransportFacility value)
      Generated method - Setter of the RouteBundleTemplate.destination attribute.
      Parameters:
      value - the destination
    • getOrigin

      public TransportFacility getOrigin(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the RouteBundleTemplate.origin attribute.
      Returns:
      the origin
    • getOrigin

      public TransportFacility getOrigin()
      Generated method - Getter of the RouteBundleTemplate.origin attribute.
      Returns:
      the origin
    • setOrigin

      public void setOrigin(de.hybris.platform.jalo.SessionContext ctx, TransportFacility value)
      Generated method - Setter of the RouteBundleTemplate.origin attribute.
      Parameters:
      value - the origin
    • setOrigin

      public void setOrigin(TransportFacility value)
      Generated method - Setter of the RouteBundleTemplate.origin attribute.
      Parameters:
      value - the origin
    • getOriginDestinationRefNumber

      public Integer getOriginDestinationRefNumber(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the RouteBundleTemplate.originDestinationRefNumber attribute.
      Returns:
      the originDestinationRefNumber
    • getOriginDestinationRefNumber

      public Integer getOriginDestinationRefNumber()
      Generated method - Getter of the RouteBundleTemplate.originDestinationRefNumber attribute.
      Returns:
      the originDestinationRefNumber
    • getOriginDestinationRefNumberAsPrimitive

      public int getOriginDestinationRefNumberAsPrimitive(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the RouteBundleTemplate.originDestinationRefNumber attribute.
      Returns:
      the originDestinationRefNumber
    • getOriginDestinationRefNumberAsPrimitive

      public int getOriginDestinationRefNumberAsPrimitive()
      Generated method - Getter of the RouteBundleTemplate.originDestinationRefNumber attribute.
      Returns:
      the originDestinationRefNumber
    • setOriginDestinationRefNumber

      public void setOriginDestinationRefNumber(de.hybris.platform.jalo.SessionContext ctx, Integer value)
      Generated method - Setter of the RouteBundleTemplate.originDestinationRefNumber attribute.
      Parameters:
      value - the originDestinationRefNumber
    • setOriginDestinationRefNumber

      public void setOriginDestinationRefNumber(Integer value)
      Generated method - Setter of the RouteBundleTemplate.originDestinationRefNumber attribute.
      Parameters:
      value - the originDestinationRefNumber
    • setOriginDestinationRefNumber

      public void setOriginDestinationRefNumber(de.hybris.platform.jalo.SessionContext ctx, int value)
      Generated method - Setter of the RouteBundleTemplate.originDestinationRefNumber attribute.
      Parameters:
      value - the originDestinationRefNumber
    • setOriginDestinationRefNumber

      public void setOriginDestinationRefNumber(int value)
      Generated method - Setter of the RouteBundleTemplate.originDestinationRefNumber attribute.
      Parameters:
      value - the originDestinationRefNumber
    • getTravelRoute

      public TravelRoute getTravelRoute(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the RouteBundleTemplate.travelRoute attribute.
      Returns:
      the travelRoute
    • getTravelRoute

      public TravelRoute getTravelRoute()
      Generated method - Getter of the RouteBundleTemplate.travelRoute attribute.
      Returns:
      the travelRoute
    • setTravelRoute

      public void setTravelRoute(de.hybris.platform.jalo.SessionContext ctx, TravelRoute value)
      Generated method - Setter of the RouteBundleTemplate.travelRoute attribute.
      Parameters:
      value - the travelRoute
    • setTravelRoute

      public void setTravelRoute(TravelRoute value)
      Generated method - Setter of the RouteBundleTemplate.travelRoute attribute.
      Parameters:
      value - the travelRoute