Class Y2YStreamConfigurationContainerModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class Y2YStreamConfigurationContainerModel
    extends StreamConfigurationContainerModel
    Generated model class for type Y2YStreamConfigurationContainer first defined at extension y2ysync.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

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

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

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

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

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

        public static final java.lang.String CATALOGVERSION
        Generated constant - Attribute key of Y2YStreamConfigurationContainer.catalogVersion attribute defined at extension y2ysync.
        See Also:
        Constant Field Values
    • Constructor Detail

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

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

      • 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 java.lang.String getDataHubExtension()
        Generated method - Getter of the Y2YStreamConfigurationContainer.dataHubExtension attribute defined at extension y2ysync.
        Returns:
        the dataHubExtension
      • getFeed

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

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

        @Accessor(qualifier="targetSystem",
                  type=GETTER)
        public java.lang.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​(java.lang.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​(java.lang.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​(java.lang.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​(java.lang.String value)
        Generated method - Setter of Y2YStreamConfigurationContainer.targetSystem attribute defined at extension y2ysync.
        Parameters:
        value - the targetSystem