Class GeneratedSiteMapPage

    • Field Detail

      • CODE

        public static final java.lang.String CODE
        Qualifier of the SiteMapPage.code attribute
        See Also:
        Constant Field Values
      • FREQUENCY

        public static final java.lang.String FREQUENCY
        Qualifier of the SiteMapPage.frequency attribute
        See Also:
        Constant Field Values
      • PRIORITY

        public static final java.lang.String PRIORITY
        Qualifier of the SiteMapPage.priority attribute
        See Also:
        Constant Field Values
      • ACTIVE

        public static final java.lang.String ACTIVE
        Qualifier of the SiteMapPage.active 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

      • GeneratedSiteMapPage

        public GeneratedSiteMapPage()
    • Method Detail

      • isActive

        public java.lang.Boolean isActive​(SessionContext ctx)
        Generated method - Getter of the SiteMapPage.active attribute.
        Returns:
        the active - Is sitemap page enabled or disabled
      • isActive

        public java.lang.Boolean isActive()
        Generated method - Getter of the SiteMapPage.active attribute.
        Returns:
        the active - Is sitemap page enabled or disabled
      • isActiveAsPrimitive

        public boolean isActiveAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the SiteMapPage.active attribute.
        Returns:
        the active - Is sitemap page enabled or disabled
      • isActiveAsPrimitive

        public boolean isActiveAsPrimitive()
        Generated method - Getter of the SiteMapPage.active attribute.
        Returns:
        the active - Is sitemap page enabled or disabled
      • setActive

        public void setActive​(SessionContext ctx,
                              java.lang.Boolean value)
        Generated method - Setter of the SiteMapPage.active attribute.
        Parameters:
        value - the active - Is sitemap page enabled or disabled
      • setActive

        public void setActive​(java.lang.Boolean value)
        Generated method - Setter of the SiteMapPage.active attribute.
        Parameters:
        value - the active - Is sitemap page enabled or disabled
      • setActive

        public void setActive​(SessionContext ctx,
                              boolean value)
        Generated method - Setter of the SiteMapPage.active attribute.
        Parameters:
        value - the active - Is sitemap page enabled or disabled
      • setActive

        public void setActive​(boolean value)
        Generated method - Setter of the SiteMapPage.active attribute.
        Parameters:
        value - the active - Is sitemap page enabled or disabled
      • getCode

        public EnumerationValue getCode​(SessionContext ctx)
        Generated method - Getter of the SiteMapPage.code attribute.
        Returns:
        the code - The type of page to be qualified
      • getCode

        public EnumerationValue getCode()
        Generated method - Getter of the SiteMapPage.code attribute.
        Returns:
        the code - The type of page to be qualified
      • setCode

        public void setCode​(SessionContext ctx,
                            EnumerationValue value)
        Generated method - Setter of the SiteMapPage.code attribute.
        Parameters:
        value - the code - The type of page to be qualified
      • setCode

        public void setCode​(EnumerationValue value)
        Generated method - Setter of the SiteMapPage.code attribute.
        Parameters:
        value - the code - The type of page to be qualified
      • getFrequency

        public EnumerationValue getFrequency​(SessionContext ctx)
        Generated method - Getter of the SiteMapPage.frequency attribute.
        Returns:
        the frequency - How often the page should be updated.
      • getFrequency

        public EnumerationValue getFrequency()
        Generated method - Getter of the SiteMapPage.frequency attribute.
        Returns:
        the frequency - How often the page should be updated.
      • setFrequency

        public void setFrequency​(SessionContext ctx,
                                 EnumerationValue value)
        Generated method - Setter of the SiteMapPage.frequency attribute.
        Parameters:
        value - the frequency - How often the page should be updated.
      • setFrequency

        public void setFrequency​(EnumerationValue value)
        Generated method - Setter of the SiteMapPage.frequency attribute.
        Parameters:
        value - the frequency - How often the page should be updated.
      • getPriority

        public java.lang.Double getPriority​(SessionContext ctx)
        Generated method - Getter of the SiteMapPage.priority attribute.
        Returns:
        the priority - The weight the page should have in the sitemap
      • getPriority

        public java.lang.Double getPriority()
        Generated method - Getter of the SiteMapPage.priority attribute.
        Returns:
        the priority - The weight the page should have in the sitemap
      • getPriorityAsPrimitive

        public double getPriorityAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the SiteMapPage.priority attribute.
        Returns:
        the priority - The weight the page should have in the sitemap
      • getPriorityAsPrimitive

        public double getPriorityAsPrimitive()
        Generated method - Getter of the SiteMapPage.priority attribute.
        Returns:
        the priority - The weight the page should have in the sitemap
      • setPriority

        public void setPriority​(SessionContext ctx,
                                java.lang.Double value)
        Generated method - Setter of the SiteMapPage.priority attribute.
        Parameters:
        value - the priority - The weight the page should have in the sitemap
      • setPriority

        public void setPriority​(java.lang.Double value)
        Generated method - Setter of the SiteMapPage.priority attribute.
        Parameters:
        value - the priority - The weight the page should have in the sitemap
      • setPriority

        public void setPriority​(SessionContext ctx,
                                double value)
        Generated method - Setter of the SiteMapPage.priority attribute.
        Parameters:
        value - the priority - The weight the page should have in the sitemap
      • setPriority

        public void setPriority​(double value)
        Generated method - Setter of the SiteMapPage.priority attribute.
        Parameters:
        value - the priority - The weight the page should have in the sitemap