Class Y2YStreamConfigurationModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class Y2YStreamConfigurationModel
    extends StreamConfigurationModel
    Generated model class for type Y2YStreamConfiguration 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
      • CATALOGVERSION

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

        public static final java.lang.String AUTOGENERATEWHERECLAUSE
        Generated constant - Attribute key of Y2YStreamConfiguration.autoGenerateWhereClause attribute defined at extension y2ysync.
        See Also:
        Constant Field Values
      • AUTOGENERATEINFOEXPRESSION

        public static final java.lang.String AUTOGENERATEINFOEXPRESSION
        Generated constant - Attribute key of Y2YStreamConfiguration.autoGenerateInfoExpression attribute defined at extension y2ysync.
        See Also:
        Constant Field Values
      • DATAHUBTYPE

        public static final java.lang.String DATAHUBTYPE
        Generated constant - Attribute key of Y2YStreamConfiguration.dataHubType attribute defined at extension y2ysync.
        See Also:
        Constant Field Values
      • COLUMNDEFINITIONS

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

      • Y2YStreamConfigurationModel

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

        public Y2YStreamConfigurationModel​(ItemModelContext ctx)
        Generated constructor - Default constructor for creation with existing context
        Parameters:
        ctx - the model context to be injected, must not be null
      • Y2YStreamConfigurationModel

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

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

      • getAutoGenerateInfoExpression

        @Accessor(qualifier="autoGenerateInfoExpression",
                  type=GETTER)
        public java.lang.Boolean getAutoGenerateInfoExpression()
        Generated method - Getter of the Y2YStreamConfiguration.autoGenerateInfoExpression attribute defined at extension y2ysync.
        Returns:
        the autoGenerateInfoExpression
      • getAutoGenerateWhereClause

        @Accessor(qualifier="autoGenerateWhereClause",
                  type=GETTER)
        public java.lang.Boolean getAutoGenerateWhereClause()
        Generated method - Getter of the Y2YStreamConfiguration.autoGenerateWhereClause attribute defined at extension y2ysync.
        Returns:
        the autoGenerateWhereClause
      • getCatalogVersion

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

        @Accessor(qualifier="columnDefinitions",
                  type=GETTER)
        public java.util.Set<Y2YColumnDefinitionModel> getColumnDefinitions()
        Generated method - Getter of the Y2YStreamConfiguration.columnDefinitions attribute defined at extension y2ysync. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
        Returns:
        the columnDefinitions
      • getDataHubType

        @Accessor(qualifier="dataHubType",
                  type=GETTER)
        public java.lang.String getDataHubType()
        Generated method - Getter of the Y2YStreamConfiguration.dataHubType attribute defined at extension y2ysync.
        Returns:
        the dataHubType
      • setAutoGenerateInfoExpression

        @Accessor(qualifier="autoGenerateInfoExpression",
                  type=SETTER)
        public void setAutoGenerateInfoExpression​(java.lang.Boolean value)
        Generated method - Setter of Y2YStreamConfiguration.autoGenerateInfoExpression attribute defined at extension y2ysync.
        Parameters:
        value - the autoGenerateInfoExpression
      • setAutoGenerateWhereClause

        @Accessor(qualifier="autoGenerateWhereClause",
                  type=SETTER)
        public void setAutoGenerateWhereClause​(java.lang.Boolean value)
        Generated method - Setter of Y2YStreamConfiguration.autoGenerateWhereClause attribute defined at extension y2ysync.
        Parameters:
        value - the autoGenerateWhereClause
      • setCatalogVersion

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

        @Accessor(qualifier="columnDefinitions",
                  type=SETTER)
        public void setColumnDefinitions​(java.util.Set<Y2YColumnDefinitionModel> value)
        Generated method - Setter of Y2YStreamConfiguration.columnDefinitions attribute defined at extension y2ysync.
        Parameters:
        value - the columnDefinitions
      • setDataHubType

        @Accessor(qualifier="dataHubType",
                  type=SETTER)
        public void setDataHubType​(java.lang.String value)
        Generated method - Setter of Y2YStreamConfiguration.dataHubType attribute defined at extension y2ysync.
        Parameters:
        value - the dataHubType