Class SliderOptionComponentModel

All Implemented Interfaces:
Serializable

public class SliderOptionComponentModel extends SimpleCMSComponentModel
Generated model class for type SliderOptionComponent first defined at extension b2ctelcocms.

SPA Component for predefined consumption values and media.

See Also:
  • Field Details

    • _TYPECODE

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

      public static final String MEDIA
      Generated constant - Attribute key of SliderOptionComponent.media attribute defined at extension b2ctelcocms.
      See Also:
    • VALUE

      public static final String VALUE
      Generated constant - Attribute key of SliderOptionComponent.value attribute defined at extension b2ctelcocms.
      See Also:
  • Constructor Details

    • SliderOptionComponentModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public SliderOptionComponentModel(CatalogVersionModel _catalogVersion, String _uid)
      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:
      _catalogVersion - initial attribute declared by type CMSItem at extension cms2
      _uid - initial attribute declared by type CMSItem at extension cms2
    • SliderOptionComponentModel

      @Deprecated(since="4.1.1", forRemoval=true) public SliderOptionComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, String _uid)
      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:
      _catalogVersion - initial attribute declared by type CMSItem at extension cms2
      _owner - initial attribute declared by type Item at extension core
      _uid - initial attribute declared by type CMSItem at extension cms2
  • Method Details

    • getMedia

      @Accessor(qualifier="media", type=GETTER) public MediaModel getMedia()
      Generated method - Getter of the SliderOptionComponent.media attribute defined at extension b2ctelcocms.
      Returns:
      the media
    • getValue

      @Accessor(qualifier="value", type=GETTER) public Long getValue()
      Generated method - Getter of the SliderOptionComponent.value attribute defined at extension b2ctelcocms.
      Returns:
      the value
    • setMedia

      @Accessor(qualifier="media", type=SETTER) public void setMedia(MediaModel value)
      Generated method - Setter of SliderOptionComponent.media attribute defined at extension b2ctelcocms.
      Parameters:
      value - the media
    • setValue

      @Accessor(qualifier="value", type=SETTER) public void setValue(Long value)
      Generated method - Setter of SliderOptionComponent.value attribute defined at extension b2ctelcocms.
      Parameters:
      value - the value