Class FlashComponentModel

All Implemented Interfaces:
Serializable

public class FlashComponentModel extends AbstractBannerComponentModel
Generated model class for type FlashComponent first defined at extension cms2lib.
See Also:
  • Field Details

    • _TYPECODE

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

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

      public static final String LOOP
      Generated constant - Attribute key of FlashComponent.loop attribute defined at extension cms2lib.
      See Also:
    • QUALITY

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

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

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

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

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

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

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

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

      public static final String PAGE
      Generated constant - Attribute key of FlashComponent.page attribute defined at extension cms2lib.
      See Also:
  • Constructor Details

    • 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, 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, 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 Details

    • getBgcolor

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

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

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

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

      @Accessor(qualifier="page", type=GETTER) public ContentPageModel getPage()
      Generated method - Getter of the FlashComponent.page attribute defined at extension cms2lib.
      Returns:
      the page
    • getPageLabelOrId

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

      @Accessor(qualifier="play", type=GETTER) public 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 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(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(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(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(Boolean value)
      Generated method - Setter of FlashComponent.menu attribute defined at extension cms2lib.
      Parameters:
      value - the menu
    • setPage

      @Accessor(qualifier="page", type=SETTER) public void setPage(ContentPageModel value)
      Generated method - Setter of FlashComponent.page attribute defined at extension cms2lib.
      Parameters:
      value - the page
    • setPlay

      @Accessor(qualifier="play", type=SETTER) public void setPlay(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(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