Class ShoppingTabbedFinderComponentModel

All Implemented Interfaces:
Serializable

public class ShoppingTabbedFinderComponentModel extends SimpleCMSComponentModel
Generated model class for type ShoppingTabbedFinderComponent first defined at extension shoppingcommons.

It provides a function to search for available transport and accommodation offers.

See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • TITLE

      public static final String TITLE
      Generated constant - Attribute key of ShoppingTabbedFinderComponent.title attribute defined at extension shoppingcommons.
      See Also:
    • FAREFINDER

      public static final String FAREFINDER
      Generated constant - Attribute key of ShoppingTabbedFinderComponent.fareFinder attribute defined at extension shoppingcommons.
      See Also:
    • ACCOMMODATIONFINDER

      public static final String ACCOMMODATIONFINDER
      Generated constant - Attribute key of ShoppingTabbedFinderComponent.accommodationFinder attribute defined at extension shoppingcommons.
      See Also:
    • TRAVELFINDER

      public static final String TRAVELFINDER
      Generated constant - Attribute key of ShoppingTabbedFinderComponent.travelFinder attribute defined at extension shoppingcommons.
      See Also:
    • PACKAGEFINDER

      public static final String PACKAGEFINDER
      Generated constant - Attribute key of ShoppingTabbedFinderComponent.packageFinder attribute defined at extension shoppingcommons.
      See Also:
  • Constructor Details

    • ShoppingTabbedFinderComponentModel

      public ShoppingTabbedFinderComponentModel()
      Generated constructor - Default constructor for generic creation.
    • ShoppingTabbedFinderComponentModel

      public ShoppingTabbedFinderComponentModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • ShoppingTabbedFinderComponentModel

      @Deprecated(since="4.1.1", forRemoval=true) public ShoppingTabbedFinderComponentModel(CatalogVersionModel _catalogVersion, String _uid)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _catalogVersion - initial attribute declared by type CMSItem at extension cms2
      _uid - initial attribute declared by type CMSItem at extension cms2
    • ShoppingTabbedFinderComponentModel

      @Deprecated(since="4.1.1", forRemoval=true) public ShoppingTabbedFinderComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, String _uid)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _catalogVersion - initial attribute declared by type CMSItem at extension cms2
      _owner - initial attribute declared by type Item at extension core
      _uid - initial attribute declared by type CMSItem at extension cms2
  • Method Details

    • getAccommodationFinder

      @Accessor(qualifier="accommodationFinder", type=GETTER) public AccommodationFinderComponentModel getAccommodationFinder()
      Generated method - Getter of the ShoppingTabbedFinderComponent.accommodationFinder attribute defined at extension shoppingcommons.
      Returns:
      the accommodationFinder
    • getFareFinder

      @Accessor(qualifier="fareFinder", type=GETTER) public ShoppingFareFinderComponentModel getFareFinder()
      Generated method - Getter of the ShoppingTabbedFinderComponent.fareFinder attribute defined at extension shoppingcommons.
      Returns:
      the fareFinder
    • getPackageFinder

      @Accessor(qualifier="packageFinder", type=GETTER) public ShoppingPackageFinderComponentModel getPackageFinder()
      Generated method - Getter of the ShoppingTabbedFinderComponent.packageFinder attribute defined at extension shoppingcommons.
      Returns:
      the packageFinder
    • getTitle

      @Accessor(qualifier="title", type=GETTER) public String getTitle()
      Generated method - Getter of the ShoppingTabbedFinderComponent.title attribute defined at extension shoppingcommons.
      Returns:
      the title - It is localized title of the component.
    • getTitle

      @Accessor(qualifier="title", type=GETTER) public String getTitle(Locale loc)
      Generated method - Getter of the ShoppingTabbedFinderComponent.title attribute defined at extension shoppingcommons.
      Parameters:
      loc - the value localization key
      Returns:
      the title - It is localized title of the component.
      Throws:
      IllegalArgumentException - if localization key cannot be mapped to data language
    • getTravelFinder

      @Accessor(qualifier="travelFinder", type=GETTER) public ShoppingTravelFinderComponentModel getTravelFinder()
      Generated method - Getter of the ShoppingTabbedFinderComponent.travelFinder attribute defined at extension shoppingcommons.
      Returns:
      the travelFinder
    • setAccommodationFinder

      @Accessor(qualifier="accommodationFinder", type=SETTER) public void setAccommodationFinder(AccommodationFinderComponentModel value)
      Generated method - Setter of ShoppingTabbedFinderComponent.accommodationFinder attribute defined at extension shoppingcommons.
      Parameters:
      value - the accommodationFinder
    • setFareFinder

      @Accessor(qualifier="fareFinder", type=SETTER) public void setFareFinder(ShoppingFareFinderComponentModel value)
      Generated method - Setter of ShoppingTabbedFinderComponent.fareFinder attribute defined at extension shoppingcommons.
      Parameters:
      value - the fareFinder
    • setPackageFinder

      @Accessor(qualifier="packageFinder", type=SETTER) public void setPackageFinder(ShoppingPackageFinderComponentModel value)
      Generated method - Setter of ShoppingTabbedFinderComponent.packageFinder attribute defined at extension shoppingcommons.
      Parameters:
      value - the packageFinder
    • setTitle

      @Accessor(qualifier="title", type=SETTER) public void setTitle(String value)
      Generated method - Setter of ShoppingTabbedFinderComponent.title attribute defined at extension shoppingcommons.
      Parameters:
      value - the title - It is localized title of the component.
    • setTitle

      @Accessor(qualifier="title", type=SETTER) public void setTitle(String value, Locale loc)
      Generated method - Setter of ShoppingTabbedFinderComponent.title attribute defined at extension shoppingcommons.
      Parameters:
      value - the title - It is localized title of the component.
      loc - the value localization key
      Throws:
      IllegalArgumentException - if localization key cannot be mapped to data language
    • setTravelFinder

      @Accessor(qualifier="travelFinder", type=SETTER) public void setTravelFinder(ShoppingTravelFinderComponentModel value)
      Generated method - Setter of ShoppingTabbedFinderComponent.travelFinder attribute defined at extension shoppingcommons.
      Parameters:
      value - the travelFinder