Class RotatingImagesComponentModel

  • All Implemented Interfaces:
    java.io.Serializable

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

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • TIMEOUT

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

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

        public static final java.lang.String BANNERS
        Generated constant - Attribute key of RotatingImagesComponent.banners attribute defined at extension cms2lib.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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,
                                            java.lang.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,
                                            java.lang.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 Detail

      • getBanners

        @Accessor(qualifier="banners",
                  type=GETTER)
        public java.util.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
      • getTimeout

        @Accessor(qualifier="timeout",
                  type=GETTER)
        public java.lang.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​(java.util.List<BannerComponentModel> value)
        Generated method - Setter of RotatingImagesComponent.banners attribute defined at extension cms2lib.
        Parameters:
        value - the banners
      • setTimeout

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