Package de.uplanet.lucy.server.file
Interface IFileDescription
- All Known Subinterfaces:
- IVHFileAdapterDescriptor
public interface IFileDescription
- 
Method Details- 
getFileNameString getFileName()- Returns:
- Returns the display file name
 
- 
getPhysicalFileNameString getPhysicalFileName()- Returns:
- Returns the physical name of the file. If getFile()==nullthan the result will the same asgetFileName().
 
- 
getRecIdString getRecId()- Returns:
- Returns the primary key, could be nullif the file not corresponds to an record.
 
- 
getContentTypeString getContentType()- Returns:
- Returns the contentType.
 
- 
getFileIdString getFileId()- Returns:
- the fileId Returns the id of the file, could be nullif the file not corresponds to an record or corresponds to an single file field.
 
- 
getFileFile getFile()- Returns:
- Returns the physical file (could be nullif the file description corresponds not to a physical file)
 
- 
isImageboolean isImage()- Returns:
- Returns truefor a image otherwisefalse
 
- 
getMetaInfode.uplanet.lucy.server.util.FileMetaInfo getMetaInfo()- Returns:
- Returns the stored meta data of the file, can be null.
 
- 
getLastModifiedDate getLastModified()- Returns:
- the lastModify (nullif not known)
 
- 
getFileSizelong getFileSize()- Returns:
- Returns the file size. (-1L if the size is not known).
 
 
-