Class GeneratedLogoComponent

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

public abstract class GeneratedLogoComponent extends SimpleCMSComponent
Generated class for type LogoComponent.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedLogoComponent

      public GeneratedLogoComponent()
  • Method Details

    • getDefaultAttributeModes

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

      public SimpleBannerComponent getLogo(SessionContext ctx)
      Generated method - Getter of the LogoComponent.logo attribute.
      Returns:
      the logo - It is a banner component to be displayed.
    • getLogo

      public SimpleBannerComponent getLogo()
      Generated method - Getter of the LogoComponent.logo attribute.
      Returns:
      the logo - It is a banner component to be displayed.
    • setLogo

      public void setLogo(SessionContext ctx, SimpleBannerComponent value)
      Generated method - Setter of the LogoComponent.logo attribute.
      Parameters:
      value - the logo - It is a banner component to be displayed.
    • setLogo

      public void setLogo(SimpleBannerComponent value)
      Generated method - Setter of the LogoComponent.logo attribute.
      Parameters:
      value - the logo - It is a banner component to be displayed.