Class CustomThemeModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
All Implemented Interfaces:
Serializable

public class CustomThemeModel extends ThemeModel
Generated model class for type CustomTheme first defined at extension backoffice.
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 CustomTheme.base attribute defined at extension backoffice.

    Fields inherited from class com.hybris.backoffice.model.ThemeModel

    CODE, NAME, SEQUENCE, STYLE, THUMBNAIL

    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.
    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
    CustomThemeModel(ThemeModel _base, String _code, ItemModel _owner)
    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
    CustomThemeModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
  • Method Summary

    Modifier and Type
    Method
    Description
    Generated method - Getter of the CustomTheme.base attribute defined at extension backoffice.
    void
    Generated method - Setter of CustomTheme.base attribute defined at extension backoffice.

    Methods inherited from class com.hybris.backoffice.model.ThemeModel

    getCode, getName, getName, getSequence, getStyle, getThumbnail, setCode, setName, setName, setSequence, setStyle, setThumbnail

    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:
    • BASE

      public static final String BASE
      Generated constant - Attribute key of CustomTheme.base attribute defined at extension backoffice.
      See Also:
  • Constructor Details

    • CustomThemeModel

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

      public CustomThemeModel(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
    • CustomThemeModel

      @Deprecated(since="4.1.1", forRemoval=true) public CustomThemeModel(ThemeModel _base, String _code)
      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:
      _base - initial attribute declared by type CustomTheme at extension backoffice
      _code - initial attribute declared by type Theme at extension backoffice
    • CustomThemeModel

      @Deprecated(since="4.1.1", forRemoval=true) public CustomThemeModel(ThemeModel _base, String _code, ItemModel _owner)
      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:
      _base - initial attribute declared by type CustomTheme at extension backoffice
      _code - initial attribute declared by type Theme at extension backoffice
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getBase

      @Accessor(qualifier="base", type=GETTER) public ThemeModel getBase()
      Generated method - Getter of the CustomTheme.base attribute defined at extension backoffice.
      Returns:
      the base
    • setBase

      @Accessor(qualifier="base", type=SETTER) public void setBase(ThemeModel value)
      Generated method - Setter of CustomTheme.base attribute defined at extension backoffice.
      Parameters:
      value - the base