Class GeneratedMediaContext

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

public abstract class GeneratedMediaContext extends GenericItem
Generated class for type MediaContext.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedMediaContext

      public GeneratedMediaContext()
  • Method Details

    • getDefaultAttributeModes

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

      public Collection<MediaFormatMapping> getMappings(SessionContext ctx)
      Generated method - Getter of the MediaContext.mappings attribute.
      Returns:
      the mappings
    • getMappings

      public Collection<MediaFormatMapping> getMappings()
      Generated method - Getter of the MediaContext.mappings attribute.
      Returns:
      the mappings
    • setMappings

      public void setMappings(SessionContext ctx, Collection<MediaFormatMapping> value)
      Generated method - Setter of the MediaContext.mappings attribute.
      Parameters:
      value - the mappings
    • setMappings

      public void setMappings(Collection<MediaFormatMapping> value)
      Generated method - Setter of the MediaContext.mappings attribute.
      Parameters:
      value - the mappings
    • addToMappings

      public void addToMappings(SessionContext ctx, MediaFormatMapping value)
      Generated method - Adds value to mappings.
      Parameters:
      value - the item to add to mappings
    • addToMappings

      public void addToMappings(MediaFormatMapping value)
      Generated method - Adds value to mappings.
      Parameters:
      value - the item to add to mappings
    • removeFromMappings

      public void removeFromMappings(SessionContext ctx, MediaFormatMapping value)
      Generated method - Removes value from mappings.
      Parameters:
      value - the item to remove from mappings
    • removeFromMappings

      public void removeFromMappings(MediaFormatMapping value)
      Generated method - Removes value from mappings.
      Parameters:
      value - the item to remove from mappings
    • getName

      public String getName(SessionContext ctx)
      Generated method - Getter of the MediaContext.name attribute.
      Returns:
      the name - Name of this context
    • getName

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

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

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

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

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

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

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

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

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

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

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