Class CMSItemTypeAttributeFilterConfigModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.cmsfacades.model.CMSItemTypeAttributeFilterConfigModel
All Implemented Interfaces:
Serializable

public class CMSItemTypeAttributeFilterConfigModel extends ItemModel
Generated model class for type CMSItemTypeAttributeFilterConfig first defined at extension cmsfacades.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • TYPECODE

      public static final String TYPECODE
      Generated constant - Attribute key of CMSItemTypeAttributeFilterConfig.typeCode attribute defined at extension cmsfacades.
      See Also:
    • MODE

      public static final String MODE
      Generated constant - Attribute key of CMSItemTypeAttributeFilterConfig.mode attribute defined at extension cmsfacades.
      See Also:
    • ATTRIBUTES

      public static final String ATTRIBUTES
      Generated constant - Attribute key of CMSItemTypeAttributeFilterConfig.attributes attribute defined at extension cmsfacades.
      See Also:
  • Constructor Details

    • CMSItemTypeAttributeFilterConfigModel

      public CMSItemTypeAttributeFilterConfigModel()
      Generated constructor - Default constructor for generic creation.
    • CMSItemTypeAttributeFilterConfigModel

      public CMSItemTypeAttributeFilterConfigModel(ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • CMSItemTypeAttributeFilterConfigModel

      @Deprecated(since="4.1.1", forRemoval=true) public CMSItemTypeAttributeFilterConfigModel(String _attributes, String _mode, String _typeCode)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _attributes - initial attribute declared by type CMSItemTypeAttributeFilterConfig at extension cmsfacades
      _mode - initial attribute declared by type CMSItemTypeAttributeFilterConfig at extension cmsfacades
      _typeCode - initial attribute declared by type CMSItemTypeAttributeFilterConfig at extension cmsfacades
    • CMSItemTypeAttributeFilterConfigModel

      @Deprecated(since="4.1.1", forRemoval=true) public CMSItemTypeAttributeFilterConfigModel(String _attributes, String _mode, ItemModel _owner, String _typeCode)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _attributes - initial attribute declared by type CMSItemTypeAttributeFilterConfig at extension cmsfacades
      _mode - initial attribute declared by type CMSItemTypeAttributeFilterConfig at extension cmsfacades
      _owner - initial attribute declared by type Item at extension core
      _typeCode - initial attribute declared by type CMSItemTypeAttributeFilterConfig at extension cmsfacades
  • Method Details

    • getAttributes

      @Accessor(qualifier="attributes", type=GETTER) public String getAttributes()
      Generated method - Getter of the CMSItemTypeAttributeFilterConfig.attributes attribute defined at extension cmsfacades.
      Returns:
      the attributes
    • getMode

      @Accessor(qualifier="mode", type=GETTER) public String getMode()
      Generated method - Getter of the CMSItemTypeAttributeFilterConfig.mode attribute defined at extension cmsfacades.
      Returns:
      the mode
    • getTypeCode

      @Accessor(qualifier="typeCode", type=GETTER) public String getTypeCode()
      Generated method - Getter of the CMSItemTypeAttributeFilterConfig.typeCode attribute defined at extension cmsfacades.
      Returns:
      the typeCode
    • setAttributes

      @Accessor(qualifier="attributes", type=SETTER) public void setAttributes(String value)
      Generated method - Setter of CMSItemTypeAttributeFilterConfig.attributes attribute defined at extension cmsfacades.
      Parameters:
      value - the attributes
    • setMode

      @Accessor(qualifier="mode", type=SETTER) public void setMode(String value)
      Generated method - Setter of CMSItemTypeAttributeFilterConfig.mode attribute defined at extension cmsfacades.
      Parameters:
      value - the mode
    • setTypeCode

      @Accessor(qualifier="typeCode", type=SETTER) public void setTypeCode(String value)
      Generated method - Setter of CMSItemTypeAttributeFilterConfig.typeCode attribute defined at extension cmsfacades.
      Parameters:
      value - the typeCode