Class GeneratedStreamConfigurationContainer

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

public abstract class GeneratedStreamConfigurationContainer extends GenericItem
Generated class for type StreamConfigurationContainer.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedStreamConfigurationContainer

      public GeneratedStreamConfigurationContainer()
  • Method Details

    • getDefaultAttributeModes

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

      public Set<StreamConfiguration> getConfigurations(SessionContext ctx)
      Generated method - Getter of the StreamConfigurationContainer.configurations attribute.
      Returns:
      the configurations
    • getConfigurations

      public Set<StreamConfiguration> getConfigurations()
      Generated method - Getter of the StreamConfigurationContainer.configurations attribute.
      Returns:
      the configurations
    • setConfigurations

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

      public void setConfigurations(Set<StreamConfiguration> value)
      Generated method - Setter of the StreamConfigurationContainer.configurations attribute.
      Parameters:
      value - the configurations
    • addToConfigurations

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

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

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

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

      public String getId(SessionContext ctx)
      Generated method - Getter of the StreamConfigurationContainer.id attribute.
      Returns:
      the id
    • getId

      public String getId()
      Generated method - Getter of the StreamConfigurationContainer.id attribute.
      Returns:
      the id
    • setId

      protected void setId(SessionContext ctx, String value)
      Generated method - Setter of the StreamConfigurationContainer.id attribute.
      Parameters:
      value - the id
    • setId

      protected void setId(String value)
      Generated method - Setter of the StreamConfigurationContainer.id attribute.
      Parameters:
      value - the id