Class GeneratedContentSlotForTemplate

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

public abstract class GeneratedContentSlotForTemplate extends CMSRelation
Generated class for type ContentSlotForTemplate.
See Also:
  • Field Details

    • ALLOWOVERWRITE

      public static final String ALLOWOVERWRITE
      Qualifier of the ContentSlotForTemplate.allowOverwrite attribute
      See Also:
    • POSITION

      public static final String POSITION
      Qualifier of the ContentSlotForTemplate.position attribute
      See Also:
    • PAGETEMPLATE

      public static final String PAGETEMPLATE
      Qualifier of the ContentSlotForTemplate.pageTemplate attribute
      See Also:
    • CONTENTSLOT

      public static final String CONTENTSLOT
      Qualifier of the ContentSlotForTemplate.contentSlot attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedContentSlotForTemplate

      public GeneratedContentSlotForTemplate()
  • Method Details

    • getDefaultAttributeModes

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

      public Boolean isAllowOverwrite(SessionContext ctx)
      Generated method - Getter of the ContentSlotForTemplate.allowOverwrite attribute.
      Returns:
      the allowOverwrite
    • isAllowOverwrite

      public Boolean isAllowOverwrite()
      Generated method - Getter of the ContentSlotForTemplate.allowOverwrite attribute.
      Returns:
      the allowOverwrite
    • isAllowOverwriteAsPrimitive

      public boolean isAllowOverwriteAsPrimitive(SessionContext ctx)
      Generated method - Getter of the ContentSlotForTemplate.allowOverwrite attribute.
      Returns:
      the allowOverwrite
    • isAllowOverwriteAsPrimitive

      public boolean isAllowOverwriteAsPrimitive()
      Generated method - Getter of the ContentSlotForTemplate.allowOverwrite attribute.
      Returns:
      the allowOverwrite
    • setAllowOverwrite

      public void setAllowOverwrite(SessionContext ctx, Boolean value)
      Generated method - Setter of the ContentSlotForTemplate.allowOverwrite attribute.
      Parameters:
      value - the allowOverwrite
    • setAllowOverwrite

      public void setAllowOverwrite(Boolean value)
      Generated method - Setter of the ContentSlotForTemplate.allowOverwrite attribute.
      Parameters:
      value - the allowOverwrite
    • setAllowOverwrite

      public void setAllowOverwrite(SessionContext ctx, boolean value)
      Generated method - Setter of the ContentSlotForTemplate.allowOverwrite attribute.
      Parameters:
      value - the allowOverwrite
    • setAllowOverwrite

      public void setAllowOverwrite(boolean value)
      Generated method - Setter of the ContentSlotForTemplate.allowOverwrite attribute.
      Parameters:
      value - the allowOverwrite
    • getContentSlot

      public ContentSlot getContentSlot(SessionContext ctx)
      Generated method - Getter of the ContentSlotForTemplate.contentSlot attribute.
      Returns:
      the contentSlot
    • getContentSlot

      public ContentSlot getContentSlot()
      Generated method - Getter of the ContentSlotForTemplate.contentSlot attribute.
      Returns:
      the contentSlot
    • setContentSlot

      public void setContentSlot(SessionContext ctx, ContentSlot value)
      Generated method - Setter of the ContentSlotForTemplate.contentSlot attribute.
      Parameters:
      value - the contentSlot
    • setContentSlot

      public void setContentSlot(ContentSlot value)
      Generated method - Setter of the ContentSlotForTemplate.contentSlot attribute.
      Parameters:
      value - the contentSlot
    • getPageTemplate

      public PageTemplate getPageTemplate(SessionContext ctx)
      Generated method - Getter of the ContentSlotForTemplate.pageTemplate attribute.
      Returns:
      the pageTemplate
    • getPageTemplate

      public PageTemplate getPageTemplate()
      Generated method - Getter of the ContentSlotForTemplate.pageTemplate attribute.
      Returns:
      the pageTemplate
    • setPageTemplate

      public void setPageTemplate(SessionContext ctx, PageTemplate value)
      Generated method - Setter of the ContentSlotForTemplate.pageTemplate attribute.
      Parameters:
      value - the pageTemplate
    • setPageTemplate

      public void setPageTemplate(PageTemplate value)
      Generated method - Setter of the ContentSlotForTemplate.pageTemplate attribute.
      Parameters:
      value - the pageTemplate
    • getPosition

      public String getPosition(SessionContext ctx)
      Generated method - Getter of the ContentSlotForTemplate.position attribute.
      Returns:
      the position
    • getPosition

      public String getPosition()
      Generated method - Getter of the ContentSlotForTemplate.position attribute.
      Returns:
      the position
    • setPosition

      public void setPosition(SessionContext ctx, String value)
      Generated method - Setter of the ContentSlotForTemplate.position attribute.
      Parameters:
      value - the position
    • setPosition

      public void setPosition(String value)
      Generated method - Setter of the ContentSlotForTemplate.position attribute.
      Parameters:
      value - the position