Class GeneratedFooterNavigationComponent

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

public abstract class GeneratedFooterNavigationComponent extends NavigationComponent
Generated class for type FooterNavigationComponent.
See Also:
  • Field Details

    • SHOWLANGUAGECURRENCY

      public static final String SHOWLANGUAGECURRENCY
      Qualifier of the FooterNavigationComponent.showLanguageCurrency attribute
      See Also:
    • NOTICE

      public static final String NOTICE
      Qualifier of the FooterNavigationComponent.notice attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedFooterNavigationComponent

      public GeneratedFooterNavigationComponent()
  • Method Details

    • getDefaultAttributeModes

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

      public String getNotice(SessionContext ctx)
      Generated method - Getter of the FooterNavigationComponent.notice attribute.
      Returns:
      the notice - Intended to store a copyright notice or other text to be displayed in the footer
    • getNotice

      public String getNotice()
      Generated method - Getter of the FooterNavigationComponent.notice attribute.
      Returns:
      the notice - Intended to store a copyright notice or other text to be displayed in the footer
    • getAllNotice

      public Map<Language,String> getAllNotice(SessionContext ctx)
      Generated method - Getter of the FooterNavigationComponent.notice attribute.
      Returns:
      the localized notice - Intended to store a copyright notice or other text to be displayed in the footer
    • getAllNotice

      public Map<Language,String> getAllNotice()
      Generated method - Getter of the FooterNavigationComponent.notice attribute.
      Returns:
      the localized notice - Intended to store a copyright notice or other text to be displayed in the footer
    • setNotice

      public void setNotice(SessionContext ctx, String value)
      Generated method - Setter of the FooterNavigationComponent.notice attribute.
      Parameters:
      value - the notice - Intended to store a copyright notice or other text to be displayed in the footer
    • setNotice

      public void setNotice(String value)
      Generated method - Setter of the FooterNavigationComponent.notice attribute.
      Parameters:
      value - the notice - Intended to store a copyright notice or other text to be displayed in the footer
    • setAllNotice

      public void setAllNotice(SessionContext ctx, Map<Language,String> value)
      Generated method - Setter of the FooterNavigationComponent.notice attribute.
      Parameters:
      value - the notice - Intended to store a copyright notice or other text to be displayed in the footer
    • setAllNotice

      public void setAllNotice(Map<Language,String> value)
      Generated method - Setter of the FooterNavigationComponent.notice attribute.
      Parameters:
      value - the notice - Intended to store a copyright notice or other text to be displayed in the footer
    • isShowLanguageCurrency

      public Boolean isShowLanguageCurrency(SessionContext ctx)
      Generated method - Getter of the FooterNavigationComponent.showLanguageCurrency attribute.
      Returns:
      the showLanguageCurrency - Determines whether or not to show the language currency selection.
    • isShowLanguageCurrency

      public Boolean isShowLanguageCurrency()
      Generated method - Getter of the FooterNavigationComponent.showLanguageCurrency attribute.
      Returns:
      the showLanguageCurrency - Determines whether or not to show the language currency selection.
    • isShowLanguageCurrencyAsPrimitive

      public boolean isShowLanguageCurrencyAsPrimitive(SessionContext ctx)
      Generated method - Getter of the FooterNavigationComponent.showLanguageCurrency attribute.
      Returns:
      the showLanguageCurrency - Determines whether or not to show the language currency selection.
    • isShowLanguageCurrencyAsPrimitive

      public boolean isShowLanguageCurrencyAsPrimitive()
      Generated method - Getter of the FooterNavigationComponent.showLanguageCurrency attribute.
      Returns:
      the showLanguageCurrency - Determines whether or not to show the language currency selection.
    • setShowLanguageCurrency

      public void setShowLanguageCurrency(SessionContext ctx, Boolean value)
      Generated method - Setter of the FooterNavigationComponent.showLanguageCurrency attribute.
      Parameters:
      value - the showLanguageCurrency - Determines whether or not to show the language currency selection.
    • setShowLanguageCurrency

      public void setShowLanguageCurrency(Boolean value)
      Generated method - Setter of the FooterNavigationComponent.showLanguageCurrency attribute.
      Parameters:
      value - the showLanguageCurrency - Determines whether or not to show the language currency selection.
    • setShowLanguageCurrency

      public void setShowLanguageCurrency(SessionContext ctx, boolean value)
      Generated method - Setter of the FooterNavigationComponent.showLanguageCurrency attribute.
      Parameters:
      value - the showLanguageCurrency - Determines whether or not to show the language currency selection.
    • setShowLanguageCurrency

      public void setShowLanguageCurrency(boolean value)
      Generated method - Setter of the FooterNavigationComponent.showLanguageCurrency attribute.
      Parameters:
      value - the showLanguageCurrency - Determines whether or not to show the language currency selection.