Class GeneratedMediaFolder

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

public abstract class GeneratedMediaFolder extends GenericItem
Generated class for type MediaFolder.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedMediaFolder

      public GeneratedMediaFolder()
  • Method Details

    • getDefaultAttributeModes

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

      public String getPath(SessionContext ctx)
      Generated method - Getter of the MediaFolder.path attribute.
      Returns:
      the path - The physical path of the folder relative the the media webroot
    • getPath

      public String getPath()
      Generated method - Getter of the MediaFolder.path attribute.
      Returns:
      the path - The physical path of the folder relative the the media webroot
    • setPath

      protected void setPath(SessionContext ctx, String value)
      Generated method - Setter of the MediaFolder.path attribute.
      Parameters:
      value - the path - The physical path of the folder relative the the media webroot
    • setPath

      protected void setPath(String value)
      Generated method - Setter of the MediaFolder.path attribute.
      Parameters:
      value - the path - The physical path of the folder relative the the media webroot
    • getQualifier

      public String getQualifier(SessionContext ctx)
      Generated method - Getter of the MediaFolder.qualifier attribute.
      Returns:
      the qualifier - Identifies the folder by a qualifier
    • getQualifier

      public String getQualifier()
      Generated method - Getter of the MediaFolder.qualifier attribute.
      Returns:
      the qualifier - Identifies the folder by a qualifier
    • setQualifier

      public void setQualifier(SessionContext ctx, String value)
      Generated method - Setter of the MediaFolder.qualifier attribute.
      Parameters:
      value - the qualifier - Identifies the folder by a qualifier
    • setQualifier

      public void setQualifier(String value)
      Generated method - Setter of the MediaFolder.qualifier attribute.
      Parameters:
      value - the qualifier - Identifies the folder by a qualifier