Class Y2YStreamConfigurationContainerModel

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

public class Y2YStreamConfigurationContainerModel extends StreamConfigurationContainerModel
Generated model class for type Y2YStreamConfigurationContainer first defined at extension y2ysync.
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 Y2YStreamConfigurationContainer.catalogVersion attribute defined at extension y2ysync.
    static final String
    Generated constant - Attribute key of Y2YStreamConfigurationContainer.dataHubExtension attribute defined at extension y2ysync.
    static final String
    Generated constant - Attribute key of Y2YStreamConfigurationContainer.feed attribute defined at extension y2ysync.
    static final String
    Generated constant - Attribute key of Y2YStreamConfigurationContainer.pool attribute defined at extension y2ysync.
    static final String
    Generated constant - Attribute key of Y2YStreamConfigurationContainer.targetSystem attribute defined at extension y2ysync.

    Fields inherited from class de.hybris.deltadetection.model.StreamConfigurationContainerModel

    CONFIGURATIONS, ID

    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.
    Y2YStreamConfigurationContainerModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
    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
    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 Y2YStreamConfigurationContainer.catalogVersion attribute defined at extension y2ysync.
    Generated method - Getter of the Y2YStreamConfigurationContainer.dataHubExtension attribute defined at extension y2ysync.
    Generated method - Getter of the Y2YStreamConfigurationContainer.feed attribute defined at extension y2ysync.
    Generated method - Getter of the Y2YStreamConfigurationContainer.pool attribute defined at extension y2ysync.
    Generated method - Getter of the Y2YStreamConfigurationContainer.targetSystem attribute defined at extension y2ysync.
    void
    Generated method - Setter of Y2YStreamConfigurationContainer.catalogVersion attribute defined at extension y2ysync.
    void
    Generated method - Setter of Y2YStreamConfigurationContainer.dataHubExtension attribute defined at extension y2ysync.
    void
    setFeed(String value)
    Generated method - Setter of Y2YStreamConfigurationContainer.feed attribute defined at extension y2ysync.
    void
    setPool(String value)
    Generated method - Setter of Y2YStreamConfigurationContainer.pool attribute defined at extension y2ysync.
    void
    Generated method - Setter of Y2YStreamConfigurationContainer.targetSystem attribute defined at extension y2ysync.

    Methods inherited from class de.hybris.deltadetection.model.StreamConfigurationContainerModel

    getConfigurations, getId, setConfigurations, setId

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

      public static final String FEED
      Generated constant - Attribute key of Y2YStreamConfigurationContainer.feed attribute defined at extension y2ysync.
      See Also:
    • POOL

      public static final String POOL
      Generated constant - Attribute key of Y2YStreamConfigurationContainer.pool attribute defined at extension y2ysync.
      See Also:
    • TARGETSYSTEM

      public static final String TARGETSYSTEM
      Generated constant - Attribute key of Y2YStreamConfigurationContainer.targetSystem attribute defined at extension y2ysync.
      See Also:
    • DATAHUBEXTENSION

      public static final String DATAHUBEXTENSION
      Generated constant - Attribute key of Y2YStreamConfigurationContainer.dataHubExtension attribute defined at extension y2ysync.
      See Also:
    • CATALOGVERSION

      public static final String CATALOGVERSION
      Generated constant - Attribute key of Y2YStreamConfigurationContainer.catalogVersion attribute defined at extension y2ysync.
      See Also:
  • Constructor Details

    • Y2YStreamConfigurationContainerModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public Y2YStreamConfigurationContainerModel(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
    • Y2YStreamConfigurationContainerModel

      @Deprecated(since="4.1.1", forRemoval=true) public Y2YStreamConfigurationContainerModel(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 Details

    • getCatalogVersion

      @Accessor(qualifier="catalogVersion", type=GETTER) public CatalogVersionModel getCatalogVersion()
      Generated method - Getter of the Y2YStreamConfigurationContainer.catalogVersion attribute defined at extension y2ysync.
      Returns:
      the catalogVersion
    • getDataHubExtension

      @Accessor(qualifier="dataHubExtension", type=GETTER) public String getDataHubExtension()
      Generated method - Getter of the Y2YStreamConfigurationContainer.dataHubExtension attribute defined at extension y2ysync.
      Returns:
      the dataHubExtension
    • getFeed

      @Accessor(qualifier="feed", type=GETTER) public String getFeed()
      Generated method - Getter of the Y2YStreamConfigurationContainer.feed attribute defined at extension y2ysync.
      Returns:
      the feed
    • getPool

      @Accessor(qualifier="pool", type=GETTER) public String getPool()
      Generated method - Getter of the Y2YStreamConfigurationContainer.pool attribute defined at extension y2ysync.
      Returns:
      the pool
    • getTargetSystem

      @Accessor(qualifier="targetSystem", type=GETTER) public String getTargetSystem()
      Generated method - Getter of the Y2YStreamConfigurationContainer.targetSystem attribute defined at extension y2ysync.
      Returns:
      the targetSystem
    • setCatalogVersion

      @Accessor(qualifier="catalogVersion", type=SETTER) public void setCatalogVersion(CatalogVersionModel value)
      Generated method - Setter of Y2YStreamConfigurationContainer.catalogVersion attribute defined at extension y2ysync.
      Parameters:
      value - the catalogVersion
    • setDataHubExtension

      @Accessor(qualifier="dataHubExtension", type=SETTER) public void setDataHubExtension(String value)
      Generated method - Setter of Y2YStreamConfigurationContainer.dataHubExtension attribute defined at extension y2ysync.
      Parameters:
      value - the dataHubExtension
    • setFeed

      @Accessor(qualifier="feed", type=SETTER) public void setFeed(String value)
      Generated method - Setter of Y2YStreamConfigurationContainer.feed attribute defined at extension y2ysync.
      Parameters:
      value - the feed
    • setPool

      @Accessor(qualifier="pool", type=SETTER) public void setPool(String value)
      Generated method - Setter of Y2YStreamConfigurationContainer.pool attribute defined at extension y2ysync.
      Parameters:
      value - the pool
    • setTargetSystem

      @Accessor(qualifier="targetSystem", type=SETTER) public void setTargetSystem(String value)
      Generated method - Setter of Y2YStreamConfigurationContainer.targetSystem attribute defined at extension y2ysync.
      Parameters:
      value - the targetSystem