Class StreamConfigurationContainerModel

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
OutboundSyncStreamConfigurationContainerModel, Y2YStreamConfigurationContainerModel

public class StreamConfigurationContainerModel extends ItemModel
Generated model class for type StreamConfigurationContainer first defined at extension deltadetection.
See Also:
  • Field Details

    • _TYPECODE

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

      public static final String ID
      Generated constant - Attribute key of StreamConfigurationContainer.id attribute defined at extension deltadetection.
      See Also:
    • CONFIGURATIONS

      public static final String CONFIGURATIONS
      Generated constant - Attribute key of StreamConfigurationContainer.configurations attribute defined at extension deltadetection.
      See Also:
  • Constructor Details

    • StreamConfigurationContainerModel

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

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

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

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

    • getConfigurations

      @Accessor(qualifier="configurations", type=GETTER) public Set<StreamConfigurationModel> getConfigurations()
      Generated method - Getter of the StreamConfigurationContainer.configurations attribute defined at extension deltadetection. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the configurations
    • getId

      @Accessor(qualifier="id", type=GETTER) public String getId()
      Generated method - Getter of the StreamConfigurationContainer.id attribute defined at extension deltadetection.
      Returns:
      the id
    • setConfigurations

      @Accessor(qualifier="configurations", type=SETTER) public void setConfigurations(Set<StreamConfigurationModel> value)
      Generated method - Setter of StreamConfigurationContainer.configurations attribute defined at extension deltadetection.
      Parameters:
      value - the configurations
    • setId

      @Accessor(qualifier="id", type=SETTER) public void setId(String value)
      Generated method - Initial setter of StreamConfigurationContainer.id attribute defined at extension deltadetection. Can only be used at creation of model - before first save.
      Parameters:
      value - the id