Class CustomThemeModel

All Implemented Interfaces:
Serializable

public class CustomThemeModel extends ThemeModel
Generated model class for type CustomTheme first defined at extension backoffice.
See Also:
  • 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(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