Class Y2YStreamConfigurationContainerModel

All Implemented Interfaces:
Serializable

public class Y2YStreamConfigurationContainerModel extends StreamConfigurationContainerModel
Generated model class for type Y2YStreamConfigurationContainer first defined at extension y2ysync.
See Also:
  • 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(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