Class RotatingImagesComponentModel

All Implemented Interfaces:
Serializable

public class RotatingImagesComponentModel extends SimpleCMSComponentModel
Generated model class for type RotatingImagesComponent first defined at extension cms2lib.
See Also:
  • Field Details

    • _TYPECODE

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

      public static final String TIMEOUT
      Generated constant - Attribute key of RotatingImagesComponent.timeout attribute defined at extension cms2lib.
      See Also:
    • EFFECT

      public static final String EFFECT
      Generated constant - Attribute key of RotatingImagesComponent.effect attribute defined at extension cms2lib.
      See Also:
    • BANNERS

      public static final String BANNERS
      Generated constant - Attribute key of RotatingImagesComponent.banners attribute defined at extension cms2lib.
      See Also:
  • Constructor Details

    • RotatingImagesComponentModel

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

      public RotatingImagesComponentModel(ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • RotatingImagesComponentModel

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

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

    • getBanners

      @Accessor(qualifier="banners", type=GETTER) public List<BannerComponentModel> getBanners()
      Generated method - Getter of the RotatingImagesComponent.banners attribute defined at extension cms2lib. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the banners
    • getEffect

      Generated method - Getter of the RotatingImagesComponent.effect attribute defined at extension cms2lib.
      Returns:
      the effect
    • getTimeout

      @Accessor(qualifier="timeout", type=GETTER) public Integer getTimeout()
      Generated method - Getter of the RotatingImagesComponent.timeout attribute defined at extension cms2lib.
      Returns:
      the timeout
    • setBanners

      @Accessor(qualifier="banners", type=SETTER) public void setBanners(List<BannerComponentModel> value)
      Generated method - Setter of RotatingImagesComponent.banners attribute defined at extension cms2lib.
      Parameters:
      value - the banners
    • setEffect

      @Accessor(qualifier="effect", type=SETTER) public void setEffect(RotatingImagesComponentEffect value)
      Generated method - Setter of RotatingImagesComponent.effect attribute defined at extension cms2lib.
      Parameters:
      value - the effect
    • setTimeout

      @Accessor(qualifier="timeout", type=SETTER) public void setTimeout(Integer value)
      Generated method - Setter of RotatingImagesComponent.timeout attribute defined at extension cms2lib.
      Parameters:
      value - the timeout