Class GeneratedFlashComponent

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
FlashComponent

public abstract class GeneratedFlashComponent extends AbstractBannerComponent
Generated class for type FlashComponent.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedFlashComponent

      public GeneratedFlashComponent()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedAbstractBannerComponent
    • getBgcolor

      public String getBgcolor(SessionContext ctx)
      Generated method - Getter of the FlashComponent.bgcolor attribute.
      Returns:
      the bgcolor
    • getBgcolor

      public String getBgcolor()
      Generated method - Getter of the FlashComponent.bgcolor attribute.
      Returns:
      the bgcolor
    • setBgcolor

      public void setBgcolor(SessionContext ctx, String value)
      Generated method - Setter of the FlashComponent.bgcolor attribute.
      Parameters:
      value - the bgcolor
    • setBgcolor

      public void setBgcolor(String value)
      Generated method - Setter of the FlashComponent.bgcolor attribute.
      Parameters:
      value - the bgcolor
    • createItem

      protected Item createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes) throws JaloBusinessException
      Description copied from class: Item
      Has to be implemented for each concrete subtype of item. This method is responsible for creating a new item instance ( by calling managers, ejb homes, etc. ) during ComposedType.newInstance(Map).

      In case this method uses any of the attribute values during creation it is required to override Item.getNonInitialAttributes(SessionContext, ItemAttributeMap) too.
      Sn example:

      
       public static final String MY_ATTRIBUTE = "someAttribute"; ... protected Item createItem(SessionContext
       ctx, ComposedType type, Map allAttributes ) throws JaloBusinessException { MyManager man = ... return
       man.createMyItem( (String)allAttributes.get(MY_ATTRIBUTE) );
       // here MY_ATTRIBUTE is used for creation, so it must not be set again } protected Map getNonInitialAttributes(
       SessionContext ctx, Map allAttributes ) { // let superclass remove its own initial attributes Map ret =
       super.getNonInitialAttributes( ctx, allAttributes );
       // remove MY_ATTRIBUTE from all attributes since if has already been set ret.remove(MY_ATTRIBUTE); return ret; }
      
       
      Overrides:
      createItem in class AbstractBannerComponent
      Parameters:
      ctx - the current session context which this item is created within
      type - the actual item type ( since subtypes may not provide a own jalo class this may be different from the type which this method was implemented for )
      Returns:
      the new item instance
      Throws:
      JaloBusinessException - indicates an error during creation - any changes will be rollbacked
    • getHeight

      public Integer getHeight(SessionContext ctx)
      Generated method - Getter of the FlashComponent.height attribute.
      Returns:
      the height
    • getHeight

      public Integer getHeight()
      Generated method - Getter of the FlashComponent.height attribute.
      Returns:
      the height
    • getHeightAsPrimitive

      public int getHeightAsPrimitive(SessionContext ctx)
      Generated method - Getter of the FlashComponent.height attribute.
      Returns:
      the height
    • getHeightAsPrimitive

      public int getHeightAsPrimitive()
      Generated method - Getter of the FlashComponent.height attribute.
      Returns:
      the height
    • setHeight

      public void setHeight(SessionContext ctx, Integer value)
      Generated method - Setter of the FlashComponent.height attribute.
      Parameters:
      value - the height
    • setHeight

      public void setHeight(Integer value)
      Generated method - Setter of the FlashComponent.height attribute.
      Parameters:
      value - the height
    • setHeight

      public void setHeight(SessionContext ctx, int value)
      Generated method - Setter of the FlashComponent.height attribute.
      Parameters:
      value - the height
    • setHeight

      public void setHeight(int value)
      Generated method - Setter of the FlashComponent.height attribute.
      Parameters:
      value - the height
    • isLoop

      public Boolean isLoop(SessionContext ctx)
      Generated method - Getter of the FlashComponent.loop attribute.
      Returns:
      the loop
    • isLoop

      public Boolean isLoop()
      Generated method - Getter of the FlashComponent.loop attribute.
      Returns:
      the loop
    • isLoopAsPrimitive

      public boolean isLoopAsPrimitive(SessionContext ctx)
      Generated method - Getter of the FlashComponent.loop attribute.
      Returns:
      the loop
    • isLoopAsPrimitive

      public boolean isLoopAsPrimitive()
      Generated method - Getter of the FlashComponent.loop attribute.
      Returns:
      the loop
    • setLoop

      public void setLoop(SessionContext ctx, Boolean value)
      Generated method - Setter of the FlashComponent.loop attribute.
      Parameters:
      value - the loop
    • setLoop

      public void setLoop(Boolean value)
      Generated method - Setter of the FlashComponent.loop attribute.
      Parameters:
      value - the loop
    • setLoop

      public void setLoop(SessionContext ctx, boolean value)
      Generated method - Setter of the FlashComponent.loop attribute.
      Parameters:
      value - the loop
    • setLoop

      public void setLoop(boolean value)
      Generated method - Setter of the FlashComponent.loop attribute.
      Parameters:
      value - the loop
    • isMenu

      public Boolean isMenu(SessionContext ctx)
      Generated method - Getter of the FlashComponent.menu attribute.
      Returns:
      the menu
    • isMenu

      public Boolean isMenu()
      Generated method - Getter of the FlashComponent.menu attribute.
      Returns:
      the menu
    • isMenuAsPrimitive

      public boolean isMenuAsPrimitive(SessionContext ctx)
      Generated method - Getter of the FlashComponent.menu attribute.
      Returns:
      the menu
    • isMenuAsPrimitive

      public boolean isMenuAsPrimitive()
      Generated method - Getter of the FlashComponent.menu attribute.
      Returns:
      the menu
    • setMenu

      public void setMenu(SessionContext ctx, Boolean value)
      Generated method - Setter of the FlashComponent.menu attribute.
      Parameters:
      value - the menu
    • setMenu

      public void setMenu(Boolean value)
      Generated method - Setter of the FlashComponent.menu attribute.
      Parameters:
      value - the menu
    • setMenu

      public void setMenu(SessionContext ctx, boolean value)
      Generated method - Setter of the FlashComponent.menu attribute.
      Parameters:
      value - the menu
    • setMenu

      public void setMenu(boolean value)
      Generated method - Setter of the FlashComponent.menu attribute.
      Parameters:
      value - the menu
    • getPage

      public ContentPage getPage(SessionContext ctx)
      Generated method - Getter of the FlashComponent.page attribute.
      Returns:
      the page
    • getPage

      public ContentPage getPage()
      Generated method - Getter of the FlashComponent.page attribute.
      Returns:
      the page
    • setPage

      public void setPage(SessionContext ctx, ContentPage value)
      Generated method - Setter of the FlashComponent.page attribute.
      Parameters:
      value - the page
    • setPage

      public void setPage(ContentPage value)
      Generated method - Setter of the FlashComponent.page attribute.
      Parameters:
      value - the page
    • getPageLabelOrId

      public abstract String getPageLabelOrId(SessionContext ctx)
      Generated method - Getter of the FlashComponent.pageLabelOrId attribute.
      Returns:
      the pageLabelOrId
    • getPageLabelOrId

      public String getPageLabelOrId()
      Generated method - Getter of the FlashComponent.pageLabelOrId attribute.
      Returns:
      the pageLabelOrId
    • isPlay

      public Boolean isPlay(SessionContext ctx)
      Generated method - Getter of the FlashComponent.play attribute.
      Returns:
      the play
    • isPlay

      public Boolean isPlay()
      Generated method - Getter of the FlashComponent.play attribute.
      Returns:
      the play
    • isPlayAsPrimitive

      public boolean isPlayAsPrimitive(SessionContext ctx)
      Generated method - Getter of the FlashComponent.play attribute.
      Returns:
      the play
    • isPlayAsPrimitive

      public boolean isPlayAsPrimitive()
      Generated method - Getter of the FlashComponent.play attribute.
      Returns:
      the play
    • setPlay

      public void setPlay(SessionContext ctx, Boolean value)
      Generated method - Setter of the FlashComponent.play attribute.
      Parameters:
      value - the play
    • setPlay

      public void setPlay(Boolean value)
      Generated method - Setter of the FlashComponent.play attribute.
      Parameters:
      value - the play
    • setPlay

      public void setPlay(SessionContext ctx, boolean value)
      Generated method - Setter of the FlashComponent.play attribute.
      Parameters:
      value - the play
    • setPlay

      public void setPlay(boolean value)
      Generated method - Setter of the FlashComponent.play attribute.
      Parameters:
      value - the play
    • getQuality

      public EnumerationValue getQuality(SessionContext ctx)
      Generated method - Getter of the FlashComponent.quality attribute.
      Returns:
      the quality
    • getQuality

      public EnumerationValue getQuality()
      Generated method - Getter of the FlashComponent.quality attribute.
      Returns:
      the quality
    • setQuality

      public void setQuality(SessionContext ctx, EnumerationValue value)
      Generated method - Setter of the FlashComponent.quality attribute.
      Parameters:
      value - the quality
    • setQuality

      public void setQuality(EnumerationValue value)
      Generated method - Setter of the FlashComponent.quality attribute.
      Parameters:
      value - the quality
    • getSAlign

      public EnumerationValue getSAlign(SessionContext ctx)
      Generated method - Getter of the FlashComponent.sAlign attribute.
      Returns:
      the sAlign
    • getSAlign

      public EnumerationValue getSAlign()
      Generated method - Getter of the FlashComponent.sAlign attribute.
      Returns:
      the sAlign
    • setSAlign

      public void setSAlign(SessionContext ctx, EnumerationValue value)
      Generated method - Setter of the FlashComponent.sAlign attribute.
      Parameters:
      value - the sAlign
    • setSAlign

      public void setSAlign(EnumerationValue value)
      Generated method - Setter of the FlashComponent.sAlign attribute.
      Parameters:
      value - the sAlign
    • getScale

      public EnumerationValue getScale(SessionContext ctx)
      Generated method - Getter of the FlashComponent.scale attribute.
      Returns:
      the scale
    • getScale

      public EnumerationValue getScale()
      Generated method - Getter of the FlashComponent.scale attribute.
      Returns:
      the scale
    • setScale

      public void setScale(SessionContext ctx, EnumerationValue value)
      Generated method - Setter of the FlashComponent.scale attribute.
      Parameters:
      value - the scale
    • setScale

      public void setScale(EnumerationValue value)
      Generated method - Setter of the FlashComponent.scale attribute.
      Parameters:
      value - the scale
    • getWidth

      public Integer getWidth(SessionContext ctx)
      Generated method - Getter of the FlashComponent.width attribute.
      Returns:
      the width
    • getWidth

      public Integer getWidth()
      Generated method - Getter of the FlashComponent.width attribute.
      Returns:
      the width
    • getWidthAsPrimitive

      public int getWidthAsPrimitive(SessionContext ctx)
      Generated method - Getter of the FlashComponent.width attribute.
      Returns:
      the width
    • getWidthAsPrimitive

      public int getWidthAsPrimitive()
      Generated method - Getter of the FlashComponent.width attribute.
      Returns:
      the width
    • setWidth

      public void setWidth(SessionContext ctx, Integer value)
      Generated method - Setter of the FlashComponent.width attribute.
      Parameters:
      value - the width
    • setWidth

      public void setWidth(Integer value)
      Generated method - Setter of the FlashComponent.width attribute.
      Parameters:
      value - the width
    • setWidth

      public void setWidth(SessionContext ctx, int value)
      Generated method - Setter of the FlashComponent.width attribute.
      Parameters:
      value - the width
    • setWidth

      public void setWidth(int value)
      Generated method - Setter of the FlashComponent.width attribute.
      Parameters:
      value - the width
    • getWmode

      public EnumerationValue getWmode(SessionContext ctx)
      Generated method - Getter of the FlashComponent.wmode attribute.
      Returns:
      the wmode
    • getWmode

      public EnumerationValue getWmode()
      Generated method - Getter of the FlashComponent.wmode attribute.
      Returns:
      the wmode
    • setWmode

      public void setWmode(SessionContext ctx, EnumerationValue value)
      Generated method - Setter of the FlashComponent.wmode attribute.
      Parameters:
      value - the wmode
    • setWmode

      public void setWmode(EnumerationValue value)
      Generated method - Setter of the FlashComponent.wmode attribute.
      Parameters:
      value - the wmode