Class StreamConfigurationContainerModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class StreamConfigurationContainerModel
    extends ItemModel
    Generated model class for type StreamConfigurationContainer first defined at extension deltadetection.
    See Also:
    Serialized Form
    • 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 java.lang.String _TYPECODE
      Generated model type code constant.
      static java.lang.String CONFIGURATIONS
      Generated constant - Attribute key of StreamConfigurationContainer.configurations attribute defined at extension deltadetection.
      static java.lang.String ID
      Generated constant - Attribute key of StreamConfigurationContainer.id attribute defined at extension deltadetection.
      • Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<StreamConfigurationModel> getConfigurations()
      Generated method - Getter of the StreamConfigurationContainer.configurations attribute defined at extension deltadetection.
      java.lang.String getId()
      Generated method - Getter of the StreamConfigurationContainer.id attribute defined at extension deltadetection.
      void setConfigurations​(java.util.Set<StreamConfigurationModel> value)
      Generated method - Setter of StreamConfigurationContainer.configurations attribute defined at extension deltadetection.
      void setId​(java.lang.String value)
      Generated method - Initial setter of StreamConfigurationContainer.id attribute defined at extension deltadetection.
      • 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 Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • ID

        public static final java.lang.String ID
        Generated constant - Attribute key of StreamConfigurationContainer.id attribute defined at extension deltadetection.
        See Also:
        Constant Field Values
      • CONFIGURATIONS

        public static final java.lang.String CONFIGURATIONS
        Generated constant - Attribute key of StreamConfigurationContainer.configurations attribute defined at extension deltadetection.
        See Also:
        Constant Field Values
    • Constructor Detail

      • StreamConfigurationContainerModel

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

        public StreamConfigurationContainerModel​(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
      • StreamConfigurationContainerModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public StreamConfigurationContainerModel​(java.lang.String _id)
        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:
        _id - initial attribute declared by type StreamConfigurationContainer at extension deltadetection
      • StreamConfigurationContainerModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public StreamConfigurationContainerModel​(java.lang.String _id,
                                                 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:
        _id - initial attribute declared by type StreamConfigurationContainer at extension deltadetection
        _owner - initial attribute declared by type Item at extension core
    • Method Detail

      • getConfigurations

        @Accessor(qualifier="configurations",
                  type=GETTER)
        public java.util.Set<StreamConfigurationModel> getConfigurations()
        Generated method - Getter of the StreamConfigurationContainer.configurations attribute defined at extension deltadetection. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
        Returns:
        the configurations
      • getId

        @Accessor(qualifier="id",
                  type=GETTER)
        public java.lang.String getId()
        Generated method - Getter of the StreamConfigurationContainer.id attribute defined at extension deltadetection.
        Returns:
        the id
      • setConfigurations

        @Accessor(qualifier="configurations",
                  type=SETTER)
        public void setConfigurations​(java.util.Set<StreamConfigurationModel> value)
        Generated method - Setter of StreamConfigurationContainer.configurations attribute defined at extension deltadetection.
        Parameters:
        value - the configurations
      • setId

        @Accessor(qualifier="id",
                  type=SETTER)
        public void setId​(java.lang.String value)
        Generated method - Initial setter of StreamConfigurationContainer.id attribute defined at extension deltadetection. Can only be used at creation of model - before first save.
        Parameters:
        value - the id