Class SimpleResponsiveBannerComponentModel

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TmaRenewSubscriptionBannerComponentModel, TmaServiceabilityBannerComponentModel

public class SimpleResponsiveBannerComponentModel extends AbstractResponsiveBannerComponentModel
Generated model class for type SimpleResponsiveBannerComponent first defined at extension acceleratorcms.

Concrete implementation of abstract responsive banner component.

See Also:
  • Field Details

    • _TYPECODE

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

      public static final String _SIMPLERESPONSIVEBANNERCOMPONENTSFORCONTENTPAGE
      Generated relation code constant for relation SimpleResponsiveBannerComponentsForContentPage defining source attribute contentPage in extension acceleratorcms.
      See Also:
    • _SIMPLERESPONSIVEBANNERCOMPONENTSFORPRODUCT

      public static final String _SIMPLERESPONSIVEBANNERCOMPONENTSFORPRODUCT
      Generated relation code constant for relation SimpleResponsiveBannerComponentsForProduct defining source attribute product in extension acceleratorcms.
      See Also:
    • _SIMPLERESPONSIVEBANNERCOMPONENTSFORCATEGORY

      public static final String _SIMPLERESPONSIVEBANNERCOMPONENTSFORCATEGORY
      Generated relation code constant for relation SimpleResponsiveBannerComponentsForCategory defining source attribute category in extension acceleratorcms.
      See Also:
    • CONTENTPAGEPOS

      public static final String CONTENTPAGEPOS
      Generated constant - Attribute key of SimpleResponsiveBannerComponent.contentPagePOS attribute defined at extension acceleratorcms.
      See Also:
    • CONTENTPAGE

      public static final String CONTENTPAGE
      Generated constant - Attribute key of SimpleResponsiveBannerComponent.contentPage attribute defined at extension acceleratorcms.
      See Also:
    • PRODUCTPOS

      public static final String PRODUCTPOS
      Generated constant - Attribute key of SimpleResponsiveBannerComponent.productPOS attribute defined at extension acceleratorcms.
      See Also:
    • PRODUCT

      public static final String PRODUCT
      Generated constant - Attribute key of SimpleResponsiveBannerComponent.product attribute defined at extension acceleratorcms.
      See Also:
    • CATEGORYPOS

      public static final String CATEGORYPOS
      Generated constant - Attribute key of SimpleResponsiveBannerComponent.categoryPOS attribute defined at extension acceleratorcms.
      See Also:
    • CATEGORY

      public static final String CATEGORY
      Generated constant - Attribute key of SimpleResponsiveBannerComponent.category attribute defined at extension acceleratorcms.
      See Also:
  • Constructor Details

    • SimpleResponsiveBannerComponentModel

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

      public SimpleResponsiveBannerComponentModel(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
    • SimpleResponsiveBannerComponentModel

      @Deprecated(since="4.1.1", forRemoval=true) public SimpleResponsiveBannerComponentModel(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
    • SimpleResponsiveBannerComponentModel

      @Deprecated(since="4.1.1", forRemoval=true) public SimpleResponsiveBannerComponentModel(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

    • getCategory

      @Accessor(qualifier="category", type=GETTER) public CategoryModel getCategory()
      Generated method - Getter of the SimpleResponsiveBannerComponent.category attribute defined at extension acceleratorcms.
      Returns:
      the category
    • getContentPage

      @Accessor(qualifier="contentPage", type=GETTER) public ContentPageModel getContentPage()
      Generated method - Getter of the SimpleResponsiveBannerComponent.contentPage attribute defined at extension acceleratorcms.
      Returns:
      the contentPage
    • getProduct

      @Accessor(qualifier="product", type=GETTER) public ProductModel getProduct()
      Generated method - Getter of the SimpleResponsiveBannerComponent.product attribute defined at extension acceleratorcms.
      Returns:
      the product
    • setCategory

      @Accessor(qualifier="category", type=SETTER) public void setCategory(CategoryModel value)
      Generated method - Setter of SimpleResponsiveBannerComponent.category attribute defined at extension acceleratorcms.
      Parameters:
      value - the category
    • setContentPage

      @Accessor(qualifier="contentPage", type=SETTER) public void setContentPage(ContentPageModel value)
      Generated method - Setter of SimpleResponsiveBannerComponent.contentPage attribute defined at extension acceleratorcms.
      Parameters:
      value - the contentPage
    • setProduct

      @Accessor(qualifier="product", type=SETTER) public void setProduct(ProductModel value)
      Generated method - Setter of SimpleResponsiveBannerComponent.product attribute defined at extension acceleratorcms.
      Parameters:
      value - the product