Class FlashComponentModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class FlashComponentModel
    extends AbstractBannerComponentModel
    Generated model class for type FlashComponent 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
      • PLAY

        public static final java.lang.String PLAY
        Generated constant - Attribute key of FlashComponent.play attribute defined at extension cms2lib.
        See Also:
        Constant Field Values
      • LOOP

        public static final java.lang.String LOOP
        Generated constant - Attribute key of FlashComponent.loop attribute defined at extension cms2lib.
        See Also:
        Constant Field Values
      • MENU

        public static final java.lang.String MENU
        Generated constant - Attribute key of FlashComponent.menu attribute defined at extension cms2lib.
        See Also:
        Constant Field Values
      • QUALITY

        public static final java.lang.String QUALITY
        Generated constant - Attribute key of FlashComponent.quality attribute defined at extension cms2lib.
        See Also:
        Constant Field Values
      • SCALE

        public static final java.lang.String SCALE
        Generated constant - Attribute key of FlashComponent.scale attribute defined at extension cms2lib.
        See Also:
        Constant Field Values
      • WMODE

        public static final java.lang.String WMODE
        Generated constant - Attribute key of FlashComponent.wmode attribute defined at extension cms2lib.
        See Also:
        Constant Field Values
      • SALIGN

        public static final java.lang.String SALIGN
        Generated constant - Attribute key of FlashComponent.sAlign attribute defined at extension cms2lib.
        See Also:
        Constant Field Values
      • BGCOLOR

        public static final java.lang.String BGCOLOR
        Generated constant - Attribute key of FlashComponent.bgcolor attribute defined at extension cms2lib.
        See Also:
        Constant Field Values
      • WIDTH

        public static final java.lang.String WIDTH
        Generated constant - Attribute key of FlashComponent.width attribute defined at extension cms2lib.
        See Also:
        Constant Field Values
      • HEIGHT

        public static final java.lang.String HEIGHT
        Generated constant - Attribute key of FlashComponent.height attribute defined at extension cms2lib.
        See Also:
        Constant Field Values
      • PAGELABELORID

        public static final java.lang.String PAGELABELORID
        Generated constant - Attribute key of FlashComponent.pageLabelOrId attribute defined at extension cms2lib.
        See Also:
        Constant Field Values
      • PAGE

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

      • FlashComponentModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public FlashComponentModel​(CatalogVersionModel _catalogVersion,
                                   boolean _external,
                                   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
        _external - initial attribute declared by type AbstractBannerComponent at extension cms2lib
        _uid - initial attribute declared by type CMSItem at extension cms2
      • FlashComponentModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public FlashComponentModel​(CatalogVersionModel _catalogVersion,
                                   boolean _external,
                                   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
        _external - initial attribute declared by type AbstractBannerComponent at extension cms2lib
        _owner - initial attribute declared by type Item at extension core
        _uid - initial attribute declared by type CMSItem at extension cms2
    • Method Detail

      • getBgcolor

        @Accessor(qualifier="bgcolor",
                  type=GETTER)
        public java.lang.String getBgcolor()
        Generated method - Getter of the FlashComponent.bgcolor attribute defined at extension cms2lib.
        Returns:
        the bgcolor
      • getHeight

        @Accessor(qualifier="height",
                  type=GETTER)
        public java.lang.Integer getHeight()
        Generated method - Getter of the FlashComponent.height attribute defined at extension cms2lib.
        Returns:
        the height
      • getLoop

        @Accessor(qualifier="loop",
                  type=GETTER)
        public java.lang.Boolean getLoop()
        Generated method - Getter of the FlashComponent.loop attribute defined at extension cms2lib.
        Returns:
        the loop
      • getMenu

        @Accessor(qualifier="menu",
                  type=GETTER)
        public java.lang.Boolean getMenu()
        Generated method - Getter of the FlashComponent.menu attribute defined at extension cms2lib.
        Returns:
        the menu
      • getPageLabelOrId

        @Accessor(qualifier="pageLabelOrId",
                  type=GETTER)
        public java.lang.String getPageLabelOrId()
        Generated method - Getter of the FlashComponent.pageLabelOrId attribute defined at extension cms2lib.
        Returns:
        the pageLabelOrId
      • getPlay

        @Accessor(qualifier="play",
                  type=GETTER)
        public java.lang.Boolean getPlay()
        Generated method - Getter of the FlashComponent.play attribute defined at extension cms2lib.
        Returns:
        the play
      • getQuality

        @Accessor(qualifier="quality",
                  type=GETTER)
        public FlashQuality getQuality()
        Generated method - Getter of the FlashComponent.quality attribute defined at extension cms2lib.
        Returns:
        the quality
      • getSAlign

        @Accessor(qualifier="sAlign",
                  type=GETTER)
        public FlashSalign getSAlign()
        Generated method - Getter of the FlashComponent.sAlign attribute defined at extension cms2lib.
        Returns:
        the sAlign
      • getScale

        @Accessor(qualifier="scale",
                  type=GETTER)
        public FlashScale getScale()
        Generated method - Getter of the FlashComponent.scale attribute defined at extension cms2lib.
        Returns:
        the scale
      • getWidth

        @Accessor(qualifier="width",
                  type=GETTER)
        public java.lang.Integer getWidth()
        Generated method - Getter of the FlashComponent.width attribute defined at extension cms2lib.
        Returns:
        the width
      • getWmode

        @Accessor(qualifier="wmode",
                  type=GETTER)
        public FlashWmode getWmode()
        Generated method - Getter of the FlashComponent.wmode attribute defined at extension cms2lib.
        Returns:
        the wmode
      • setBgcolor

        @Accessor(qualifier="bgcolor",
                  type=SETTER)
        public void setBgcolor​(java.lang.String value)
        Generated method - Setter of FlashComponent.bgcolor attribute defined at extension cms2lib.
        Parameters:
        value - the bgcolor
      • setHeight

        @Accessor(qualifier="height",
                  type=SETTER)
        public void setHeight​(java.lang.Integer value)
        Generated method - Setter of FlashComponent.height attribute defined at extension cms2lib.
        Parameters:
        value - the height
      • setLoop

        @Accessor(qualifier="loop",
                  type=SETTER)
        public void setLoop​(java.lang.Boolean value)
        Generated method - Setter of FlashComponent.loop attribute defined at extension cms2lib.
        Parameters:
        value - the loop
      • setMenu

        @Accessor(qualifier="menu",
                  type=SETTER)
        public void setMenu​(java.lang.Boolean value)
        Generated method - Setter of FlashComponent.menu attribute defined at extension cms2lib.
        Parameters:
        value - the menu
      • setPlay

        @Accessor(qualifier="play",
                  type=SETTER)
        public void setPlay​(java.lang.Boolean value)
        Generated method - Setter of FlashComponent.play attribute defined at extension cms2lib.
        Parameters:
        value - the play
      • setQuality

        @Accessor(qualifier="quality",
                  type=SETTER)
        public void setQuality​(FlashQuality value)
        Generated method - Setter of FlashComponent.quality attribute defined at extension cms2lib.
        Parameters:
        value - the quality
      • setSAlign

        @Accessor(qualifier="sAlign",
                  type=SETTER)
        public void setSAlign​(FlashSalign value)
        Generated method - Setter of FlashComponent.sAlign attribute defined at extension cms2lib.
        Parameters:
        value - the sAlign
      • setScale

        @Accessor(qualifier="scale",
                  type=SETTER)
        public void setScale​(FlashScale value)
        Generated method - Setter of FlashComponent.scale attribute defined at extension cms2lib.
        Parameters:
        value - the scale
      • setWidth

        @Accessor(qualifier="width",
                  type=SETTER)
        public void setWidth​(java.lang.Integer value)
        Generated method - Setter of FlashComponent.width attribute defined at extension cms2lib.
        Parameters:
        value - the width
      • setWmode

        @Accessor(qualifier="wmode",
                  type=SETTER)
        public void setWmode​(FlashWmode value)
        Generated method - Setter of FlashComponent.wmode attribute defined at extension cms2lib.
        Parameters:
        value - the wmode