Class GeneratedY2YStreamConfigurationContainer

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
Y2YStreamConfigurationContainer

public abstract class GeneratedY2YStreamConfigurationContainer extends StreamConfigurationContainer
Generated class for type Y2YStreamConfigurationContainer.
See Also:
  • Field Details

    • FEED

      public static final String FEED
      Qualifier of the Y2YStreamConfigurationContainer.feed attribute
      See Also:
    • POOL

      public static final String POOL
      Qualifier of the Y2YStreamConfigurationContainer.pool attribute
      See Also:
    • TARGETSYSTEM

      public static final String TARGETSYSTEM
      Qualifier of the Y2YStreamConfigurationContainer.targetSystem attribute
      See Also:
    • DATAHUBEXTENSION

      public static final String DATAHUBEXTENSION
      Qualifier of the Y2YStreamConfigurationContainer.dataHubExtension attribute
      See Also:
    • CATALOGVERSION

      public static final String CATALOGVERSION
      Qualifier of the Y2YStreamConfigurationContainer.catalogVersion attribute
      See Also:
    • CONFIGURATIONSHANDLER

      protected static final OneToManyHandler<StreamConfiguration> CONFIGURATIONSHANDLER
      OneToManyHandler for handling 1:n CONFIGURATIONS's relation attributes from 'many' side.
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedY2YStreamConfigurationContainer

      public GeneratedY2YStreamConfigurationContainer()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedStreamConfigurationContainer
    • getCatalogVersion

      public CatalogVersion getCatalogVersion(SessionContext ctx)
      Generated method - Getter of the Y2YStreamConfigurationContainer.catalogVersion attribute.
      Returns:
      the catalogVersion
    • getCatalogVersion

      public CatalogVersion getCatalogVersion()
      Generated method - Getter of the Y2YStreamConfigurationContainer.catalogVersion attribute.
      Returns:
      the catalogVersion
    • setCatalogVersion

      public void setCatalogVersion(SessionContext ctx, CatalogVersion value)
      Generated method - Setter of the Y2YStreamConfigurationContainer.catalogVersion attribute.
      Parameters:
      value - the catalogVersion
    • setCatalogVersion

      public void setCatalogVersion(CatalogVersion value)
      Generated method - Setter of the Y2YStreamConfigurationContainer.catalogVersion attribute.
      Parameters:
      value - the catalogVersion
    • getConfigurations

      public Set<StreamConfiguration> getConfigurations(SessionContext ctx)
      Generated method - Getter of the Y2YStreamConfigurationContainer.configurations attribute.
      Overrides:
      getConfigurations in class GeneratedStreamConfigurationContainer
      Returns:
      the configurations
    • getConfigurations

      public Set<StreamConfiguration> getConfigurations()
      Generated method - Getter of the Y2YStreamConfigurationContainer.configurations attribute.
      Overrides:
      getConfigurations in class GeneratedStreamConfigurationContainer
      Returns:
      the configurations
    • setConfigurations

      public void setConfigurations(SessionContext ctx, Set<StreamConfiguration> value)
      Generated method - Setter of the Y2YStreamConfigurationContainer.configurations attribute.
      Overrides:
      setConfigurations in class GeneratedStreamConfigurationContainer
      Parameters:
      value - the configurations
    • setConfigurations

      public void setConfigurations(Set<StreamConfiguration> value)
      Generated method - Setter of the Y2YStreamConfigurationContainer.configurations attribute.
      Overrides:
      setConfigurations in class GeneratedStreamConfigurationContainer
      Parameters:
      value - the configurations
    • addToConfigurations

      public void addToConfigurations(SessionContext ctx, Y2YStreamConfiguration value)
      Generated method - Adds value to configurations.
      Parameters:
      value - the item to add to configurations
    • addToConfigurations

      public void addToConfigurations(Y2YStreamConfiguration value)
      Generated method - Adds value to configurations.
      Parameters:
      value - the item to add to configurations
    • removeFromConfigurations

      public void removeFromConfigurations(SessionContext ctx, Y2YStreamConfiguration value)
      Generated method - Removes value from configurations.
      Parameters:
      value - the item to remove from configurations
    • removeFromConfigurations

      public void removeFromConfigurations(Y2YStreamConfiguration value)
      Generated method - Removes value from configurations.
      Parameters:
      value - the item to remove from configurations
    • getDataHubExtension

      public String getDataHubExtension(SessionContext ctx)
      Generated method - Getter of the Y2YStreamConfigurationContainer.dataHubExtension attribute.
      Returns:
      the dataHubExtension
    • getDataHubExtension

      public String getDataHubExtension()
      Generated method - Getter of the Y2YStreamConfigurationContainer.dataHubExtension attribute.
      Returns:
      the dataHubExtension
    • setDataHubExtension

      public void setDataHubExtension(SessionContext ctx, String value)
      Generated method - Setter of the Y2YStreamConfigurationContainer.dataHubExtension attribute.
      Parameters:
      value - the dataHubExtension
    • setDataHubExtension

      public void setDataHubExtension(String value)
      Generated method - Setter of the Y2YStreamConfigurationContainer.dataHubExtension attribute.
      Parameters:
      value - the dataHubExtension
    • getFeed

      public String getFeed(SessionContext ctx)
      Generated method - Getter of the Y2YStreamConfigurationContainer.feed attribute.
      Returns:
      the feed
    • getFeed

      public String getFeed()
      Generated method - Getter of the Y2YStreamConfigurationContainer.feed attribute.
      Returns:
      the feed
    • setFeed

      public void setFeed(SessionContext ctx, String value)
      Generated method - Setter of the Y2YStreamConfigurationContainer.feed attribute.
      Parameters:
      value - the feed
    • setFeed

      public void setFeed(String value)
      Generated method - Setter of the Y2YStreamConfigurationContainer.feed attribute.
      Parameters:
      value - the feed
    • getPool

      public String getPool(SessionContext ctx)
      Generated method - Getter of the Y2YStreamConfigurationContainer.pool attribute.
      Returns:
      the pool
    • getPool

      public String getPool()
      Generated method - Getter of the Y2YStreamConfigurationContainer.pool attribute.
      Returns:
      the pool
    • setPool

      public void setPool(SessionContext ctx, String value)
      Generated method - Setter of the Y2YStreamConfigurationContainer.pool attribute.
      Parameters:
      value - the pool
    • setPool

      public void setPool(String value)
      Generated method - Setter of the Y2YStreamConfigurationContainer.pool attribute.
      Parameters:
      value - the pool
    • getTargetSystem

      public String getTargetSystem(SessionContext ctx)
      Generated method - Getter of the Y2YStreamConfigurationContainer.targetSystem attribute.
      Returns:
      the targetSystem
    • getTargetSystem

      public String getTargetSystem()
      Generated method - Getter of the Y2YStreamConfigurationContainer.targetSystem attribute.
      Returns:
      the targetSystem
    • setTargetSystem

      public void setTargetSystem(SessionContext ctx, String value)
      Generated method - Setter of the Y2YStreamConfigurationContainer.targetSystem attribute.
      Parameters:
      value - the targetSystem
    • setTargetSystem

      public void setTargetSystem(String value)
      Generated method - Setter of the Y2YStreamConfigurationContainer.targetSystem attribute.
      Parameters:
      value - the targetSystem