Class GeneratedCMSImageComponent

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

public abstract class GeneratedCMSImageComponent extends SimpleCMSComponent
Generated class for type CMSImageComponent.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedCMSImageComponent

      public GeneratedCMSImageComponent()
  • Method Details

    • getDefaultAttributeModes

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

      public Media getMedia(SessionContext ctx)
      Generated method - Getter of the CMSImageComponent.media attribute.
      Returns:
      the media
    • getMedia

      public Media getMedia()
      Generated method - Getter of the CMSImageComponent.media attribute.
      Returns:
      the media
    • getAllMedia

      public Map<Language,Media> getAllMedia(SessionContext ctx)
      Generated method - Getter of the CMSImageComponent.media attribute.
      Returns:
      the localized media
    • getAllMedia

      public Map<Language,Media> getAllMedia()
      Generated method - Getter of the CMSImageComponent.media attribute.
      Returns:
      the localized media
    • setMedia

      public void setMedia(SessionContext ctx, Media value)
      Generated method - Setter of the CMSImageComponent.media attribute.
      Parameters:
      value - the media
    • setMedia

      public void setMedia(Media value)
      Generated method - Setter of the CMSImageComponent.media attribute.
      Parameters:
      value - the media
    • setAllMedia

      public void setAllMedia(SessionContext ctx, Map<Language,Media> value)
      Generated method - Setter of the CMSImageComponent.media attribute.
      Parameters:
      value - the media
    • setAllMedia

      public void setAllMedia(Map<Language,Media> value)
      Generated method - Setter of the CMSImageComponent.media attribute.
      Parameters:
      value - the media