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:
  • Nested Class Summary

    Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of CMSItemTypeAttributeFilterConfig.attributes attribute defined at extension cmsfacades.
    static final String
    Generated constant - Attribute key of CMSItemTypeAttributeFilterConfig.mode attribute defined at extension cmsfacades.
    static final String
    Generated constant - Attribute key of CMSItemTypeAttributeFilterConfig.typeCode attribute defined at extension cmsfacades.

    Fields inherited from class de.hybris.platform.core.model.ItemModel

    _COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED

    Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
  • Constructor Summary

    Constructors
    Constructor
    Description
    Generated constructor - Default constructor for generic creation.
    CMSItemTypeAttributeFilterConfigModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
    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
    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
  • Method Summary

    Modifier and Type
    Method
    Description
    Generated method - Getter of the CMSItemTypeAttributeFilterConfig.attributes attribute defined at extension cmsfacades.
    Generated method - Getter of the CMSItemTypeAttributeFilterConfig.mode attribute defined at extension cmsfacades.
    Generated method - Getter of the CMSItemTypeAttributeFilterConfig.typeCode attribute defined at extension cmsfacades.
    void
    Generated method - Setter of CMSItemTypeAttributeFilterConfig.attributes attribute defined at extension cmsfacades.
    void
    setMode(String value)
    Generated method - Setter of CMSItemTypeAttributeFilterConfig.mode attribute defined at extension cmsfacades.
    void
    Generated method - Setter of CMSItemTypeAttributeFilterConfig.typeCode attribute defined at extension cmsfacades.

    Methods inherited from class de.hybris.platform.core.model.ItemModel

    getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner

    Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • 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(de.hybris.platform.servicelayer.model.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