Class Y2YStreamConfigurationModel

All Implemented Interfaces:
Serializable

public class Y2YStreamConfigurationModel extends StreamConfigurationModel
Generated model class for type Y2YStreamConfiguration first defined at extension y2ysync.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • CATALOGVERSION

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

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

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

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

      public static final String COLUMNDEFINITIONS
      Generated constant - Attribute key of Y2YStreamConfiguration.columnDefinitions attribute defined at extension y2ysync.
      See Also:
  • Constructor Details

    • 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, 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, 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 Details

    • getAutoGenerateInfoExpression

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

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