Package de.xima.fc.entities.interfaces
Interface IFileSizeProviding
- 
- All Known Implementing Classes:
 AttachmentDatei,ClientFile,ClientFormThemeFile,FormEingangDatei,MandantRessourceDatei,ProjektRessourceDatei,UserProfileFile
public interface IFileSizeProvidingInterface for providing the file size in bytes.- Since:
 - 8.2.0
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetSize()Gets the file size in bytes.voidsetSize(int size)Sets the file size in bytes. 
 - 
 
- 
- 
Field Detail
- 
ATTR_SIZE
static final String ATTR_SIZE
JPA attribute name for thegetSize()field.- See Also:
 - Constant Field Values
 
 
- 
COL_SIZE
static final String COL_SIZE
Database column name for thegetSize()field.- See Also:
 - Constant Field Values
 
 
 - 
 
 -