Class GeneratedAbstractMedia

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

public abstract class GeneratedAbstractMedia extends GenericItem
Generated class for type AbstractMedia.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedAbstractMedia

      public GeneratedAbstractMedia()
  • Method Details

    • getDefaultAttributeModes

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

      public Long getDataPK(SessionContext ctx)
      Generated method - Getter of the AbstractMedia.dataPK attribute.
      Returns:
      the dataPK - PK of the referenced data file.
    • getDataPK

      public Long getDataPK()
      Generated method - Getter of the AbstractMedia.dataPK attribute.
      Returns:
      the dataPK - PK of the referenced data file.
    • getDataPKAsPrimitive

      public long getDataPKAsPrimitive(SessionContext ctx)
      Generated method - Getter of the AbstractMedia.dataPK attribute.
      Returns:
      the dataPK - PK of the referenced data file.
    • getDataPKAsPrimitive

      public long getDataPKAsPrimitive()
      Generated method - Getter of the AbstractMedia.dataPK attribute.
      Returns:
      the dataPK - PK of the referenced data file.
    • setDataPK

      public void setDataPK(SessionContext ctx, Long value)
      Generated method - Setter of the AbstractMedia.dataPK attribute.
      Parameters:
      value - the dataPK - PK of the referenced data file.
    • setDataPK

      public void setDataPK(Long value)
      Generated method - Setter of the AbstractMedia.dataPK attribute.
      Parameters:
      value - the dataPK - PK of the referenced data file.
    • setDataPK

      public void setDataPK(SessionContext ctx, long value)
      Generated method - Setter of the AbstractMedia.dataPK attribute.
      Parameters:
      value - the dataPK - PK of the referenced data file.
    • setDataPK

      public void setDataPK(long value)
      Generated method - Setter of the AbstractMedia.dataPK attribute.
      Parameters:
      value - the dataPK - PK of the referenced data file.
    • getLocation

      public String getLocation(SessionContext ctx)
      Generated method - Getter of the AbstractMedia.location attribute.
      Returns:
      the location - Generated location (by one of Storage Strategies) to media within storage.
    • getLocation

      public String getLocation()
      Generated method - Getter of the AbstractMedia.location attribute.
      Returns:
      the location - Generated location (by one of Storage Strategies) to media within storage.
    • setLocation

      public void setLocation(SessionContext ctx, String value)
      Generated method - Setter of the AbstractMedia.location attribute.
      Parameters:
      value - the location - Generated location (by one of Storage Strategies) to media within storage.
    • setLocation

      public void setLocation(String value)
      Generated method - Setter of the AbstractMedia.location attribute.
      Parameters:
      value - the location - Generated location (by one of Storage Strategies) to media within storage.
    • getLocationHash

      public String getLocationHash(SessionContext ctx)
      Generated method - Getter of the AbstractMedia.locationHash attribute.
      Returns:
      the locationHash - Computed hash of folder qualifier and location
    • getLocationHash

      public String getLocationHash()
      Generated method - Getter of the AbstractMedia.locationHash attribute.
      Returns:
      the locationHash - Computed hash of folder qualifier and location
    • setLocationHash

      public void setLocationHash(SessionContext ctx, String value)
      Generated method - Setter of the AbstractMedia.locationHash attribute.
      Parameters:
      value - the locationHash - Computed hash of folder qualifier and location
    • setLocationHash

      public void setLocationHash(String value)
      Generated method - Setter of the AbstractMedia.locationHash attribute.
      Parameters:
      value - the locationHash - Computed hash of folder qualifier and location
    • getMime

      public String getMime(SessionContext ctx)
      Generated method - Getter of the AbstractMedia.mime attribute.
      Returns:
      the mime - Mime type of referenced data file.
    • getMime

      public String getMime()
      Generated method - Getter of the AbstractMedia.mime attribute.
      Returns:
      the mime - Mime type of referenced data file.
    • setMime

      public void setMime(SessionContext ctx, String value) throws JaloBusinessException
      Generated method - Setter of the AbstractMedia.mime attribute.
      Parameters:
      value - the mime - Mime type of referenced data file.
      Throws:
      JaloBusinessException
    • setMime

      public void setMime(String value) throws JaloBusinessException
      Generated method - Setter of the AbstractMedia.mime attribute.
      Parameters:
      value - the mime - Mime type of referenced data file.
      Throws:
      JaloBusinessException
    • getRealFileName

      public String getRealFileName(SessionContext ctx)
      Generated method - Getter of the AbstractMedia.realFileName attribute.
      Returns:
      the realFileName
    • getRealFileName

      public String getRealFileName()
      Generated method - Getter of the AbstractMedia.realFileName attribute.
      Returns:
      the realFileName
    • setRealFileName

      public void setRealFileName(SessionContext ctx, String value)
      Generated method - Setter of the AbstractMedia.realFileName attribute.
      Parameters:
      value - the realFileName
    • setRealFileName

      public void setRealFileName(String value)
      Generated method - Setter of the AbstractMedia.realFileName attribute.
      Parameters:
      value - the realFileName
    • getSize

      public Long getSize(SessionContext ctx)
      Generated method - Getter of the AbstractMedia.size attribute.
      Returns:
      the size - Size of referenced data file.
    • getSize

      public Long getSize()
      Generated method - Getter of the AbstractMedia.size attribute.
      Returns:
      the size - Size of referenced data file.
    • getSizeAsPrimitive

      public long getSizeAsPrimitive(SessionContext ctx)
      Generated method - Getter of the AbstractMedia.size attribute.
      Returns:
      the size - Size of referenced data file.
    • getSizeAsPrimitive

      public long getSizeAsPrimitive()
      Generated method - Getter of the AbstractMedia.size attribute.
      Returns:
      the size - Size of referenced data file.
    • setSize

      public void setSize(SessionContext ctx, Long value)
      Generated method - Setter of the AbstractMedia.size attribute.
      Parameters:
      value - the size - Size of referenced data file.
    • setSize

      public void setSize(Long value)
      Generated method - Setter of the AbstractMedia.size attribute.
      Parameters:
      value - the size - Size of referenced data file.
    • setSize

      public void setSize(SessionContext ctx, long value)
      Generated method - Setter of the AbstractMedia.size attribute.
      Parameters:
      value - the size - Size of referenced data file.
    • setSize

      public void setSize(long value)
      Generated method - Setter of the AbstractMedia.size attribute.
      Parameters:
      value - the size - Size of referenced data file.