Class GeneratedMediaContainer

    • Field Detail

      • QUALIFIER

        public static final java.lang.String QUALIFIER
        Qualifier of the MediaContainer.qualifier attribute
        See Also:
        Constant Field Values
      • NAME

        public static final java.lang.String NAME
        Qualifier of the MediaContainer.name attribute
        See Also:
        Constant Field Values
      • MEDIAS

        public static final java.lang.String MEDIAS
        Qualifier of the MediaContainer.medias attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedMediaContainer

        public GeneratedMediaContainer()
    • Method Detail

      • getMedias

        public java.util.Collection<Media> getMedias​(SessionContext ctx)
        Generated method - Getter of the MediaContainer.medias attribute.
        Returns:
        the medias
      • getMedias

        public java.util.Collection<Media> getMedias()
        Generated method - Getter of the MediaContainer.medias attribute.
        Returns:
        the medias
      • setMedias

        public void setMedias​(SessionContext ctx,
                              java.util.Collection<Media> value)
        Generated method - Setter of the MediaContainer.medias attribute.
        Parameters:
        value - the medias
      • setMedias

        public void setMedias​(java.util.Collection<Media> value)
        Generated method - Setter of the MediaContainer.medias attribute.
        Parameters:
        value - the medias
      • addToMedias

        public void addToMedias​(SessionContext ctx,
                                Media value)
        Generated method - Adds value to medias.
        Parameters:
        value - the item to add to medias
      • addToMedias

        public void addToMedias​(Media value)
        Generated method - Adds value to medias.
        Parameters:
        value - the item to add to medias
      • removeFromMedias

        public void removeFromMedias​(SessionContext ctx,
                                     Media value)
        Generated method - Removes value from medias.
        Parameters:
        value - the item to remove from medias
      • removeFromMedias

        public void removeFromMedias​(Media value)
        Generated method - Removes value from medias.
        Parameters:
        value - the item to remove from medias
      • getName

        public java.lang.String getName​(SessionContext ctx)
        Generated method - Getter of the MediaContainer.name attribute.
        Returns:
        the name - Name of this container
      • getName

        public java.lang.String getName()
        Generated method - Getter of the MediaContainer.name attribute.
        Returns:
        the name - Name of this container
      • getAllName

        public java.util.Map<Language,​java.lang.String> getAllName​(SessionContext ctx)
        Generated method - Getter of the MediaContainer.name attribute.
        Returns:
        the localized name - Name of this container
      • getAllName

        public java.util.Map<Language,​java.lang.String> getAllName()
        Generated method - Getter of the MediaContainer.name attribute.
        Returns:
        the localized name - Name of this container
      • setName

        public void setName​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the MediaContainer.name attribute.
        Parameters:
        value - the name - Name of this container
      • setName

        public void setName​(java.lang.String value)
        Generated method - Setter of the MediaContainer.name attribute.
        Parameters:
        value - the name - Name of this container
      • setAllName

        public void setAllName​(SessionContext ctx,
                               java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the MediaContainer.name attribute.
        Parameters:
        value - the name - Name of this container
      • setAllName

        public void setAllName​(java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the MediaContainer.name attribute.
        Parameters:
        value - the name - Name of this container
      • getQualifier

        public java.lang.String getQualifier​(SessionContext ctx)
        Generated method - Getter of the MediaContainer.qualifier attribute.
        Returns:
        the qualifier - Qualifying name of this container
      • getQualifier

        public java.lang.String getQualifier()
        Generated method - Getter of the MediaContainer.qualifier attribute.
        Returns:
        the qualifier - Qualifying name of this container
      • setQualifier

        public void setQualifier​(SessionContext ctx,
                                 java.lang.String value)
        Generated method - Setter of the MediaContainer.qualifier attribute.
        Parameters:
        value - the qualifier - Qualifying name of this container
      • setQualifier

        public void setQualifier​(java.lang.String value)
        Generated method - Setter of the MediaContainer.qualifier attribute.
        Parameters:
        value - the qualifier - Qualifying name of this container