Interface IFileSizeProviding

All Known Implementing Classes:
AttachmentDatei, ClientFile, ClientFormThemeFile, FormEingangDatei, MandantRessourceDatei, ProjektRessourceDatei, UserProfileFile

public interface IFileSizeProviding
Interface for providing the file size in bytes.
Since:
8.2.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    JPA attribute name for the getSize() field.
    static final String
    Database column name for the getSize() field.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Gets the file size in bytes.
    void
    setSize(int size)
    Sets the file size in bytes.
  • Field Details

  • Method Details

    • getSize

      int getSize()
      Gets the file size in bytes.
      Returns:
      The file size in bytes.
    • setSize

      void setSize(int size)
      Sets the file size in bytes.
      Parameters:
      size - The file size in bytes.