Class GeneratedMediaContainer

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

public abstract class GeneratedMediaContainer extends GenericItem
Generated class for type MediaContainer.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedMediaContainer

      public GeneratedMediaContainer()
  • Method Details

    • getDefaultAttributeModes

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

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

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

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

      public void setMedias(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 String getName(SessionContext ctx)
      Generated method - Getter of the MediaContainer.name attribute.
      Returns:
      the name - Name of this container
    • getName

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

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

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

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

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

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

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

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

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

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

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