Class GeneratedFooterNavigationComponent

    • Field Detail

      • SHOWLANGUAGECURRENCY

        public static final java.lang.String SHOWLANGUAGECURRENCY
        Qualifier of the FooterNavigationComponent.showLanguageCurrency attribute
        See Also:
        Constant Field Values
      • NOTICE

        public static final java.lang.String NOTICE
        Qualifier of the FooterNavigationComponent.notice attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedFooterNavigationComponent

        public GeneratedFooterNavigationComponent()
    • Method Detail

      • getNotice

        public java.lang.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 java.lang.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 java.util.Map<Language,​java.lang.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 java.util.Map<Language,​java.lang.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,
                              java.lang.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​(java.lang.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,
                                 java.util.Map<Language,​java.lang.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​(java.util.Map<Language,​java.lang.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 java.lang.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 java.lang.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,
                                            java.lang.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​(java.lang.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.