Class GeneratedSiteMapPage

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

public abstract class GeneratedSiteMapPage extends GenericItem
Generated class for type SiteMapPage.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedSiteMapPage

      public GeneratedSiteMapPage()
  • Method Details

    • getDefaultAttributeModes

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

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

      public 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, 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
    • 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 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 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, 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
    • 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