Class GeneratedCMSItemTypeAttributeFilterConfig

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

public abstract class GeneratedCMSItemTypeAttributeFilterConfig extends GenericItem
Generated class for type CMSItemTypeAttributeFilterConfig.
See Also:
  • Field Details

    • TYPECODE

      public static final String TYPECODE
      Qualifier of the CMSItemTypeAttributeFilterConfig.typeCode attribute
      See Also:
    • MODE

      public static final String MODE
      Qualifier of the CMSItemTypeAttributeFilterConfig.mode attribute
      See Also:
    • ATTRIBUTES

      public static final String ATTRIBUTES
      Qualifier of the CMSItemTypeAttributeFilterConfig.attributes attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedCMSItemTypeAttributeFilterConfig

      public GeneratedCMSItemTypeAttributeFilterConfig()
  • Method Details

    • getDefaultAttributeModes

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

      public String getAttributes(SessionContext ctx)
      Generated method - Getter of the CMSItemTypeAttributeFilterConfig.attributes attribute.
      Returns:
      the attributes
    • getAttributes

      public String getAttributes()
      Generated method - Getter of the CMSItemTypeAttributeFilterConfig.attributes attribute.
      Returns:
      the attributes
    • setAttributes

      public void setAttributes(SessionContext ctx, String value)
      Generated method - Setter of the CMSItemTypeAttributeFilterConfig.attributes attribute.
      Parameters:
      value - the attributes
    • setAttributes

      public void setAttributes(String value)
      Generated method - Setter of the CMSItemTypeAttributeFilterConfig.attributes attribute.
      Parameters:
      value - the attributes
    • getMode

      public String getMode(SessionContext ctx)
      Generated method - Getter of the CMSItemTypeAttributeFilterConfig.mode attribute.
      Returns:
      the mode
    • getMode

      public String getMode()
      Generated method - Getter of the CMSItemTypeAttributeFilterConfig.mode attribute.
      Returns:
      the mode
    • setMode

      public void setMode(SessionContext ctx, String value)
      Generated method - Setter of the CMSItemTypeAttributeFilterConfig.mode attribute.
      Parameters:
      value - the mode
    • setMode

      public void setMode(String value)
      Generated method - Setter of the CMSItemTypeAttributeFilterConfig.mode attribute.
      Parameters:
      value - the mode
    • getTypeCode

      public String getTypeCode(SessionContext ctx)
      Generated method - Getter of the CMSItemTypeAttributeFilterConfig.typeCode attribute.
      Returns:
      the typeCode
    • getTypeCode

      public String getTypeCode()
      Generated method - Getter of the CMSItemTypeAttributeFilterConfig.typeCode attribute.
      Returns:
      the typeCode
    • setTypeCode

      public void setTypeCode(SessionContext ctx, String value)
      Generated method - Setter of the CMSItemTypeAttributeFilterConfig.typeCode attribute.
      Parameters:
      value - the typeCode
    • setTypeCode

      public void setTypeCode(String value)
      Generated method - Setter of the CMSItemTypeAttributeFilterConfig.typeCode attribute.
      Parameters:
      value - the typeCode